Opened 18 years ago
Last modified 17 years ago
#1271 new defect
MPlayer truncates audio in WMV with shorter audio track
| Reported by: | Owned by: | reimar | |
|---|---|---|---|
| Priority: | normal | Component: | core |
| Version: | HEAD | Severity: | normal |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Reproduced by developer: | no | Analyzed by developer: | no |
Description
Sample WMV uploaded to upload.mplayerhq.hu:/MPlayer/incoming/truncated-audio/truncated-audio.wmv
MPlayer reports ID_LENGTH=251.00 but when playing the video, MPlayer exits at 56.7s
ffplay plays the entire video.
Attachments (3)
Change History (7)
by , 18 years ago
| Attachment: | mplayer.log added |
|---|
comment:1 by , 18 years ago
comment:2 by , 18 years ago
This patches mencoder so it transcodes the entire file, e.g.:
mencoder truncated-audio.wmv -ofps 30 -oac pcm -ovc raw -vf format=i420 -o test.mov
This is patch mencoder_09_joint_audio_video_eof.diff from http://support.on2.com/gpl/mplayer/2008-07-17-mencoder-on2flixenglinux.tar.bz2 applied to svn HEAD.
comment:4 by , 17 years ago
| attachments.isobsolete: | 0 → 1 |
|---|
They updated the patch in their latest patchset release, attaching latest patch.
http://support.on2.com/gpl/mplayer/2009-08-07-mencoder-on2flixenglinux.tar.bz2

mplayer log