View Single Post
Old 26th October 2013, 07:18   #1  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
avs4x265 0.5 released - x265 with avisynth as input

I've made a port of avs4x264 in order to use x265 binary...

Package available here (sources included).

Changelog:
Quote:
- v0.1 : initialization
- v0.2 : added a switch to specify the x265 binary to use.
- v0.3 : replaced the old avisynth_c.h header file by the new one provided in FFmpeg in order to take account the new colorspaces. Thanks to qyot27
- v0.4 : added some enhancements mentioned by Reel.Deel in this post : http://forum.doom9.org/showthread.php?p=1682882#post1682882
- v0.5 : display full x265 command line used to stdout
Minimum command line used :

Code:
avs4x265.exe --bitrate x -o output.hevc  input.avs
or
Code:
avs4x265.exe -q y -o output.hevc  input.avs
Where x is the bitrate value and y the QP value. All x265 options are available of course...;-)



Enjoy

Last edited by Kurtnoise; 6th June 2014 at 07:58.
Kurtnoise is offline   Reply With Quote