#513 closed defect (invalid)
the wat of handling h264 differs from mplayer to gmplayer
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | 1.0pre8 | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
I want to read a h264 file.
Here is what Gmplayer display :
==========================================================================
Ouverture du décodeur vidéo: [ffmpeg] FFmpeg's libavcodec codec family
Codec vidéo choisi: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
(sorry for the french, don't know how to change )
The file juste play fine.
But with mplayer i got :
==========================================================================
Requested video codec family [ffh264] (vfm=ffmpeg) not available.
Enable it at compilation.
Cannot find codec matching selected -vo and video format 0x31637661.
Read DOCS/HTML/en/codecs.html!
==========================================================================
for the same file, and i get no video output.
I'm using the last gentoo snapshot of mplayer
don't know what to blame
1) never truncate the mplayer output
2) your mplayer and gmplayer are different binaries, one probably left over from
some old, failed/buggy compilation (probably forgot to include libavcodec).