ffmpeg -i input.mp4 -c:v prores_ks -profile:v 2 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709" -c:a copy output.mov
I don't speak command line, how do I specify the file I want to convert? Tried it myself, but uh, had no idea what to change.