patrick_
19th December 2009, 19:39
The last version I used is r1347. Now I've updated to r1376 and it doesn't accept RAW input. I suspect that this error is since r1353 where advanced avisynth support has been introduced.
x264.exe --crf 18 --fps 25/1 --frames 97800 --output "G:\video.264" "G:\video.raw" 640x480
avs [info]: Trying FFmpegSource2... not found
avs [info]: Trying DSS2... not found
avs [info]: Trying DirectShowSource... failed
avs [error]: unable to find source filter to open 'G:\video.raw'
x264 [error]: could not open input file 'G:\video.raw'
So it tries to open the .raw with avisynth and not as a raw video, although resolution has been given. This is with the 32-bit version. The 64-bit version fails with:
avs [error]: failed to load avisynth
x264 [error]: could not open input file 'G:\video.raw'
I've looked into the -fullhelp, but there doesn't seem to be an option to disable avisynth. Did I miss something? Thanks in advance.
x264.exe --crf 18 --fps 25/1 --frames 97800 --output "G:\video.264" "G:\video.raw" 640x480
avs [info]: Trying FFmpegSource2... not found
avs [info]: Trying DSS2... not found
avs [info]: Trying DirectShowSource... failed
avs [error]: unable to find source filter to open 'G:\video.raw'
x264 [error]: could not open input file 'G:\video.raw'
So it tries to open the .raw with avisynth and not as a raw video, although resolution has been given. This is with the 32-bit version. The 64-bit version fails with:
avs [error]: failed to load avisynth
x264 [error]: could not open input file 'G:\video.raw'
I've looked into the -fullhelp, but there doesn't seem to be an option to disable avisynth. Did I miss something? Thanks in advance.