Re: [FFmpeg-user] Convert to XAVC

2022-01-10 Thread Hanna Frangiyyeh
Thank you. Hanna On Sun, Jan 9, 2022 at 12:24 PM Moritz Barsnick wrote: > On Thu, Jan 06, 2022 at 16:28:26 -0800, Hanna Frangiyyeh wrote: > > Any idea what filter is to be used to convert to XAVC mxf format. > > As far as I can tell, the x264 encoder has an xAVC-compatible mode. > Check the x26

Re: [FFmpeg-user] Convert to XAVC

2022-01-09 Thread Moritz Barsnick
On Thu, Jan 06, 2022 at 16:28:26 -0800, Hanna Frangiyyeh wrote: > Any idea what filter is to be used to convert to XAVC mxf format. As far as I can tell, the x264 encoder has an xAVC-compatible mode. Check the x264 option "avcintra-flavor" with the value "sony". Cheers, Moritz ___