I added a wiki page with commandlines to encode IMX 50 or 30
in either MXF or MOV.
http://code.google.com/p/ffmbc/wiki/IMXD10Encoding
It also explains how to add more audio channels since MXF typically only
accepts 4 or 8 channels.
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
I updated the wiki to reflect new rc2 feature.
It is now much more easier to encode imx:
ffmbc -i < file > -target imx30 < file.mxf | file.mov >
ffmbc -i < file > -target imx50 < file.mxf | file.mov >
On 2/24/11 5:49 AM, PhillC wrote:
>
>
> On Feb 23, 4:31 am, Baptiste Coudurier <baptiste.coudur...@gmail.com>
> wrote:
>
>> I updated the wiki to reflect new rc2 feature.
>>
>> It is now much more easier to encode imx:
>>
>> ffmbc -i < file > -target imx30 < file.mxf | file.mov >
>>
>> ffmbc -i < file > -target imx50 < file.mxf | file.mov >
>>
>
> This is a great new feature and does make transcoding to these formats
> much, much easier. However, it'd be great if you could add the "hard
> way" with complete command line back to the Wiki page. I think this is
> still useful information to have exposed, even if most people just use
> the presets.
I'd prefer users to not mess the hard way. I'd like users to use the
presets.
> Further information on how to handle Standards Conversion (PAL-->NTSC
> or NTSC-->PAL) and aspect ration conversions (16:9 --> 4:3 using
> centre cut out) would also be valuable information to publish.
I see, well any help is welcome on this. I can't say I have free time
for this, but I'll try.