FFmbc-0.6-rc3

319 views
Skip to first unread message

Baptiste Coudurier

unread,
Mar 8, 2011, 9:51:27 PM3/8/11
to ffmbc-...@googlegroups.com, ffmb...@googlegroups.com
FFmbc-0.6-rc3
- Automatically set vbv buffer size to the maximum when encoding mpeg-2 cbr.
- New "xdcamhd422" target.
- Support DVCAM 4:2:0 in GXF.
- Write aspect ratio information in GXF files.
- With libx264 codec, correctly support specifying a custom 2pass log file.
- When duplicating frames, correctly duplicate the previous frame.

FFmbc-0.6-rc2
- Sync on FFmpeg git 1762d9ced70ccc46c5d3e5d64e56a48d0fbbd4f7.
- 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.
- New "imx50" and "imx30" targets, to make encoding simpler.
- If audio channel count is less than 4 in MXF D10, automatically set it to 4.

--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org

Philippe

unread,
Mar 11, 2011, 6:19:20 AM3/11/11
to ffmbc-discuss
Hi Baptiste

Great work with TC and XDCAM HD !

Just have a problem, seems the resize option option '-s WxH' is
ignored in command line ...

my configure line is :

./configure --enable-libmp3lame --enable-libxvid --enable-libvorbis --
enable-gpl --enable-libfaac --enable-libtheora --enable-zlib --disable-
shared --enable-libx264 --enable-libdirac --enable-nonfree --enable-
version3 --enable-libschroedinger --enable-avfilter --enable-libspeex
--enable-libopenjpeg --enable-libgsm --enable-postproc --enable-
pthreads --enable-libopencore-amrnb --enable-libopencore-amrwb --
enable-ffplay --enable-pthreads --prefix=/usr/local --enable-x11grab --
enable-runtime-cpudetect --enable-bzlib --enable-libdc1394 --enable-
libvpx


Did I make something wrong when compiling ?


On Mar 9, 3:51 am, Baptiste Coudurier <baptiste.coudur...@gmail.com>
wrote:

Baptiste Coudurier

unread,
Mar 11, 2011, 6:22:39 AM3/11/11
to ffmbc-...@googlegroups.com, Philippe
Hi Philippe,

Nothing is wrong, but the -s commandline option to resize has been
removed since 0.5
You have to use -vf scale=w:h

Best regards.

--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org

Philippe

unread,
Mar 11, 2011, 6:27:36 AM3/11/11
to ffmbc-discuss
And by the way any plans for XDCAM EX ?

Denis Becker

unread,
Mar 19, 2011, 1:07:01 PM3/19/11
to ffmbc-discuss
how im gonne use the -preset option within x264,
-preset slow or -vpre hq haven't any effect.

best regards.


Rainer

unread,
Apr 13, 2011, 3:25:26 PM4/13/11
to ffmbc-discuss
Hi !

I would like to look deeper in command line work with ffmbc. I'm a
noob in open source tools. I got only an old version of ffmpeg working
here on MAC OSX 10.6 with a binary out of ffmpegX which is a very old
one. Can somebody please tell me how to install ffmbc and or ffmpeg
for dummies or how to make a binary of it. To get the binary working
in terminal I copied it to /usr//local/bin and then did sudo chown
root:wheel /usr/local/bin/ffmpeg and
sudo chmod 755 /usr/local/bin/ffmpeg.

please help...
thx a lot !!!

rainer

ITN

unread,
Apr 15, 2011, 5:08:56 PM4/15/11
to ffmbc-discuss
Rainer,
Download the latest tarball from here http://code.google.com/p/ffmbc/downloads/list
(FFmbc -RC3 at the moment) (OS X willl automatically unzip for you)
Unzip the unzipped tarball in a terminal window with 'tar xvf /Users/
Rainer/Downloads/FFmbc-0.6-rc3.tar'
Change directories to the newly created FFMbc directory, 'cd
FFmbc-0.6-rc3'
Type './configure --enable-gpl --enable-gpl --enable-runtime-cpu --
enable-sram' to configure (details may vary, depending what you want
enabled)
Then type 'make' to compile.
After some time compiling, when you get a command prompt, type 'sudo
make install'
That will install FFmbc for you, and set permissions and so forth.

FFMpeg will compile and run in much the same way.

Good luck
Phillip

Baptiste Coudurier

unread,
Apr 15, 2011, 8:08:27 PM4/15/11
to ffmbc-...@googlegroups.com, Denis Becker
Hi,

On 03/19/2011 10:07 AM, Denis Becker wrote:
> how im gonne use the -preset option within x264,
> -preset slow or -vpre hq haven't any effect.

-vpre doesn't exist anymore.
Are you using rc3 ? -preset should work.

Best regards.

Rainer

unread,
Apr 18, 2011, 6:38:07 AM4/18/11
to ffmbc-discuss
THX ITN !!! that worked really fine so far....

Two things... is there any way to decode Apple Prores on MAC with
ffmbc ?????
and what is the trick to get dnxhd into a mxf container with ffmbc ???

thx
rainer

Bouke (VideoToolShed)

unread,
Apr 18, 2011, 6:56:06 AM4/18/11
to ffmbc-...@googlegroups.com

---- Original Message -----
From: "Rainer" <secre...@gmx.at>
To: "ffmbc-discuss" <ffmbc-...@googlegroups.com>
Sent: Monday, April 18, 2011 12:38 PM
Subject: [ffmbc-discuss] Re: FFmbc-0.6-rc3


> THX ITN !!! that worked really fine so far....
>
> Two things... is there any way to decode Apple Prores on MAC with
> ffmbc ?????

Nope, but you can use QT to render to an inbetween.

> and what is the trick to get dnxhd into a mxf container with ffmbc ???

Use WriteAvidMXF.
Check the INGEX page on Sourceforge.
Almost ll flavours are supported except HD 29.97

hth,
Bouke

> thx
> rainer
>
>
>


Rainer

unread,
Apr 23, 2011, 7:30:33 PM4/23/11
to ffmbc-discuss
THX a lot for help on the MXF rewrapping !!!

I found qttools as a command line tool for quicktime...
so how is that done? starting converting from qt to a new file and
same time doing on that file the MXF wrapping ???
or one after the other ??

thx rainer
Reply all
Reply to author
Forward
0 new messages