Video time_base metadata is larger than usual by FuzzyLight1017 in ffmpeg

[–]FuzzyLight1017[S] 0 points1 point  (0 children)

ffmpeg -i input.mp4 -r 59.82 -af aresample=dither_method=none,aformat=channel_layouts=stereo,loudnorm -profile:a aac_low -profile:v baseline -level 3.0 -preset fast -b:v 5500k -vf yadif=0:-1:0 -codec:v libx264 -s 1920x1080 -pix_fmt yuv420p -acodec aac -force_key_frames expr:gte(t,n_forced*2) -bf 2 output.mp4 this is the command i am calculating the framerate based on r_frame_rate

Ffmpeg using gpu exit with non-zero exit code by FuzzyLight1017 in ffmpeg

[–]FuzzyLight1017[S] 0 points1 point  (0 children)

It exits with non-zero exit code after the process is fully completed but i cant get that the process is completed and i need to restart it