Hi,
I am running VLC player, 0.8.6f Janus version on Fedora Core 7 (dedicated server environment) to extract an image from the flv video. For certain flv files (I donot know what is their characteristic!), the vlc player generates the desired thumbnail but for certain flv files, it gives an error:
[flv @ 0xbb2314] Unsupported audio codec format (ffffffff)
[flv@ 0xbb2314] unsupported video codec format (ffffffff)
[flv@ 0xbb2314] unsupported audio codec (5)
[00000336] ffmpeg demuxer error: Seeking too far: EOF
[00000414] main decoder error: no suitable decoder module for fourcc 'undf'
and then quits the executable. The thumbnail for the video is not being generated. The command being used is following:
vlc -V image --start-time 0 --stop-time 1 --image-out-format jpg --image-out-ratio 24 --image-out-prefix snap test.mpg vlc:quit
A few more observations on this server:
a. ffmpeg is able to convert the same flv to mpg format. I could generated thumbnail using this command from the mpg file.
b. The same version of vlc player and this flv file works well on the Windows install. Thumbnail is being generated for the same set of software pieces.
c. There is no X11/sound card support on this server..this is a dedicated server running environment with Fedora Core 7 installed.
Do I need to have some sort of flv plugins on this server? Since this is a server environment, there is no browser installed on this machine. Is this required?
Any help/pointers in resolving this issue is deeply appreciated!
Thanks!


