Difference between revisions of "MPEG-2 to MKV using FFmpeg"

From Archivematica
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Main Page]] > [[Documentation]] > [[Media type preservation plans]] > [[MPEG-1 and MPEG-2]] > MPEG-2 to MKV using FFmpeg
 
[[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
+
*File used was MPEG-2.mpg, 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
+
*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
| frames
+
|1016 frames
| frames
+
|1018 frames
 
|-
 
|-
 
|width
 
|width
|480 pixels
+
|720 pixels
|480 pixels
+
|720 pixels
 
|-
 
|-
 
|height
 
|height
Line 35: Line 35:
 
|-
 
|-
 
|bitDepth
 
|bitDepth
|
+
|8
 
|
 
|
 
|-
 
|-
Line 43: Line 43:
 
|-
 
|-
 
|pixelAspectRatio
 
|pixelAspectRatio
|1:1
+
|4:3
|1:1
+
|4:3
 
|-
 
|-
 
|frameRate
 
|frameRate
Line 51: Line 51:
 
|-
 
|-
 
|interlace
 
|interlace
|no
+
|yes
|no
+
|no (see Issue 689)
 
|-
 
|-
 
|}</br>
 
|}</br>
Line 67: Line 67:
 
|-
 
|-
 
|duration
 
|duration
|
+
|33s 176ms
|
+
|33s 967ms
 
|-
 
|-
 
|channels
 
|channels
Line 83: Line 83:
 
|-
 
|-
 
|bit depth
 
|bit depth
|
+
|16
 
|16
 
|16
 
|-}
 
|-}

Latest revision as of 18:52, 17 August 2011

Main Page > Documentation > Media type preservation plans > MPEG-1 and MPEG-2 > MPEG-2 to MKV using FFmpeg


File/video stream properties[edit]

Significant characteristic Original Normalized
imageStreams 1 1
audioStreams 1 1
length 1016 frames 1018 frames
width 720 pixels 720 pixels
height 480 pixels 480 pixels
bitDepth 8
colourSpace yuv420p yuv420p
pixelAspectRatio 4:3 4:3
frameRate 29.97 fps 29.97 fps
interlace yes no (see Issue 689)


Audio stream properties[edit]

Significant characteristic Original Normalized
duration 33s 176ms 33s 967ms
channels 2 2
channel mapping
sampling frequency 44.1 KHz 44.1 KHz
bit depth 16 16