View Single Post
Old 6th April 2015, 09:36   #17  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by hydra3333 View Post
It's a bit difficult to tell (easily) what's baked into the VideoLAN build of x264 and what the changelog is.

For example, an old post on their forum confirmed it outputs raw .h264 rather than .mp4.

Any helpful hint as to where to find info about what those builds contain (eg support for avisynth input) and what it doesn't, would be most appreciated.

edit: I guess changelog is http://git.videolan.org/gitweb.cgi?p...git;a=shortlog
How about using "x264 --help":

Here the current 32 Bit Videolan build:

Code:
x264 core:146 r2538 121396c
Syntax: x264 [options] -o outfile infile

Infile can be raw (in which case resolution is required),
  or YUV4MPEG (*.y4m),
  or Avisynth if compiled with support (yes).
  or libav* formats if compiled with lavf support (yes) or ffms support (no).
Outfile type is selected by filename:
 .264 -> Raw bytestream
 .mkv -> Matroska
 .flv -> Flash Video
 .mp4 -> MP4 if compiled with GPAC or L-SMASH support (no)
Output bit depth: 8 (configured at compile time)
__________________
Groucho's Avisynth Stuff

Last edited by Groucho2004; 6th April 2015 at 09:44.
Groucho2004 is offline   Reply With Quote