ffmpeg hevc-to-h264-video-only

ffmpeg -i input.mkv -map 0 -c copy -c:v libx264 -crf 18 output.mkv
Convert video stream from h265 to h264 and copy other streams

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.