Debain 2.6.21-2-amd64
Trying to get h264 working.
Code: Select all
VLC media player 0.8.6d Janus
[00000294] dummy interface: using the dummy interface module...
[00000306] main private: creating httpd
[00000317] ffmpeg encoder error: cannot find encoder h264
[00000298] stream_out_transcode private error: cannot find encoder ((null))
[00000298] stream_out_transcode private error: cannot create video chain
[00000314] main packetizer error: cannot create packetizer output (mpgv)
Code: Select all
# vlc --list|grep ffmpeg
VLC media player 0.8.6d Janus
starting VLC root wrapper... using UID 0 (root)
***************************************
* Running VLC as root is discouraged. *
***************************************
It is potentially dangerous, and might not even work properly.
ffmpeg FFmpeg audio/video decoder/encoder ((MS)MPEG4,SVQ1,H263,WMV,WMA)
ffmpeg FFmpeg chroma conversion
ffmpeg FFmpeg audio/video encoder
ffmpeg FFmpeg demuxer
ffmpeg FFmpeg muxer
ffmpeg FFmpeg video filter
ffmpeg FFmpeg crop padd filter
ffmpeg FFmpeg deinterlace video filter
Code: Select all
# dpkg -l | grep ffmpeg
ii ffmpeg 0.cvs20070307-6 multimedia player, server and encoder
ii gstreamer0.10-ffmpeg 0.10.2-3 FFmpeg plugin for GStreamer
ii libavcodec1d 0.cvs20070307-6 ffmpeg codec library
ii libavformat1d 0.cvs20070307-6 ffmpeg file format library
ii libavutil1d 0.cvs20070307-6 ffmpeg utility library
ii libpostproc1d 0.cvs20070307-6 ffmpeg video postprocessing library
ii libswscale1d 0.cvs20070307-6 ffmpeg video scaling library
Code: Select all
# ./configure --enable-shared
./version.sh: line 2: svnversion: command not found
Platform: X86_64
System: LINUX
avis input: no
mp4 output: no
pthread: yes
gtk: no
debug: no
gprof: no
PIC: yes
shared: yes
visualize: no
I'm not sure how to get this working correctly?
Any help is appreciated.