Hi, I'm using ffmbc in libquicktime to do prores encoding/decoding, I'd rather use ffmbc (better format support). But the libquicktime codecs require a newer version of ffmpeg than ffmbc is currently tracking, is this likely to change in the near future, if so any idea when, obviously ffmpeg has support now for a few things that ffmbc doesn't, and would be nice to only have to deal with linking against ffmbc.
>On 01/07/2013 01:43 PM, pete.marsha...@gmail.com wrote:
>> OK, I understand but why do you not update all other 'specific' things? 0.7rc7 is almost one year old.
>What do you need updated ?
>Some issues will be addressed soon and some features will be added.
I agree with Baptiste that ffmpeg is a bit mess and syntax is changing too often. The ffmbc looks very stable and easier to use compared to ffmpeg.
Sometimes I need to convert from file formats not supported by ffmbc
but ffmpeg did open thoose. Can't remember what exactly, but it did happen several times.
Should start keep a list on theese.
On Mon, Jan 7, 2013 at 8:09 AM, Baptiste Coudurier
<baptiste.coudur...@gmail.com> wrote:
> Only specific features will be backported. There has been so much bloat
> in FFmpeg these past 6 months that it would jeopardize the stability.
What is particularly bloated? Is it mostly stuff from merges?
On Monday, 7 January 2013 21:50:07 UTC, Baptiste Coudurier wrote:
> Pete,
> On 01/07/2013 01:43 PM, pete.ma...@gmail.com <javascript:> wrote: > > OK, I understand but why do you not update all other 'specific' things? > 0.7rc7 is almost one year old.
> What do you need updated ?
-chunk_duration.
I find the default interleave on ff* produces jittery mov's when played back in quicktime/FCP, however by remuxing in ffmpeg using the above I can get an interleave that matches native QTPro coding and plays OK.
> On Monday, 7 January 2013 21:50:07 UTC, Baptiste Coudurier wrote:
> Pete,
> On 01/07/2013 01:43 PM, pete.ma...@gmail.com <javascript:> wrote:
> > OK, I understand but why do you not update all other 'specific' things? 0.7rc7 is almost one
> year old.
> What do you need updated ?
> -chunk_duration.
> I find the default interleave on ff* produces jittery mov's when played back in quicktime/FCP,
> however by remuxing in ffmpeg using the above I can get an interleave that matches native QTPro
> coding and plays OK.
I never experienced that. Your computer is probably too slow ;)
Nonetheless it could be an interesting feature
- Metadata handling. There are plenty issues/bugs with 0.7rc7 .Using Metadata with FFmpeg is flawless (most certainly from 1.0 and upwards) - Up-to-date filters - Alac (and FLAC) codec up-to-date with FFmpeg
On Monday, January 7, 2013 10:50:07 PM UTC+1, Baptiste Coudurier wrote:
> Pete,
> On 01/07/2013 01:43 PM, pete.ma...@gmail.com <javascript:> wrote: > > OK, I understand but why do you not update all other 'specific' things? > 0.7rc7 is almost one year old.
> What do you need updated ? > Some issues will be addressed soon and some features will be added.
Metadata: There are a lot of inconsistencies. For example using Album performer does change different metadata in different codecs. Look at ffmpeg, it does it correctly.
Filters: For example the audio syncing filters.
Why I do not use FFmpeg? Well, FFmbc has support for several pro codecs (FCpro), can add APIC (pictures) to mp3, aac, alac, .. , ..
What's "Album performer" ? Album artist ? It works well in Quicktime/iTunes for mp3 and m4a.
If you are referring to ogg/flac then it could be buggy but I don't think I will fix it unless sponsored,
I will accept patches though.
I don't think audio syncing filters are needed currently, -async works well.
> Metadata:
> There are a lot of inconsistencies. For example using Album performer does change different metadata in different codecs. Look at ffmpeg, it does it correctly.
> Filters:
> For example the audio syncing filters.
> Why I do not use FFmpeg?
> Well, FFmbc has support for several pro codecs (FCpro), can add APIC (pictures) to mp3, aac, alac, .. , ..
> On Tuesday, January 8, 2013 7:04:30 PM UTC+1, Baptiste Coudurier wrote:
> On 01/08/2013 09:54 AM, pete.ma...@gmail.com wrote: > > Some that come to mind:
> > - Metadata handling. There are plenty issues/bugs with 0.7rc7 .Using Metadata with FFmpeg is > > flawless (most certainly from 1.0 and upwards)
> This is not what I hear from other people. > What are the issues and please report them in the bug tracker.
> > - Up-to-date filters
> Which ones ?
> > - Alac (and FLAC) codec up-to-date with FFmpeg
> I don't think this will be backported at all unless sponsored.
> It seems you would be better off using FFmpeg overall, why are you using FFmbc ?
sorry for the confusion, wat i wanted to suggest is transcoding from any format to an Avid compliant set of OP ATOM audio and video files maybe with a command like "-target imx50 -f avid"