Audio conversion to Avid Op-Atom spec
Posted: Mon Mar 06, 2023 2:14 pm
Hello,
Me again, fighting with Avid standarts...
I would like to convert WAV files to avid mxf op-atom MXF audio files. I've tried a few custom ffmpeg encoders, but without succcess. Right now I have been importing direclty from avid, when you import, Avid asks the framerate you want and "does it's thing"... the final file is an MXF file.
Here is how it looks on media info json.
Would it be possible to convert it with FFastrans ?
Thanks
Me again, fighting with Avid standarts...
I would like to convert WAV files to avid mxf op-atom MXF audio files. I've tried a few custom ffmpeg encoders, but without succcess. Right now I have been importing direclty from avid, when you import, Avid asks the framerate you want and "does it's thing"... the final file is an MXF file.
Here is how it looks on media info json.
Code: Select all
{
"creatingLibrary": {
"name": "MediaInfoLib",
"version": "22.12",
"url": "https://mediaarea.net/MediaInfo"
},
"media": {
"@ref": "Z:\\Avid MediaFiles\\MXF\\D04_0403_AUDIO_MESA_A\\D04_0403_AA03.E02AF854D085A.mxf",
"track": [
{
"@type": "General",
"AudioCount": "1",
"OtherCount": "1",
"FileExtension": "mxf",
"Format": "MXF",
"Format_Version": "1.2",
"Format_Profile": "OP-Atom",
"Format_Settings": "Closed / Complete",
"FileSize": "326854882",
"Duration": "2267.999",
"OverallBitRate": "1152928",
"StreamSize": "263014",
"FooterSize": "194",
"PackageName": "A_RS03_040323/003 / D04_0403_A_RS03_040323_003_Tr1.WAV / D04_0403_A_RS03_040323_003_Tr1.WAV:2023-03-04",
"Encoded_Date": "2023-03-06 01:55:17.000",
"File_Created_Date": "UTC 2023-03-06 22:59:55.800",
"File_Created_Date_Local": "2023-03-06 19:59:55.800",
"File_Modified_Date": "UTC 2023-03-06 22:59:58.652",
"File_Modified_Date_Local": "2023-03-06 19:59:58.652",
"Encoded_Application_Version": "Unknown version",
"Encoded_Library_Name": "AAFSDK (MacOS X)",
"Encoded_Library_Version": "2.0.8.102.1",
"extra": {
"IsTruncated": "Yes"
}
},
{
"@type": "Audio",
"ID": "1",
"Format": "PCM",
"Format_Settings_Endianness": "Little",
"Format_Settings_Wrapping": "Clip",
"CodecID": "4B464141000D4D4F",
"Duration": "2267.999",
"BitRate_Mode": "CBR",
"BitRate": "1152000",
"Channels": "1",
"SamplingRate": "48000",
"SamplingCount": "108863952",
"FrameCount": "108863955",
"BitDepth": "24",
"Delay": "0.000",
"Delay_DropFrame": "Yes",
"Delay_Source": "Container",
"StreamSize": "326591868",
"StreamSize_Proportion": "0.99920",
"extra": {
"Locked": "No",
"BlockAlignment": "3"
}
},
{
"@type": "Other",
"ID": "19-Source",
"Type": "Time code",
"Format": "MXF TC",
"FrameRate": "29.970",
"FrameCount": "12947040",
"TimeCode_FirstFrame": "00:00:00;00",
"TimeCode_LastFrame": "119:59:59;29",
"TimeCode_Settings": "Source Package",
"TimeCode_Stripped": "Yes"
}
]
}
}
Thanks