Opened 16 years ago

Closed 15 years ago

#1247 closed defect (fixed)

ogg: wrong "total time" in OSD.

Reported by: ospite@… Owned by: r_togni@…
Priority: normal Component: demuxer
Version: unspecified Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Hi,

when playing ogg videos using the ogg dmuxer, and hence the theora video codec, I see a wrong "total time" in the OSD.

If I use the lavf demuxer the "total time" showed in OSD is right, but with the fftheora codec used in this case the video is worse than using the theora codec, there are some artifacts. So switching demuxer (or video codec is not an option).

Here are few steps to reproduce the problem:

wget http://www.gnome.org/~federico/docs/rpm2git/rpm2git-intro.ogg
VIDEOFILE=rpm2git-intro.ogg

$ mplayer -demuxer ogg $VIDEOFILE
...
Selected video codec: [theora] vfm: theora (Theora (free, reworked VP3))
...

The video is fine, but the "total time" showed on OSD (pressing 'o' twice) is wrong.

$ mplayer -demuxer $VIDEOFILE
...
Selected video codec: [fftheora] vfm: ffmpeg (FFmpeg Theora)
...

The "total time" is correct, but there are some artifacts in the video, especially when going Forward/Backward.

$ mplayer --version
MPlayer dev-SVN-r26940 (C) 2000-2007 MPlayer Team
CPU: AMD Athlon(tm) XP 2000+ (Family: 6, Model: 8, Stepping: 1)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled with runtime CPU detection.
...

The mplayer binary is the one from debian-multimedia.org, linked against
libtheora0-1.0~beta3-1
libogg0-1.1.3-4

Thanks,

Antonio

Change History (3)

comment:1 by ospite@…, 16 years ago

Sorry, in the second example the command line should be:

$ mplayer -demuxer lavf $VIDEOFILE
...
Selected video codec: [fftheora] vfm: ffmpeg (FFmpeg Theora)
...

The "total time" is correct, but there are some artifacts in the video,
especially when going Forward/Backward.

Thanks,

Antonio

comment:2 by ospite@…, 16 years ago

Hi, anything new about this one?

Is it confirmed by you developers?

Thanks,

Antonio

comment:3 by ospite@…, 15 years ago

Resolution: fixed
Status: newclosed

I don't have the problem anymore in dev-SVN-r29241, I don't know precisely when it was fixed tho.

Closing the report.

Thanks,

Antonio

Note: See TracTickets for help on using tickets.