FFmbc-0.7-rc5:
* DV muxer changed to only accept big endian pcm.
* Audio sync disabled by default for GXF files.
* Prores encoder with support for interlaced, 422 and 444.
* Support writing AFD information in MXF files.
* Support V210 and uncompressed 4:2:2 UYVY in MXF files.
FFmbc-0.7-rc4:
* New 'dvcam', 'dvcpro', 'dvcpro50', 'dvcprohd' targets.
* Detect right to left languages in subtitle burning filter.
* Correctly write drop frame system timecode and continuity count in MXF files.
* Correctly use global file duration when displaying information about Quicktime files.
* Correctly compute aspect ratio from clean aperture in Quicktime files.
* Display starting system timecode for MXF files.
* FFprobe now correctly displays width and height for files using h264 cropping.
FFmbc-0.7-rc3:
* Bug fixes
FFmbc-0.7-rc2:
* Support reading AVID MXF OpAtom DNxHD files.
* New video filter 'sub' to burn ASS and SRT subtitles.
FFmbc-0.7-rc1:
* Sync on FFmpeg git 7cbb856efe6ccab7485bb96ad3887472a6519ffa
* New -tff and -bff cli options, -top is removed.
* AVCIntra decoding is now supported.
* Parallel frame multi-threaded decoding is now enabled.
* Prores 422 and Prores 4444 decoding.
* When writing MXF files, use more correct key for KLV Fill packets.
* DVCPROHD encoding in Quicktime or MXF format is now supported.
* Fix detection of some DVCAM files.
* Fix decoding artefact in bottom rows of Quantel DVCPROHD 1080i files.
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org

On 03/08/2012 05:54 PM, stib wrote:
> I just compiled on OS X 10.6, but for some reason it looks like It hasn't
> installed the "sub" video filter. My configurations is as follows:
>
> .*/configure --enable-gpl --enable-nonfree --enable-frei0r --enable-libfaac
> --enable-libfreetype --enable-libmp3lame --enable-libtheora
> --enable-libvorbis --enable-libvpx --enable-libx264 --enable-shared *
>
> It all compiles and makes and installs just fine, but if I do:
> *ffmbc -i test.mov -vf
> sub=file=test.srt:box=1:boxcolor=0x00000080:font=arial.ttf test-sub.mov*
>
> I get the error:
> *No such filter: 'sub'
> Error opening filters!*
>
You need libass to enable the sub filter.
No, decoding of these files are supported. Not writing.
Best regards.
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
On 3/17/12 2:38 AM, miguel.ol...@gmail.com wrote:
> Hello,
>
> I am trying to compile FFmbc-0.7-rc6 on Mac OX 10.7.3 but can't get it past
> the ./configure –enable-gpl –enable-nonfree –enable-shared –enable-postproc
> –enable-runtime-cpudetect –enable-frei0r –enable-libfaac –enable-libmp3lame
> –enable-libvpx –enable-libx264 –enable-pthreads –enable-libxvid
> –enable-zlib.
>
> I get the following error "Unknown option "–enable-gpl".
>
Well, it's --enable-gpl with 2 leading dashes