Avs4x265

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(avs4x265)
 
m (space)
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
[[Category:Utilities]]
 +
[[Category:Piping]]
 
{{Filter3
 
{{Filter3
 
| {{Author/Kurtnoise}}
 
| {{Author/Kurtnoise}}
Line 8: 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 39: Line 41:
 
== Changelog ==
 
== Changelog ==
 
  Version      Date            Changes<br>
 
  Version      Date            Changes<br>
  v0.5        06/06/2014      - display full x265 command line used to stdout  
+
  v0.5        06/06/2014      - display full x265 command line used to stdout<br>
 
  v0.4        06/05/2014      - added some enhancements mentioned by Reel.Deel in [http://forum.doom9.org/showthread.php?p=1682882#post1682882 this post].<br>
 
  v0.4        06/05/2014      - added some enhancements mentioned by Reel.Deel in [http://forum.doom9.org/showthread.php?p=1682882#post1682882 this post].<br>
 
  v0.3        06/03/2014      - replaced the old avisynth_c.h header file by the new one provided in  
 
  v0.3        06/03/2014      - replaced the old avisynth_c.h header file by the new one provided in  
Line 46: Line 48:
 
  v0.1        10/26/2013      - initial release
 
  v0.1        10/26/2013      - initial release
 
<br>
 
<br>
 +
 +
== Archived Downloads ==
 +
{| class="wikitable" border="1"; width="500px"
 +
|-
 +
!!width="100px"| Version
 +
!!width="150px"| Download
 +
!!width="150px"| Mirror
 +
|-
 +
!v0.5
 +
|[http://kurtnoise.free.fr/x265/avs4x265-0.5.7z avs4x265-0.5.7z]
 +
|[http://web.archive.org/web/20150706153817/http://kurtnoise.free.fr/x265/avs4x265-0.5.7z avs4x265-0.5.7z]
 +
|-
 +
!v0.4
 +
|[http://kurtnoise.free.fr/x265/avs4x265-0.4.7z avs4x265-0.4.7z]
 +
|[http://web.archive.org/web/20150706153808/http://kurtnoise.free.fr/x265/avs4x265-0.4.7z avs4x265-0.4.7z]
 +
|-
 +
!v0.3
 +
|[http://kurtnoise.free.fr/x265/avs4x265-0.3.7z avs4x265-0.3.7z]
 +
|[http://web.archive.org/web/20140604024002/http://kurtnoise.free.fr/x265/avs4x265-0.3.7z avs4x265-0.3.7z]
 +
|-
 +
!v0.2
 +
|[http://kurtnoise.free.fr/x265/avs4x265-0.2.7z avs4x265-0.2.7z]
 +
|[http://web.archive.org/web/20140604023953/http://kurtnoise.free.fr/x265/avs4x265-0.2.7z avs4x265-0.2.7z]
 +
|-
 +
!v0.1
 +
|[http://kurtnoise.free.fr/x265/avs4x265-0.1.7z avs4x265-0.1.7z]
 +
|[http://web.archive.org/web/20140604023945/http://kurtnoise.free.fr/x265/avs4x265-0.1.7z avs4x265-0.1.7z]
 +
|}
 +
<br>
 +
 
== 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;'''

Latest revision as of 16:47, 6 July 2015

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


Contents

[edit] Description

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

[edit] Requirements

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


[edit] 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.


[edit] Examples

TO DO

[edit] 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


[edit] Archived Downloads

Version Download Mirror
v0.5 avs4x265-0.5.7z avs4x265-0.5.7z
v0.4 avs4x265-0.4.7z avs4x265-0.4.7z
v0.3 avs4x265-0.3.7z avs4x265-0.3.7z
v0.2 avs4x265-0.2.7z avs4x265-0.2.7z
v0.1 avs4x265-0.1.7z avs4x265-0.1.7z


[edit] External Links




Back to Utilities

Personal tools