Difference between revisions of "MPEG-4 to MXF using FFmpeg"
Jump to navigation
Jump to search
(Created page with '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 follo...') |
|||
Line 18: | Line 18: | ||
|FileSize | |FileSize | ||
| | | | ||
− | | | + | | bytes |
− | | | + | | bytes |
|- | |- | ||
|Streamcount | |Streamcount | ||
|imageStreams, audioStreams | |imageStreams, audioStreams | ||
− | | | + | |1 |
− | | | + | |1 |
|- | |- | ||
|FrameCount | |FrameCount | ||
|length | |length | ||
− | | | + | | |
− | | | + | | |
|- | |- | ||
|ImageWidth | |ImageWidth |
Revision as of 16:22, 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 | bytes | bytes | |
Streamcount | imageStreams, audioStreams | 1 | 1 |
FrameCount | length | ||
ImageWidth | width | 352 | 352 |
ImageHeight | height | 288 | 288 |
BitDepth | bitDepth | ||
colourModel | |||
colourSpace | yuv420p | yuv420p | |
PAR (pixel aspect ratio)/DAR (display aspect ratio) | aspectRatio | PAR 178:163 DAR 1958:1467 | PAR 178:163 DAR 1958:1467 |
FrameRate | frameRate | 25 per second | 25 per second |
lossless | No | No | |
compressionRatio | |||
Compression | codec | mpeg1video | mpeg2video |
interlace | |||
metadata |
Audio stream properties
Property | Original | Normalized |
---|---|---|
Codec | MPEG 1 Audio, Layer 2 (MP2) | PCM |
Channels | 2 | 2 |
SampleRate | 44100 HZ | 48000 HZ |
BitDepth | 16 | 16 |