hydra3333
30th July 2011, 20:16
Hi, returning to X264 after an absence of some months and what used to work in my .bat files with an older version no longer seems to work with new versions. I use this commandline as part of a conversion sequence to turn PAL SD mpeg2 TV captures into smaller .mp4 for later playback on "WDTV Live" boxes. Seeking a helpful pointer to get rid of the error.
From this code (same commandlines and source)
".\x264.v1924.exe" --thread-input --threads 3 --profile high --level 4.1 --open-gop none --preset fast --interlaced --tff --no-cabac --bitrate 4000 --sar 16:11 --colormatrix bt470bg -o "T:\TEMP\test-temp.MP4" "T:\TEMP\test.avs"
pause
".\x264.v1937.exe" --thread-input --threads 3 --profile high --level 4.1 --open-gop none --preset fast --interlaced --tff --no-cabac --bitrate 4000 --sar 16:11 --colormatrix bt470bg -o "T:\TEMP\test-temp.MP4" "T:\TEMP\test.avs"
pause
".\x264.v2044.exe" --thread-input --threads 3 --profile high --level 4.1 --open-gop none --preset fast --interlaced --tff --no-cabac --bitrate 4000 --sar 16:11 --colormatrix bt470bg -o "T:\TEMP\test-temp.MP4" "T:\TEMP\test.avs"
v1924 works fine.
v1937 yields
ffms [error]: could not create index
lavf [error]: could not open input file
raw [error]: raw input requires a resolution.
x264 [error]: could not open input file `none' via any method!
v2044 yields
ffms [error]: could not create index
lavf [error]: could not open input file
raw [error]: raw input requires a resolution.
x264 [error]: could not open input file `none' via any method!
Must be something simple, however - suggestions welcomed.
From this code (same commandlines and source)
".\x264.v1924.exe" --thread-input --threads 3 --profile high --level 4.1 --open-gop none --preset fast --interlaced --tff --no-cabac --bitrate 4000 --sar 16:11 --colormatrix bt470bg -o "T:\TEMP\test-temp.MP4" "T:\TEMP\test.avs"
pause
".\x264.v1937.exe" --thread-input --threads 3 --profile high --level 4.1 --open-gop none --preset fast --interlaced --tff --no-cabac --bitrate 4000 --sar 16:11 --colormatrix bt470bg -o "T:\TEMP\test-temp.MP4" "T:\TEMP\test.avs"
pause
".\x264.v2044.exe" --thread-input --threads 3 --profile high --level 4.1 --open-gop none --preset fast --interlaced --tff --no-cabac --bitrate 4000 --sar 16:11 --colormatrix bt470bg -o "T:\TEMP\test-temp.MP4" "T:\TEMP\test.avs"
v1924 works fine.
v1937 yields
ffms [error]: could not create index
lavf [error]: could not open input file
raw [error]: raw input requires a resolution.
x264 [error]: could not open input file `none' via any method!
v2044 yields
ffms [error]: could not create index
lavf [error]: could not open input file
raw [error]: raw input requires a resolution.
x264 [error]: could not open input file `none' via any method!
Must be something simple, however - suggestions welcomed.