Public bug reported:

On U14.04:
x264 cannot open anything, tried with a RAW AVI file and an X264 MP4 file, the 
error message always:

Command:
x264 --qp 0 --bitrate 3000  1.mp4 -o  tmp_h264.mp4

avs [error]: failed to load avisynth
raw [error]: raw input requires a resolution.
x264 [error]: could not open input file `1.mp4' via any method!

Same with an RAW AVI file:

Command:
 x264 --qp 0 --bitrate 3000  /tmp/tmp2j4v4j.avi -o  tmp_h264.mp4
avs [error]: failed to load avisynth
raw [error]: raw input requires a resolution.
x264 [error]: could not open input file `/tmp/tmp2j4v4j.avi' via any method!

It worked on U13.10.
Differences:

x264 -h @13.10:
x264 core:123 r2189 35cf912
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 (no).
  or libav* formats if compiled with lavf support (yes) or ffms support (yes).
Outfile type is selected by filename:
 .264 -> Raw bytestream
 .mkv -> Matroska
 .flv -> Flash Video
 .mp4 -> MP4 if compiled with GPAC support (yes)
Output bit depth: 8 (configured at compile time)

x264 -h @14.04:
x264 core:142 r2389 956c8d8
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 (no) 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 (gpac)
Output bit depth: 8 (configured at compile time)

It try to use Avisynth, which is unavailable at U14.04. It used
lavf/ffms @13.10, and worked.

** Affects: x264 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: avisynth ffms lavf mp4 x264

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1317131

Title:
  avs [error]: failed to load avisynth

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x264/+bug/1317131/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to