MPEG-1 to MKV using FFmpeg
Revision as of 17:51, 15 August 2011 by Evelyn (talk | contribs) (Created page with 'Main Page > Documentation > Media type preservation plans > MPEG-1 and MPEG-2 > MPEG-1 to MKV using FFmpeg *File used was 20051210_w50s.flv, taken from [http://w...')
Main Page > Documentation > Media type preservation plans > MPEG-1 and MPEG-2 > MPEG-1 to MKV using FFmpeg
- File used was 20051210_w50s.flv, taken from Media college.com: Download Example FLV Files
- Used the following command to convert the file: ffmpeg -i <filename>.flv -vcodec ffv1 -acodec pcm_s16le <filename>.mkv
File/video stream properties
Significant characteristic | Original | Normalized |
---|---|---|
imageStreams | 1 | 1 |
audioStreams | 1 | 1 |
length | 424 frames | 424 frames |
width | 360 pixels | 360 pixels |
height | 288 pixels | 288 pixels |
bitDepth | 8 | |
colourSpace | yuv420p | yuv420p |
pixelAspectRatio | 5:4 | 5:4 |
frameRate | 25.000 fps | 25.000 fps |
interlace | no | no |
Audio stream properties
Significant characteristic | Original | Normalized |
---|---|---|
duration | 16s 953ms | 16s 960ms |
channels | 2 | 2 |
channel mapping | ||
sampling frequency | 22.05 KHz | 22.05 KHz |
bit depth | 16 |