ffmpeg - High Device-Compatibility H.264 conversion

ffmpeg -i <INPUT_FILE> -c:v libx264 -crf 23 -profile:v main -level 3.0 -pix_fmt yuv420p -c:a aac -ac 2 -strict -2 -b:a 128k -movflags faststart <OUTPUT_FILE>
Settings found to make the result work on most Hardware players

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.