[vlc-devel] Ffmpeg broken?
Mark Moriarty
mfmbusiness at earthlink.net
Tue Jan 18 02:08:57 CET 2005
Hi --
Working with current builds of subversion, I'm not able to save to test.mpg,
using mpeg PS encapsulation -- I've tried MPEG1, MPEG2 -- neither work.
I'm doing a capture off Webcam, audio input explicitly set to None. I do a
normal Stop after a while, so the file should be getting closed properly.
The resulting files are junk, 1KB.
Typical message logs:
MPEG1:
stream_out_transcode debug: creating video transcoding from fcc=`I420' to
fcc=`mp1v'
main debug: looking for decoder module
main debug: probing 24 candidates
main debug: using decoder module "rawvideo"
main debug: looking for encoder module
main debug: probing 10 candidates
ffmpeg debug: libavcodec already initialized
ffmpeg debug: found encoder MPEG-1 Video
main debug: using encoder module "ffmpeg"
main debug: unlocking module "ffmpeg"
main debug: looking for encoder module
main debug: probing 10 candidates
ffmpeg debug: libavcodec already initialized
ffmpeg error: cannot open encoder
stream_out_transcode error: cannot find encoder
main debug: unlocking module "rawvideo"
main debug: beginning processing of request, 28732 us
MPEG2:
stream_out_transcode debug: creating video transcoding from fcc=`I420' to
fcc=`mp2v'
main debug: looking for decoder module
main debug: probing 24 candidates
main debug: using decoder module "rawvideo"
main debug: looking for encoder module
main debug: probing 10 candidates
ffmpeg debug: libavcodec already initialized
ffmpeg debug: found encoder MPEG-2 Video
main debug: using encoder module "ffmpeg"
main debug: unlocking module "ffmpeg"
main debug: looking for encoder module
main debug: probing 10 candidates
ffmpeg debug: libavcodec already initialized
ffmpeg error: cannot open encoder
stream_out_transcode error: cannot find encoder
main debug: unlocking module "rawvideo"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20050117/826b7409/attachment.html>
More information about the vlc-devel
mailing list