27.03.2019, 06:12
The call Hybrid usesd to reencode the file is:
What happens if you call this call inside a Terminal?
Assuming we can find what's causing the problem with the call and adjusting it to also keep the audio would be simply changing ' -an ' to ' -c:a copy '.
Cu Selur
"/private/var/folders/_y/yd4lc6vs7nq9v8drv6nfv6b00000gn/T/AppTranslocation/036BD388-CD54-4747-A9F1-6E9AEA337FF8/d/Hybrid.app/Contents/MacOS/ffmpeg" -y -threads 4 -i "/Volumes/CANON/DCIM/102_PANA/P1020763.MP4" -map 0:0 -an -sn -vf -filter_complex "extractplanes=y+u+v[y][u][v]; [u] scale=w=3840:h=2160:in_range=full:flags=neighbor+bitexact [us]; [v] scale=w=3840:h=2160:in_range=full:flags=neighbor+bitexact [vs];[y][us][vs]mergeplanes=0x001020:yuv444p,format=pix_fmts=yuv444p10le,scale=w=1920:h=1080:flags=bicubic+full_chroma_inp+full_chroma_int" -sws_dither none,scale=out_range=pc -pix_fmt yuv444p10le -strict -1 -vsync 0 -vcodec prores_ks -profile:v 4 -vtag ap4h -f mov "/Users/user/Desktop/P1020763_13_30_53_0510_01.mov"
Assuming we can find what's causing the problem with the call and adjusting it to also keep the audio would be simply changing ' -an ' to ' -c:a copy '.
Cu Selur