Hi,
One question, is it possible to batch convert HEVC 265 mkvs to H.264 using ffmpeg? And if so what would be the command line?
Thank you![]()
+ Reply to Thread
Results 1 to 3 of 3
-
-
A batch file like:
Code:md New for %%F in ("*.mkv") do ( ffmpeg -i "%%~nxF" -c:a copy -c:v libx264 -preset veryfast -crf 20 "New\%%~nF.mkv" )
-
Perfect, thank you!
Btw, I'm not receiving e-mail notifications anymore, I haven't for months, when my preferences say I should. Don't know if it's just me.
Similar Threads
-
ffmpeg to convert 4k/hdr10 to (i) h.264/10-bit/.mp4 (ii) h.265/10-bit/.mp4
By hydra3333 in forum Video ConversionReplies: 2Last Post: 10th Feb 2018, 19:49 -
Which has better video quality H.264 or H.265?
By Chibi in forum Newbie / General discussionsReplies: 10Last Post: 1st Sep 2017, 14:30 -
how to convert h.265 mkv into h.264
By flannob in forum Newbie / General discussionsReplies: 5Last Post: 5th Mar 2017, 13:48 -
Shall i take H.264 OR H.265 ?
By hello0 in forum Newbie / General discussionsReplies: 4Last Post: 12th Jan 2017, 10:27 -
H.264 or H.265?
By SameSelf in forum Video ConversionReplies: 29Last Post: 30th Jun 2016, 13:03