Log in

View Full Version : filters needs for h264 to h264 encoding


musky5789
13th September 2007, 13:15
hi all
over the last few months i have been encoding h264 and now after a clean install of windows i can not encode h264 to h264.
I can encode vc1 to h264, but not h264.
x264.exe hangs just as its about to start encoding(see pic)
i think ive installed all the right filters etc, as i can play the raw 264 video with mpc.
ive installed ffdshow beta
Combined Community Codec Pack
sonic 4.1 sca
sonic 4.12 aca
mainconcept h264
can someone tell me which filter i need to install to get x.264.exe to encode 264 to 264
cheers :devil:

Guest
13th September 2007, 13:21
Post your AVS script. Are you able to play the input file in any player? What happens when you open the AVS script in a player?

musky5789
13th September 2007, 15:58
thats the avs script
DirectShowSource("d:\a.h264",fps=23.98,framecount=169418,audio=false)
#deinterlace
#crop
BicubicResize(1280,720,0,0.5) # Bicubic (Neutral)
#denoise
letterbox(88,88)
#source=AssumeFPS(source,24000,1001)
ConvertToYV12()

and ive tried to play with mpc and it opens up a windows 1280x720, but it crashes and does not play the video

lucassp
13th September 2007, 17:06
try this:
http://forum.doom9.org/showthread.php?t=122598&highlight=DGAVCDec
if your source is not PAFF interlaced!