-
Conversion to avoid no rendering
Hello Everyone,
I am converting some wmv video to apple prores hq using ffmpeg so that i can use those file directly in fcp without rendering. But i am in confusion which audio codec to use? I tried using alac codec but later i saw that fcp ask us to avoid alac codec.
ffmpeg -i input.wmv -vcodec prores -profile:v 3 -acodec alac output.mov