Difference between revisions of "FLV to MXF using FFmpeg"
Jump to navigation
Jump to search
(Created page with 'Main Page > Documentation > Format-specific preservation issues > Macromedia FLV > FLV to MXF test results *File used was sample_1238959806.avi, taken from [htt…') |
|||
Line 2: | Line 2: | ||
− | *File used was | + | *File used was 20051210_w50s.flv, taken from [..]) |
− | *Used the following command to convert the file: ffmpeg -i | + | *Used the following command to convert the file: ffmpeg -i 20051210_w50s.flv -ar 48000 20051210_w50s.mxf |
*Note: FITS tools don't recognize the MXF format and only generate a small amount of generic file metadata as a result | *Note: FITS tools don't recognize the MXF format and only generate a small amount of generic file metadata as a result | ||
</br> | </br> | ||
Line 19: | Line 19: | ||
|FileSize | |FileSize | ||
| | | | ||
− | | | + | | |
− | | | + | | |
|- | |- | ||
|Duration | |Duration | ||
| | | | ||
− | | | + | | |
− | | | + | | |
|- | |- | ||
|Streamcount | |Streamcount |
Revision as of 13:22, 12 February 2010
Main Page > Documentation > Format-specific preservation issues > Macromedia FLV > FLV to MXF test results
- File used was 20051210_w50s.flv, taken from [..])
- Used the following command to convert the file: ffmpeg -i 20051210_w50s.flv -ar 48000 20051210_w50s.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 | |||
Duration | |||
Streamcount | imageStreams, audioStreams | 2 (from ffmpeg log file) | 2 (from ffmpeg log file) |
FrameCount | length | 3013 | 3013 (from ffmpeg log file) |
ImageWidth | width | 384 | 384 (from ffmpeg log file) |
ImageHeight | height | 288 | 288 (from ffmpeg log file) |
BitDepth | bitDepth | 24 | |
colourModel | |||
colourSpace | yuv420p | yuv420p | |
aspectRatio | 1:1 | ||
FrameRate | frameRate | 25 | 25 |
lossless | No | No | |
compressionRatio | |||
Compression | codec | DivX MS-MPEG-4 Version 3 | MPEG-2 |
interlace | |||
metadata |
Audio stream properties
Property | Original | Normalized |
---|---|---|
Codec | MPEG 1 Audio, Layer 3 (MP3) | pcm_s16le (from ffmpeg log file) |
Channels | 2 | 2 |
Bitrate | 320 kpb/s | 1538 kpb/s |
SampleRate | 48000 HZ | 48000 HZ |
BitDepth | 16 (from ffmpeg log file) | 16 (from ffmpeg log file) |