Есть видеокамера Kodak Zi8. Хочу посмотреть на видеокамере заранее сконвертенные на компе видео в дороге. Вот в какой видеоформат она пишет:
$ffmpeg -i 100_0114.MOV
ffmpeg version 0.8.3-4:0.8.3-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
built on Jun 12 2012 16:37:58 with gcc 4.6.3
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '100_0114.MOV':
Metadata:
major_brand : qt
minor_version : 0
compatible_brands: qt
creation_time : 2010-04-04 22:31:00
comment : KODAK Zi8 Pocket Video Camera
comment-eng : KODAK Zi8 Pocket Video Camera
Duration: 00:00:31.09, start: 0.000000, bitrate: 5153 kb/s
Stream #0.0(eng): Video: h264 (Main), yuv420p, 848x480 [PAR 1:1 DAR 53:30], 5028 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc
Metadata:
creation_time : 2010-04-04 22:31:00
Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 128 kb/s
Metadata:
creation_time : 2010-04-04 22:31:00
At least one output file must be specified
$ffmpeg -i 100_0114.MOV -acodec copy -vcodec copy -f mov 100_0119.MOV
$ffmpeg -i 100_0119.MOV
ffmpeg version 0.8.3-4:0.8.3-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
built on Jun 12 2012 16:37:58 with gcc 4.6.3
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x90f4aa0] multiple edit list entries, a/v desync might occur, patch welcome
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '100_0119.MOV':
Metadata:
major_brand : qt
minor_version : 512
compatible_brands: qt
creation_time : 2010-04-04 22:31:00
encoder : Lavf53.21.0
Duration: 00:00:31.19, start: 0.000000, bitrate: 5134 kb/s
Stream #0.0(eng): Video: h264 (Main), yuv420p, 848x480 [PAR 1:1 DAR 53:30], 5028 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc
Metadata:
creation_time : 2010-04-04 22:31:00
Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16, 128 kb/s
Metadata:
creation_time : 2010-04-04 22:31:00
At least one output file must be specified