Difference between revisions of "MPEG-4 to MXF using FFmpeg"

From Archivematica
Jump to navigation Jump to search
Line 18: Line 18:
 
|FileSize
 
|FileSize
 
|
 
|
| bytes
+
|5,413,573 bytes
| bytes
+
|50,691,653 bytes
 
|-
 
|-
 
|Streamcount
 
|Streamcount
Line 33: Line 33:
 
|ImageWidth
 
|ImageWidth
 
|width
 
|width
|352
+
|1920
|352
+
|1920
 
|-
 
|-
 
|ImageHeight
 
|ImageHeight
 
|height
 
|height
|288
+
|1080
|288
+
|1080
 
|-
 
|-
 
|BitDepth
 
|BitDepth
Line 58: Line 58:
 
|PAR (pixel aspect ratio)/DAR (display aspect ratio)
 
|PAR (pixel aspect ratio)/DAR (display aspect ratio)
 
|aspectRatio
 
|aspectRatio
|PAR 178:163 DAR 1958:1467
+
|PAR 1:1 DAR 16:9
|PAR 178:163 DAR 1958:1467
+
|PAR 1:1 DAR 16:9
 
|-
 
|-
 
|FrameRate
 
|FrameRate
 
|frameRate
 
|frameRate
|25 per second
+
|29.97 per second
|25 per second
+
|29.97 per second
 
|-
 
|-
 
|
 
|
Line 78: Line 78:
 
|Compression
 
|Compression
 
|codec
 
|codec
|mpeg1video
+
|mpeg4
 
|mpeg2video
 
|mpeg2video
 
|-
 
|-
 
|
 
|
 
|interlace
 
|interlace
|
+
|N/A
|
+
|N/A
 
|-
 
|-
 
|
 
|
Line 92: Line 92:
 
|-
 
|-
 
|}</br>
 
|}</br>
 
===Audio stream properties===
 
 
 
{| border="1" cellpadding="10" cellspacing="0" width=90%
 
|-
 
|- style="background-color:#cccccc;"
 
!style="width:20%"|'''Property'''
 
!style="width:20%"|'''Original'''
 
!style="width:20%"|'''Normalized'''
 
|-
 
|Codec
 
|MPEG 1 Audio, Layer 2 (MP2)
 
|PCM
 
|-
 
|Channels
 
|2
 
|2
 
|-
 
|SampleRate
 
|44100 HZ
 
|48000 HZ
 
|-
 
|BitDepth
 
|16
 
|16
 
|-}</br>
 

Revision as of 17:45, 11 August 2010

Main Page > Documentation > Media type preservation plans > MPEG-1 > MPEG-4 to MXF using FFmpeg

  • File used was from an unprocessed archival fonds
  • Used the following command to convert the file: ffmpeg -i file.mp4 -vcodec mpeg2video -qscale 1 -qmin 1 -intra -ar 48000 file.mxf
  • Note: FITS tools don't recognize the MXF format and only generate a small amount of generic file metadata as a result.


File/video stream properties

Property Significant property name Original Normalized
FileSize 5,413,573 bytes 50,691,653 bytes
Streamcount imageStreams, audioStreams 1 1
FrameCount length
ImageWidth width 1920 1920
ImageHeight height 1080 1080
BitDepth bitDepth
colourModel
colourSpace yuv420p yuv420p
PAR (pixel aspect ratio)/DAR (display aspect ratio) aspectRatio PAR 1:1 DAR 16:9 PAR 1:1 DAR 16:9
FrameRate frameRate 29.97 per second 29.97 per second
lossless No No
compressionRatio
Compression codec mpeg4 mpeg2video
interlace N/A N/A
metadata