Hi, I have some questions about converting video to high quality.
I mostly use point clouds for visuals, when after recording with hap or image sequence to convert the video with h264, It became blurry.
for my experience in converting the video format with mp4, using ffmpeg command is a great quality for conversion. however, It is often not properly played in some window and LED machines.
here is the code that I use often convert from hap to h.264
ffmpeg -i input.mov -c:v libx264 -c:a copy -crf 18 output.mp4
It depends on the machines, It plays or not, and Idk why I converted the video with this code, there are no previews on the Windows machines.(but it plays in both apple / window)
Does any recommendations for it?