Description
Whenever i try to export on linux centos 7 with latest FFMpeg it shows the following error
ratecontrol_init: can't open stats file
Code that is called and stored in laravel.log
'/usr/bin/ffmpeg' '-y' '-i' '/home/vod/master/storage/app/public/videos/8cd57395-0d18-4a97-a734-e37c656a7042/8cd57395-0d18-4a97-a734-e37c656a7042.mp4' '-threads' '12' '-vcodec' 'libx264' '-acodec' 'libmp3lame' '-b:v' '1000k' '-refs' '6' '-coder' '1' '-sc_threshold' '40' '-flags' '+loop' '-me_range' '16' '-subq' '7' '-i_qfactor' '0.71' '-qcomp' '0.6' '-qdiff' '4' '-trellis' '1' '-b:a' '128k' '-pass' '1' '-passlogfile' '/tmp/ffmpeg-passes5b2bdbfc8f1e2ho4mf/pass-5b2bdbfc8f265' '/home/vod/master/storage/app/public/videos/8cd57395-0d18-4a97-a734-e37c656a7042/8cd57395-0d18-4a97-a734-e37c656a7042.mkv'
If i remove -pass it works can you please help how i can disable pass or how to fix this issue.
Full debug attached.
fulllog.txt
Your help is much appreciated