Re: [ffmbc-discuss] Timecode track in Quicktime

1,665 views
Skip to first unread message

Baptiste Coudurier

unread,
Jun 16, 2012, 2:47:04 PM6/16/12
to ffmbc-...@googlegroups.com
Hi,

On 6/16/12 11:17 AM, postcollective wrote:
> ffmbc.exe -i input.mov -threads 8 -vcodec prores -pix_fmt yuv444p10
> output.mov
>
> Currently, when I use the above commandline to output Prores 4444 I notice
> that the timecode track from the original dnxhd or prores file is not
> included. How do I copy the original timecode track into the new quicktime
> in ffbmc?

Use -timecode

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

matt...@gmail.com

unread,
Jul 23, 2012, 12:08:16 PM7/23/12
to ffmbc-...@googlegroups.com

Use -timecode


Hi Baptiste,

Is the -timecode command for striping a specific timecode back (start at 09:59:00:00 etc), or can it read the timecode from the input file and write it out to the new file?

From my reading it's the former, but your above response suggests the latter.

Many Thanks

Matt

Baptiste Coudurier

unread,
Jul 23, 2012, 3:10:10 PM7/23/12
to ffmbc-...@googlegroups.com
Hi Matt,
Yes, it's the former.

akh...@gmail.com

unread,
Dec 6, 2012, 8:25:06 PM12/6/12
to ffmbc-...@googlegroups.com
Aside from some shell scripting as suggested here, do you know of a more elegant solution to accomplish the latter?

Thanks

ius0163...@googlemail.com

unread,
Jan 14, 2013, 9:44:44 AM1/14/13
to ffmbc-...@googlegroups.com, akh...@gmail.com

Aside from some shell scripting as suggested here, do you know of a more elegant solution to accomplish the latter?
 
Hi,

that would be absolutely fantastic.

I'm currently busy with replacing Sony's XDCAM transfer -that will only run on the Mac- with a
command line based solution that automatically re-containers/re-wraps all out incoming
XDCAMHD50-MXF material to QuickTime, including the 8 audio tracks.

ffmpeg.exe -i g:\test\XXXX.mxf -vcodec copy -ac 8 -acodec copy -vtag xd5c -map 0 -map -0:d -f mov YYYY.mov

is almost doing the trick. - It even retains the Time Code. -
However, the output is only playable in QuickTime Player, but cannot be exported from there, nor be imported
into FinalCutPro.

Keeping the Time Code is really important for batch processing, as it is created by the choice of the original
producer and is being referenced over the whole production. So when we create material for translators,
cutters, voice actors, etc., it must definitely carry the script's original Time Code.

For that, it would be great to have a "pass-through-everything" function like "-map 0" in ffmbc.
Ffmbc's output _does_ create working QuickTime files, but audio routing is so annoying
that we'd rather use ffmpeg for that:

ffmpeg.exe -i g:\test\XXXX.mxf -acodec copy -map 0 -map -0:d -map -0:v -f mov g:\kunden\test\ZZZZ.mov

This creates a _working_ video-less QuickTime with all 8 mono tracks copied.
Unfortunately, there's no Time Code in that, either.

Will there be a chance, will it, yes? :-)

I also have another feature wish.
There's an option to burn in subtitles -
could something be added to burn the Time Code into the picture?

Cheers,

Conrad Koehler
Reply all
Reply to author
Forward
0 new messages