I'm doing some command line encoding with x264.
the avisynth script:The batch file:Code:AVCSource("C:\workdir\movie\nmbchr\movieenc\test\source.dga") Spline36Resize(1280,720)The ErrorCode:@echo off set input=C:\workdir\movie\nmbchr\movieenc\test\source.avs set output=C:\workdir\movie\nmbchr\movieenc\test\encoded.264 set stats=C:\workdir\movie\nmbchr\movieenc\test\stats\x264.stats set bitrate=3379 set dbl=1:1 x264 --level 4.1 --pass 1 --bitrate %bitrate% --slow-firstpass --me umh --subme 9 --trellis 1 --8x8dct --mixed-refs --weightb on --b-pyramid normal --bframes 3 --ref 9 --deblock %dbl% --vbv-maxrate 38000 --stats %stats% --output NUL "%input%" x264 --level 4.1 --pass 2 --bitrate %bitrate% --me umh --subme 9 --trellis 1 --8x8dct --mixed-refs --weightb on --b-pyramid normal --bframes 3 --ref 9 --deblock %dbl% --vbv-maxrate 38000 --stats %stats% --output "%output%" "%input%" pause
Any help is appreciated!Code: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 `on' via any method! 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 `on' via any method!![]()
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
At StaxRip x264 (10 bit) error
By bolaykim in forum Video ConversionReplies: 2Last Post: 17th Aug 2012, 18:11 -
StaxRip / x264 Error
By elmuz in forum Video ConversionReplies: 0Last Post: 18th Nov 2010, 09:49 -
x264 error
By Shaorin in forum Newbie / General discussionsReplies: 4Last Post: 13th Dec 2009, 08:59 -
x264.exe error
By streetak in forum Blu-ray RippingReplies: 1Last Post: 1st Feb 2009, 12:17 -
x264 Error when encodingin Xvid4PSP
By torbenmp in forum Video ConversionReplies: 2Last Post: 1st Oct 2007, 14:25