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

From Archivematica
Jump to navigation Jump to search
(Created page with 'Main Page > Documentation > Media type preservation plans > MPEG-1 and MPEG-2 > MPEG-2 to MKV using FFmpeg')
 
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
 +
*Used the following command to convert the file: ffmpeg -i <filename>.mpeg -vcodec ffv1 -acodec pcm_s16le <filename>.mkv
 +
</br>
 +
 +
===File/video stream properties===
 +
 +
{| border="1" cellpadding="10" cellspacing="0" width=90%
 +
|-
 +
|- style="background-color:#cccccc;"
 +
!style="width:20%"|'''Significant characteristic'''
 +
!style="width:20%"|'''Original'''
 +
!style="width:20%"|'''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
 +
|-
 +
|}</br>
 +
 +
===Audio stream properties===
 +
 +
 +
{| border="1" cellpadding="10" cellspacing="0" width=90%
 +
|-
 +
|- style="background-color:#cccccc;"
 +
!style="width:20%"|'''Significant characteristic'''
 +
!style="width:20%"|'''Original'''
 +
!style="width:20%"|'''Normalized'''
 +
|-
 +
|duration
 +
|1mn 48s
 +
|1mn 48s
 +
|-
 +
|channels
 +
|2
 +
|2
 +
|-
 +
|channel mapping
 +
|
 +
|
 +
|-
 +
|sampling frequency
 +
|44.1 KHz
 +
|44.1 KHz
 +
|-
 +
|bit depth
 +
|
 +
|16
 +
|-}

Revision as of 15:32, 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

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

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