Audio conversion to Avid Op-Atom spec

Questions and answers on how to get the most out of FFAStrans
Post Reply
andrezagato
Posts: 43
Joined: Tue Jun 09, 2020 4:07 pm

Audio conversion to Avid Op-Atom spec

Post by andrezagato »

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.

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"
}
]
}
}
Would it be possible to convert it with FFastrans ?
Thanks
emcodem
Posts: 1646
Joined: Wed Sep 19, 2018 8:11 am

Re: Audio conversion to Avid Op-Atom spec

Post by emcodem »

You can try raw2bmx:

Code: Select all

C:\FFAStrans1.3.0.2\Processors\mxf_tools\raw2bmx.exe -t avid -o c:\temp\avid --wave C:\temp\MYSOURCEILFE.wav
emcodem, wrapping since 2009 you got the rhyme?
Post Reply