aboutsummaryrefslogtreecommitdiffstats
path: root/common.mak
diff options
context:
space:
mode:
authorClément Bœsch <clement.boesch@smartjog.com>2012-06-04 11:10:09 +0200
committerClément Bœsch <ubitux@gmail.com>2012-06-11 07:40:26 +0200
commit1ec23d9c02079bae2ee02a3efe7da6f628781f82 (patch)
tree66caf71a608159b1c8c9efb46f593b8e0c8e4448 /common.mak
parent0d96ec19ebc1577b27a889136364a906e1c627b1 (diff)
downloadffmpeg-1ec23d9c02079bae2ee02a3efe7da6f628781f82.tar.gz
mov: copy timecode metadata from tmcd track to the related video stream.
Apple softwares seem not to add a tref for the timecode (the next commit fixes this issue), but at least FFmpeg does. This can be used to generate a sample that demonstrates the feature: ./ffmpeg -f lavfi -i testsrc \ -f lavfi -i mptestsrc \ -f lavfi -i rgbtestsrc \ -map 0 -map 1 -map 2 \ -metadata:s:0 timecode=00:00:00:12 \ -metadata:s:2 timecode=01:02:12:20 \ -t 10 -y out.mov ./ffprobe out.mov The timecode metadata being transmitted to the video streams, it can be kept while transmuxed/transcoded.
Diffstat (limited to 'common.mak')
0 files changed, 0 insertions, 0 deletions