Difference between revisions of "MPEG-1 to MKV using FFmpeg"
Jump to navigation
Jump to search
(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...') |
|||
Line 1: | Line 1: | ||
[[Main Page]] > [[Documentation]] > [[Media type preservation plans]] > [[MPEG-1 and MPEG-2]] > MPEG-1 to MKV using FFmpeg | [[Main Page]] > [[Documentation]] > [[Media type preservation plans]] > [[MPEG-1 and MPEG-2]] > MPEG-1 to MKV using FFmpeg | ||
− | *File used was | + | *File used was CLIP07.MPG ("Animal Handling"), taken from [http://www.interniche.org/video_download.htm http://www.interniche.org/video_download.htm] |
− | *Used the following command to convert the file: ffmpeg -i <filename>. | + | *Used the following command to convert the file: ffmpeg -i <filename>.mpg -vcodec ffv1 -acodec pcm_s16le <filename>.mkv |
</br> | </br> | ||
Line 23: | Line 23: | ||
|- | |- | ||
|length | |length | ||
− | | | + | |2707 frames |
− | | | + | |2707 frames |
|- | |- | ||
|width | |width | ||
− | | | + | |352 pixels |
− | | | + | |352 pixels |
|- | |- | ||
|height | |height | ||
Line 43: | Line 43: | ||
|- | |- | ||
|pixelAspectRatio | |pixelAspectRatio | ||
− | | | + | |4:3 |
− | | | + | |4:3 |
|- | |- | ||
|frameRate | |frameRate | ||
Line 67: | Line 67: | ||
|- | |- | ||
|duration | |duration | ||
− | | | + | |1mn 48s |
− | | | + | |1mn 48s |
|- | |- | ||
|channels | |channels | ||
Line 79: | Line 79: | ||
|- | |- | ||
|sampling frequency | |sampling frequency | ||
− | | | + | |44.1 KHz |
− | | | + | |44.1 KHz |
|- | |- | ||
|bit depth | |bit depth |
Latest revision as of 18:04, 15 August 2011
Main Page > Documentation > Media type preservation plans > MPEG-1 and MPEG-2 > MPEG-1 to MKV using FFmpeg
- File used was CLIP07.MPG ("Animal Handling"), taken from http://www.interniche.org/video_download.htm
- Used the following command to convert the file: ffmpeg -i <filename>.mpg -vcodec ffv1 -acodec pcm_s16le <filename>.mkv
File/video stream properties[edit]
Significant characteristic | Original | Normalized |
---|---|---|
imageStreams | 1 | 1 |
audioStreams | 1 | 1 |
length | 2707 frames | 2707 frames |
width | 352 pixels | 352 pixels |
height | 288 pixels | 288 pixels |
bitDepth | 8 | |
colourSpace | yuv420p | yuv420p |
pixelAspectRatio | 4:3 | 4:3 |
frameRate | 25.000 fps | 25.000 fps |
interlace | no | no |
Audio stream properties[edit]
Significant characteristic | Original | Normalized |
---|---|---|
duration | 1mn 48s | 1mn 48s |
channels | 2 | 2 |
channel mapping | ||
sampling frequency | 44.1 KHz | 44.1 KHz |
bit depth | 16 |