peve
6th August 2007, 08:02
Hi,
my first post here, even though I've been reading for a couple of years. I tried to do my homework first by using Google and forum search, but I'm really stuck.
I'm not sure if this is more of a x264 issue, but I think it's a rather general topic:
What do I do if a script works in every application I try it with, and only the program I want to use to encode fails?
I have a rather simple script ...
DirectShowSource("C:\Snake.VOB",fps=29.97000002997,audio=false)
tfm(order=1).tdecimate()
crop( 8, 50, -4, -52)
BiCubicResize(704, 384)
mergechroma(blur(1.3)) # Little Noise
which runs fine in Windows Media Player or VirtualDub, but x264 always exists with
avis [error]: unsupported input format (DIB )
x264 [error]: could not open input file 'C:\snake.avs'
According to VirtualDub, the script itself returns YV12; I searched the forum here and found that the DIB format is most likely caused by an error mesage from Avisynth, embedded in a video stream - but since all other applications I tried run just fine, I can't reproduce the error.
Any ideas? I searched for terms like "Avisynth log", but could not find any helpful results ...
Thanks a lot
Peve
my first post here, even though I've been reading for a couple of years. I tried to do my homework first by using Google and forum search, but I'm really stuck.
I'm not sure if this is more of a x264 issue, but I think it's a rather general topic:
What do I do if a script works in every application I try it with, and only the program I want to use to encode fails?
I have a rather simple script ...
DirectShowSource("C:\Snake.VOB",fps=29.97000002997,audio=false)
tfm(order=1).tdecimate()
crop( 8, 50, -4, -52)
BiCubicResize(704, 384)
mergechroma(blur(1.3)) # Little Noise
which runs fine in Windows Media Player or VirtualDub, but x264 always exists with
avis [error]: unsupported input format (DIB )
x264 [error]: could not open input file 'C:\snake.avs'
According to VirtualDub, the script itself returns YV12; I searched the forum here and found that the DIB format is most likely caused by an error mesage from Avisynth, embedded in a video stream - but since all other applications I tried run just fine, I can't reproduce the error.
Any ideas? I searched for terms like "Avisynth log", but could not find any helpful results ...
Thanks a lot
Peve