Avs4x265

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m (category)
m (minor cosmetics and AviSynth 2.6)
Line 10: Line 10:
 
<br>
 
<br>
 
== Description ==
 
== Description ==
:A simple AviSynth pipe tool for [http://x265.org/ x265]. It's based on [[avs4x264]] with some enhancements from [[avs4x264mod]].
+
A simple AviSynth pipe tool for [http://x265.org/ x265]. It's based on [[avs4x264]] with some enhancements from [[avs4x264mod]].
 +
<br>
 
<br>
 
<br>
 
 
== Requirements ==
 
== Requirements ==
:- AviSynth 2.5.8 or [http://forum.doom9.org/showthread.php?t=168764 AviSynth 2.6.0 Alpha5]
+
* AviSynth 2.5.8 or [http://sourceforge.net/projects/avisynth2/ AviSynth 2.6.0] or greater
:- Supported color formats: [[YV12]], [[YV16]], [[YV24]]
+
* Supported color formats: [[YV12]], [[YV16]], [[YV24]]
:: <span style="color:red">**</span> If you're using AviSynth 2.5.8, [[YV12]] will be the only colorspace supported.
+
: <span style="color:red">**</span> If you're using AviSynth 2.5.8, [[YV12]] will be the only colorspace supported.
 
<br>
 
<br>
 
== Usage ==
 
== Usage ==
Line 51: Line 51:
 
== External Links ==
 
== External Links ==
 
*[http://forum.doom9.org/showthread.php?t=169607 Doom9 Forum] - avs4x265 discussion.
 
*[http://forum.doom9.org/showthread.php?t=169607 Doom9 Forum] - avs4x265 discussion.
<br>
 
 
<br>
 
<br>
 
<br>
 
<br>
 
-----------------------------------------------
 
-----------------------------------------------
 
'''Back to [[Utilities]] &larr;'''
 
'''Back to [[Utilities]] &larr;'''

Revision as of 14:38, 31 May 2015

Abstract
Author Kurtnoise
Version v0.5
Download avs4x265-0.5.7z
Category Utilities
License GPLv2
Discussion Doom9 Thread


Contents

Description

A simple AviSynth pipe tool for x265. It's based on avs4x264 with some enhancements from avs4x264mod.

Requirements

** If you're using AviSynth 2.5.8, YV12 will be the only colorspace supported.


Usage

avs4x265 - a simple AviSynth pipe tool for x265
Version: 0.5.0, built on Jun  6 2014, 08:45:06
Usage: avs4x265 [avs4x265 options] [x265 options] <input.avs>
Options: -P, --x265-binary <file> User defined x265 binary path. [Default="x265"] --seek-mode <string> Set seek mode when using --seek. [Default="fast"] - fast: Skip process of frames before seek number as x265 does if no --qpfile specified; otherwise freeze frames before seek number to skip process, but keep frame number as-is. ( x265 treats qpfile as timecodes/qpfile of input video, not output video ) Normally safe enough for randomly seekable AviSynth scripts. May break scripts which can only be linearly seeked, such as TDecimate(mode=3) - safe: Process and deliver every frame to x265. Should give accurate result with every AviSynth script. Significantly slower when the process is heavy.


Examples

TO DO

Changelog

Version      Date            Changes
v0.5 06/06/2014 - display full x265 command line used to stdout
v0.4 06/05/2014 - added some enhancements mentioned by Reel.Deel in this post.
v0.3 06/03/2014 - 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.2 10/26/2013 - added a switch to specify the x265 binary to use.
v0.1 10/26/2013 - initial release


External Links




Back to Utilities

Personal tools