Answer the question
In order to leave comments, you need to log in
How to transcode video to ffmpeg mp4 without quality loss and maximum web compatibility?
There are a large number of videos that contain errors. Unfortunately, simply copying a video with -copy causes an error. Suggest a ffmpeg call string that will allow you to transcode the video while maintaining the original video quality or minimize quality degradation. It is important that the video has maximum compatibility with all devices for viewing from the web. I will add that the videos have different resolutions from 360p to 1080p+
What I googled does not inspire confidence in me:
For example:
ffmpeg -vpre videobam -y -i input.avi -s 320x240 -vcodec libx264 -acodec libfaac -threads 0 -ab 64k -b 400k -bt 500k -g 24 -r 24 temp.mp4
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question