Difference between revisions of "MPEG-2 to MKV using FFmpeg"
Jump to navigation
Jump to search
Line 43: | Line 43: | ||
|- | |- | ||
|pixelAspectRatio | |pixelAspectRatio | ||
− | | | + | |1:1 |
− | | | + | |1:1 |
|- | |- | ||
|frameRate | |frameRate | ||
Line 67: | Line 67: | ||
|- | |- | ||
|duration | |duration | ||
− | | | + | | |
− | | | + | | |
|- | |- | ||
|channels | |channels |
Revision as of 14:42, 17 August 2011
Main Page > Documentation > Media type preservation plans > MPEG-1 and MPEG-2 > MPEG-2 to MKV using FFmpeg
- File used was MPEG-2_with_Super_VideoCD_Extensions, taken from http://www.jhepple.com/support/sample_movies1.htm
- Used the following command to convert the file: ffmpeg -i <filename>.mpeg -vcodec ffv1 -acodec pcm_s16le <filename>.mkv
File/video stream properties
Significant characteristic | Original | Normalized |
---|---|---|
imageStreams | 1 | 1 |
audioStreams | 1 | 1 |
length | frames | frames |
width | 480 pixels | 480 pixels |
height | 480 pixels | 480 pixels |
bitDepth | ||
colourSpace | yuv420p | yuv420p |
pixelAspectRatio | 1:1 | 1:1 |
frameRate | 29.97 fps | 29.97 fps |
interlace | no | no |
Audio stream properties
Significant characteristic | Original | Normalized |
---|---|---|
duration | ||
channels | 2 | 2 |
channel mapping | ||
sampling frequency | 44.1 KHz | 44.1 KHz |
bit depth | 16 |