2012/3/13 <[email protected]>: > Hi to all > I am attempting to convert in mpeg2 with a bitrate of 30Mbit/sec and with a > 50Mbit/sec but it seems that the bit rate variation doesn't work. > > Here is my routine that gets as input a buffer with my originary coded frame > (not interlaced), > decompress and interlace it and recompress using MPEG2 compressor (Hsize and > VSize are field dimension,this is why the VSize is doubled): >
Please provide minimal, but compiling source code of your app that reproduces the issue. Besides that, i recommend you to check that you feed in frames with timestamps in encoder's AVCodecContext.time_base. Printing pts of frames/packets you produce can help in debugging it. -- Andrey Utkin _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
