hellfred
11th June 2004, 12:54
Hi
I have downloaded latest x264 source from cvs and compiled it in cygwin using
make -f Makefile.cygwin
Makefile.cygwin is int base directory.
Afterwards the vfw dlls was made.
cd vfw/buil/cygwin
make && make install
Then x264 shows up in VDubMod, but i were not able to encode, even when trying to encode a yuy2 avi file with dimension %16 and default parameters. Any hint what the source must look like?
I have obtained the file by opening an avs file withAviSource("input.avi").ConvertToYUY2(interlace=false)
and then just fast recompressed this unsing VDubMod. Then opened the resulting file and tryed to encode it (first fast recompress and then full compressin -> RGB colourpace :( )
I gave up on VDubMod and tryed the command line encoder build in the first step.
I have used ffmpeg_g.exe to create a yuv file.
./ffmpeg_g.exe -input.avi -coptop 2 -cropbottom 2 -f yuv4mpegpipe output.yuv
and then i have encoded the file
./x264 -c -o out.h261 output.yuv 640x352
I get a lot of lines with the word SKIP in them and i can not play the resulting file with cygwin port of mplayer (cvs, one week old).
The first frame is displayed, and then mplayer crashes.
Did i miss some importent parameters to x264? What players do you use to view your movies?
Hellfred
EDIT: It would have been better to start a new thread, but i have realized theis too late. Sorry. Maybe a moderator reading this lines can move the message to a new thread.
EDIT2: I have added the dimensions to the encoding command line that where missing. They are necessary for x264.exe for processing the file.
I have downloaded latest x264 source from cvs and compiled it in cygwin using
make -f Makefile.cygwin
Makefile.cygwin is int base directory.
Afterwards the vfw dlls was made.
cd vfw/buil/cygwin
make && make install
Then x264 shows up in VDubMod, but i were not able to encode, even when trying to encode a yuy2 avi file with dimension %16 and default parameters. Any hint what the source must look like?
I have obtained the file by opening an avs file withAviSource("input.avi").ConvertToYUY2(interlace=false)
and then just fast recompressed this unsing VDubMod. Then opened the resulting file and tryed to encode it (first fast recompress and then full compressin -> RGB colourpace :( )
I gave up on VDubMod and tryed the command line encoder build in the first step.
I have used ffmpeg_g.exe to create a yuv file.
./ffmpeg_g.exe -input.avi -coptop 2 -cropbottom 2 -f yuv4mpegpipe output.yuv
and then i have encoded the file
./x264 -c -o out.h261 output.yuv 640x352
I get a lot of lines with the word SKIP in them and i can not play the resulting file with cygwin port of mplayer (cvs, one week old).
The first frame is displayed, and then mplayer crashes.
Did i miss some importent parameters to x264? What players do you use to view your movies?
Hellfred
EDIT: It would have been better to start a new thread, but i have realized theis too late. Sorry. Maybe a moderator reading this lines can move the message to a new thread.
EDIT2: I have added the dimensions to the encoding command line that where missing. They are necessary for x264.exe for processing the file.