Difference between revisions of "MPEG-1 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-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 20051210_w50s.flv, taken from [http://www.mediacollege.com/adobe/flash/video/tutorial/example-flv.html Media college.com: Download Example FLV Files]
+
*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>.flv -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
|424 frames
+
|2707 frames
|424 frames
+
|2707 frames
 
|-
 
|-
 
|width
 
|width
|360 pixels
+
|352 pixels
|360 pixels
+
|352 pixels
 
|-
 
|-
 
|height
 
|height
Line 43: Line 43:
 
|-
 
|-
 
|pixelAspectRatio
 
|pixelAspectRatio
|5:4
+
|4:3
|5:4
+
|4:3
 
|-
 
|-
 
|frameRate
 
|frameRate
Line 67: Line 67:
 
|-
 
|-
 
|duration
 
|duration
|16s 953ms
+
|1mn 48s
|16s 960ms
+
|1mn 48s
 
|-
 
|-
 
|channels
 
|channels
Line 79: Line 79:
 
|-
 
|-
 
|sampling frequency
 
|sampling frequency
|22.05 KHz
+
|44.1 KHz
|22.05 KHz
+
|44.1 KHz
 
|-
 
|-
 
|bit depth
 
|bit depth

Latest revision as of 19: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