Sorry, forgot the patch in my last post and also solved the bframes mystery: The value set with "ivtvctl --set-codec-params bframes=?" must be the number of bframes to be used PLUS ONE. E.g. if you want IBBP.. you have to set bframes to _3_.

Tom

PS: If you ever need to analyze the structure of a MPEG stream you can use "mplayer -vfm ffmpeg -lavdopts vstats" and read the vstats_*.log file mplayer writes when terminating.

--
Datentransferlimits und die Breitbandlüge
http://www.hostmaster.org/TransferLimits.html
Index: Makefile
===================================================================
--- Makefile    (revision 3008)
+++ Makefile    (working copy)
@@ -10,11 +10,11 @@
 v4l-checkout:
        @if [ ! -d v4l-dvb ]; then \
                cvs -d :pserver:[EMAIL PROTECTED]:/cvs/video4linux login ; \
-               cvs -d :pserver:[EMAIL PROTECTED]:/cvs/video4linux co -P 
v4l-dvb ; \
+               cvs -d :pserver:[EMAIL PROTECTED]:/cvs/video4linux -z 6 co -P 
v4l-dvb ; \
        fi
 
 v4l-update:
-       (cd v4l-dvb; cvs update -dP)
+       (cd v4l-dvb; cvs -z 6 update -dP)
 
 v4l: v4l-checkout
        (cd v4l-dvb; make)

Attachment: pgpgHFPEHwqvh.pgp
Description: PGP signature

_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to