"No suitable decoder module:
VLC does not support the audio or video format "undf". Unfortunately there is no way for you to fix this."
The video will play, but there will be no audio. However, the audio is 'vorbis', so I would assume that VLC can play it:
Code: Select all
[nathan@ebisu /mnt/raid/media/] ffmpeg -i Test.mkv
built on Sep 21 2008 21:05:10, gcc: 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]
Input #0, matroska, from 'Test.mkv':
Duration: 00:24:44.98, start: 0.000000, bitrate: N/A
Stream #0.0(): Video: h264, yuv420p, 704x400, 23.98 tb(r)
Stream #0.1(): Audio: vorbis, 48000 Hz, stereo, s16 <=====================
Thanks.