SuprBay: The PirateBay Forum

Full Version: Help With HEVC x265 Conversion
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want an automated batch or similar script for conversion of files to x265. Can anyone help??/
Download Megui and it's HEVC codec and you can do the encoding Big Grin
Here is one solution I found, which uses 'ffmpeg'.

Generate an mp4 with h.265 codec using ffmpeg

I think this command, given in the article above, should work.
However, do read through the other posts in the above article.

ffmpeg -i input -c:v libx265 -c:a copy output.mp4

For batch conversion, you can wrap the above command in a suitable 'for loop'.
Here, is a related forum post.
I generally utilize Handbrake for Windows when ripping HEVC, but ffmpeg is a damn good alternitive; At least it would be if it would allow "Input.ISO" conversion