FFmbc-0.6-rc1 - Sync on FFmpeg git ec0a6889ae914cb5aa77dc75308cbd64a66ba14e - Fix auto-rotate iphone 4 files. - Increase maximum number of audio channel mappings to 64. - New "aspect" option to pad filter, to pad video to a specific display aspect ratio. - New parameter to crop filter to keep display aspect ratio when cropping. - Improve yuv 4:2:2 to rgb conversion quality. - Fix aspect ratio handling with libavfilter. - Re-enabled shared libraries support. - Fix DNxHD colors in Quicktime. - Print correct ratecontrol and bitrate information when encoding. - Write id3v2 v2.3 tags in mp3 files, compatible with Windows. - Support stream copying and muxing of AMR NB packed frames. - Flash F4V muxer, to allow muxing vp6 and mp3 the way Flash supports it. - Print progression time in hh:mm:ss.us instead of secs. - New "faststart" option in mov/mp4 muxer that automatically replace the header in front. - Print ETA if duration is known. - New "tinterlace" filter ported from mplayer. - Allow one video filter chain per output stream. - Fix yadif filter output, it was missing one frame previously.
> FFmbc-0.6-rc1 > - Sync on FFmpeg git ec0a6889ae914cb5aa77dc75308cbd64a66ba14e > - Fix auto-rotate iphone 4 files. > - Increase maximum number of audio channel mappings to 64. > - New "aspect" option to pad filter, to pad video to a specific display > aspect ratio. > - New parameter to crop filter to keep display aspect ratio when cropping. > - Improve yuv 4:2:2 to rgb conversion quality. > - Fix aspect ratio handling with libavfilter. > - Re-enabled shared libraries support. > - Fix DNxHD colors in Quicktime. > - Print correct ratecontrol and bitrate information when encoding. > - Write id3v2 v2.3 tags in mp3 files, compatible with Windows. > - Support stream copying and muxing of AMR NB packed frames. > - Flash F4V muxer, to allow muxing vp6 and mp3 the way Flash supports it. > - Print progression time in hh:mm:ss.us instead of secs. > - New "faststart" option in mov/mp4 muxer that automatically replace the > header in front. > - Print ETA if duration is known. > - New "tinterlace" filter ported from mplayer. > - Allow one video filter chain per output stream. > - Fix yadif filter output, it was missing one frame previously.
Missed 2 entries: - New options for libx264 codec, update your commandlines parameters. - You can now specify -preset, -tune and -fastfirstpass with libx264 codec.
----- Original Message ----- From: "Baptiste Coudurier" <baptiste.coudur...@gmail.com> To: <ffmbc-discuss@googlegroups.com>
Cc: <ffmbc-dev@googlegroups.com> Sent: Tuesday, February 15, 2011 3:02 AM Subject: [ffmbc-discuss] Re: FFmbc 0.6-rc1
> On 02/14/2011 04:51 PM, Baptiste Coudurier wrote:
>> FFmbc-0.6-rc1 >> - Sync on FFmpeg git ec0a6889ae914cb5aa77dc75308cbd64a66ba14e >> - Fix auto-rotate iphone 4 files. >> - Increase maximum number of audio channel mappings to 64. >> - New "aspect" option to pad filter, to pad video to a specific display >> aspect ratio. >> - New parameter to crop filter to keep display aspect ratio when >> cropping. >> - Improve yuv 4:2:2 to rgb conversion quality. >> - Fix aspect ratio handling with libavfilter. >> - Re-enabled shared libraries support. >> - Fix DNxHD colors in Quicktime. >> - Print correct ratecontrol and bitrate information when encoding. >> - Write id3v2 v2.3 tags in mp3 files, compatible with Windows. >> - Support stream copying and muxing of AMR NB packed frames. >> - Flash F4V muxer, to allow muxing vp6 and mp3 the way Flash supports it. >> - Print progression time in hh:mm:ss.us instead of secs. >> - New "faststart" option in mov/mp4 muxer that automatically replace the >> header in front. >> - Print ETA if duration is known. >> - New "tinterlace" filter ported from mplayer. >> - Allow one video filter chain per output stream. >> - Fix yadif filter output, it was missing one frame previously.
> Missed 2 entries: > - New options for libx264 codec, update your commandlines parameters. > - You can now specify -preset, -tune and -fastfirstpass with libx264 > codec.
Great, thanks! My -acodec <somecodec> -newaudio (in combo with flags) problem is solved in this version.
Now toying with the faststart option. Is it correct that the syntax should be: -faststart 1 //mind the 1 -faststart without the 1 results in a 'at least one outputfile must be specified...'
> ----- Original Message ----- > From: "Baptiste Coudurier" <baptiste.coudur...@gmail.com> > To: <ffmbc-discuss@googlegroups.com> > Cc: <ffmbc-dev@googlegroups.com> > Sent: Tuesday, February 15, 2011 3:02 AM > Subject: [ffmbc-discuss] Re: FFmbc 0.6-rc1
>> On 02/14/2011 04:51 PM, Baptiste Coudurier wrote:
>>> FFmbc-0.6-rc1 >>> - Sync on FFmpeg git ec0a6889ae914cb5aa77dc75308cbd64a66ba14e >>> - Fix auto-rotate iphone 4 files. >>> - Increase maximum number of audio channel mappings to 64. >>> - New "aspect" option to pad filter, to pad video to a specific display >>> aspect ratio. >>> - New parameter to crop filter to keep display aspect ratio when >>> cropping. >>> - Improve yuv 4:2:2 to rgb conversion quality. >>> - Fix aspect ratio handling with libavfilter. >>> - Re-enabled shared libraries support. >>> - Fix DNxHD colors in Quicktime. >>> - Print correct ratecontrol and bitrate information when encoding. >>> - Write id3v2 v2.3 tags in mp3 files, compatible with Windows. >>> - Support stream copying and muxing of AMR NB packed frames. >>> - Flash F4V muxer, to allow muxing vp6 and mp3 the way Flash supports it. >>> - Print progression time in hh:mm:ss.us instead of secs. >>> - New "faststart" option in mov/mp4 muxer that automatically replace the >>> header in front. >>> - Print ETA if duration is known. >>> - New "tinterlace" filter ported from mplayer. >>> - Allow one video filter chain per output stream. >>> - Fix yadif filter output, it was missing one frame previously.
>> Missed 2 entries: >> - New options for libx264 codec, update your commandlines parameters. >> - You can now specify -preset, -tune and -fastfirstpass with libx264 >> codec.
> Great, thanks! > My -acodec <somecodec> -newaudio (in combo with flags) problem is solved in > this version.
> Now toying with the faststart option. > Is it correct that the syntax should be: > -faststart 1 //mind the 1 > -faststart without the 1 results in a 'at least one outputfile must be > specified...'
Yes, it's -faststart 1, this will overwrite the file or -faststart 0:<size in bytes> this will reserve space in front and write the header there after encoding, you have to predict the size in advance though.
> FFmbc-0.6-rc1 > - Sync on FFmpeg git ec0a6889ae914cb5aa77dc75308cbd64a66ba14e > - Fix auto-rotate iphone 4 files. > - Increase maximum number of audio channel mappings to 64. > - New "aspect" option to pad filter, to pad video to a specific display > aspect ratio. > - New parameter to crop filter to keep display aspect ratio when cropping. > - Improve yuv 4:2:2 to rgb conversion quality. > - Fix aspect ratio handling with libavfilter. > - Re-enabled shared libraries support. > - Fix DNxHD colors in Quicktime. > - Print correct ratecontrol and bitrate information when encoding. > - Write id3v2 v2.3 tags in mp3 files, compatible with Windows. > - Support stream copying and muxing of AMR NB packed frames. > - Flash F4V muxer, to allow muxing vp6 and mp3 the way Flash supports it. > - Print progression time in hh:mm:ss.us instead of secs. > - New "faststart" option in mov/mp4 muxer that automatically replace the > header in front. > - Print ETA if duration is known. > - New "tinterlace" filter ported from mplayer. > - Allow one video filter chain per output stream. > - Fix yadif filter output, it was missing one frame previously.
I updated the tar.gz with some last minutes fixes.
>> FFmbc-0.6-rc1 >> - Sync on FFmpeg git ec0a6889ae914cb5aa77dc75308cbd64a66ba14e >> - Fix auto-rotate iphone 4 files. >> - Increase maximum number of audio channel mappings to 64. >> - New "aspect" option to pad filter, to pad video to a specific display >> aspect ratio. >> - New parameter to crop filter to keep display aspect ratio when cropping. >> - Improve yuv 4:2:2 to rgb conversion quality. >> - Fix aspect ratio handling with libavfilter. >> - Re-enabled shared libraries support. >> - Fix DNxHD colors in Quicktime. >> - Print correct ratecontrol and bitrate information when encoding. >> - Write id3v2 v2.3 tags in mp3 files, compatible with Windows. >> - Support stream copying and muxing of AMR NB packed frames. >> - Flash F4V muxer, to allow muxing vp6 and mp3 the way Flash supports it. >> - Print progression time in hh:mm:ss.us instead of secs. >> - New "faststart" option in mov/mp4 muxer that automatically replace the >> header in front. >> - Print ETA if duration is known. >> - New "tinterlace" filter ported from mplayer. >> - Allow one video filter chain per output stream. >> - Fix yadif filter output, it was missing one frame previously.
> I updated the tar.gz with some last minutes fixes.
I'm hoping that the "tinterlace" will do some good for rescaling interlaced media.
Just got a project yesterday for rescaling some 1080i files and I feel like hitting something now :)