Difference between revisions of "MPEG-4 to MXF using FFmpeg"
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 | ||
− | | | + | |1920 |
− | | | + | |1920 |
|- | |- | ||
|ImageHeight | |ImageHeight | ||
|height | |height | ||
− | | | + | |1080 |
− | | | + | |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 | + | |PAR 1:1 DAR 16:9 |
− | |PAR | + | |PAR 1:1 DAR 16:9 |
|- | |- | ||
|FrameRate | |FrameRate | ||
|frameRate | |frameRate | ||
− | | | + | |29.97 per second |
− | | | + | |29.97 per second |
|- | |- | ||
| | | | ||
Line 78: | Line 78: | ||
|Compression | |Compression | ||
|codec | |codec | ||
− | | | + | |mpeg4 |
|mpeg2video | |mpeg2video | ||
|- | |- | ||
| | | | ||
|interlace | |interlace | ||
− | | | + | |N/A |
− | | | + | |N/A |
|- | |- | ||
| | | | ||
Line 92: | Line 92: | ||
|- | |- | ||
|}</br> | |}</br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 16: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 |