Ffmpeg to Final cut
ffmpeg -i -c:v libx264 -preset fast -crf 26 -profile:v baseline -pix_fmt yuv420p -vf scale=3840:2160 -r 30 -c:a copy "..\Converted_To_30fps
i have tried every setting of compressor with no luck. I have a 2k video that I play on a PC. If I use FFMPEG with that script it works fine but if I try creating any type of compressor setting for 3840x2160 and copy from the Mac to the pc it won’t play the file. I just want to use Final Cut instead of ffmpeg can someone tell me what my compressor settings should be based on that file?