I'm looking for a way to convert wav(16bit, 48kHz, LPCM) into an mxf file with timecode.
Since ffmpeg supports mxf, I'm trying, but I don't know the command.
ffmpeg -i ./input.wav [hh:mm:ss.ff, name1] [hh:mm:ss.ff, name2]... ./output.mxf
I'm expecting the above command, but does anyone know?
Read more here: https://stackoverflow.com/questions/66259388/how-do-i-convert-wav-into-an-mxf-file-with-timecode
Content Attribution
This content was originally published by goro3 at Recent Questions - Stack Overflow, and is syndicated here via their RSS feed. You can read the original post over there.