my goal is to make a dv ntsc mov with time code starting at 10:00:00:00
i tried
-timecode_frame_start 1638915 ( i realize that that is the wrong - time num but i was simply trying to do something that might work )
ss@aldrin:~/00_script$ ffmbc -i /media/data/vid/004-10bit.avi -y
-vcodec dvvideo -s 720x480 -pix_fmt yuv411p -r ntsc -timecode_frame_start
1638915 -acodec pcm_s16le -ar 48000 -ac 2
/media/data/media_2/004-10bit.mov
FFmbc version 0.6-rc7
Copyright (c) 2008-2011 Baptiste Coudurier and the FFmpeg developers
Input #0, avi, from '/media/data/vid/004-10bit.avi':
Duration: 00:00:10.54, start: 0.000000, bitrate: 226689 kb/s
Stream #0.0(und): Video: v210, yuv422p10le, 720x486p, 29.97 fps
Stream #0.1(und): Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
Unrecognized option 'timecode_frame_start'
i see in the documentation
-timecode <string> E.... Set timecode value: 00:00:00[:;]00, use ';'
before frame number for drop frame
so i tried " -timecode 10:00:00:00 "
ffmbc -i /media/data/vid/004-10bit.avi -y -vcodec dvvideo -s 720x480
-pix_fmt yuv411p -timecode 10:00:00:00 -r ntsc -acodec pcm_s16le -ar
48000 -ac 2 /media/data/media_2/004-10bit.mov
FFmbc version 0.6-rc7
Copyright (c) 2008-2011 Baptiste Coudurier and the FFmpeg developers
Input #0, avi, from '/media/data/vid/004-10bit.avi':
Duration: 00:00:10.54, start: 0.000000, bitrate: 226689 kb/s
Stream #0.0(und): Video: v210, yuv422p10le, 720x486p, 29.97 fps
Stream #0.1(und): Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
[scale @ 0x2bddbe0] w:720 h:486 fmt:yuv422p10le -> w:720 h:480 fmt:yuv411p
flags:0x4 interlaced:0
Output #0, mov, to '/media/data/media_2/004-10bit.mov':
Metadata:
encoder: FFmbc 0.6
Stream #0.0(und): Video: dvvideo, yuv411p, 720x480p [PAR 80:81 DAR
40:27], 28771 kb/s, 29.97 fps
Stream #0.1(und): Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
frame= 316 fps=103 q=0.0 Lsize= 39013kB time=00:00:10.54
bitrate=30311.2kbits/s
video:37031kB audio:1977kB global headers:0kB muxing overhead 0.013223%
This makes file but i do think that the mov does not have time code.
so my question is is it possible to creat a dv ntsc mov with a declared TC.
I also tried the 2 methods above and moved the order around in the command
1--
-timecode 10:00:00:00
2--
-timecode_frame_start 1080000 ( non drop )
I also see ( as i reRead that the time code says it can be deClared when doing "a copy" so does that mean i have to 1st make a mov without time code then do something like the above?
Thanks much!
j
On 6/24/11 3:31 PM, Jim Shupert wrote:
> friends,
>
> my goal is to make a dv ntsc mov with time code starting at 10:00:00:00
>
> i tried
> -timecode_frame_start 1638915 ( i realize that that is the wrong - time
> num but i was simply trying to do something that might work )
>
> ss@aldrin:~/00_script$ ffmbc -i /media/data/vid/004-10bit.avi -y
> -vcodec dvvideo -s 720x480 -pix_fmt yuv411p -r ntsc -timecode_frame_start
> 1638915 -acodec pcm_s16le -ar 48000 -ac 2
> /media/data/media_2/004-10bit.mov
>
> FFmbc version 0.6-rc7
> Copyright (c) 2008-2011 Baptiste Coudurier and the FFmpeg developers
> Input #0, avi, from '/media/data/vid/004-10bit.avi':
> Duration: 00:00:10.54, start: 0.000000, bitrate: 226689 kb/s
> Stream #0.0(und): Video: v210, yuv422p10le, 720x486p, 29.97 fps
> Stream #0.1(und): Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
>
> Unrecognized option 'timecode_frame_start'
This option is deprecated, using -timecode is so much simpler.
> i see in the documentation0
>
> -timecode<string> E.... Set timecode value: 00:00:00[:;]00, use ';'
> before frame number for drop frame
>
> so i tried " -timecode 10:00:00:0"
>
How so ? Did you open it with FCP or Quicktime ?
[...]
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
sorry -- in the time since i sent the email i ..looked again..
indeed . i have successfully made a ntsc DV mov w time code that
starts @ 10 hours.
( embarrassed to say ) i am so seldom at a Mac that i failed to switch
the time code gadget [ left side ] from counter to Time Code. ;(
{ I wished VLC would show time code ....}
but the first command : -timecode 10:00:00:00
works great !
Thanks!
ps: love the ffmbc