[MPlayer-users] Compiling current SVN against external libass

Yuriy Kaminskiy yumkam at mail.ru
Wed Jul 7 20:51:09 CEST 2010


Daniel Frey wrote:
> I compiled the recent SVN copy of mplayer against the git copy of
> libass, and mplayer crashes when attempting to show ASS-formatted
> subtitles saying the CPU/FPU/RAM is not being used properly. (Compiles
> fine, crashes during playback.)
> 
> I compiled the in-tree version and the error is not present, other than
> the subtitles not being shown correctly - this is the issue that the
> external libass fixes.
> 
> Has anyone else seen this behaviour? Or even better yet, has a solution?
Guess, in short term - use -demuxer mkv. To engage it automatically -
=== cut ~/.mplayer/config (at the end of file!) ===
[extension.mkv]
demuxer = mkv
[extension.mka]
profile = extension.mkv
=== cut ===

For me, both native mov demuxer and native mkv demuxer works better, than lavf.
They does not require -correct-pts (and -correct-pts have big problems with with
 framedrops), does not have to senselessy munge ssa/ass back and forth, less
seek-happy,...

In long term...
> libavformat file format detected.
> [matroska @ 0x2621dd0] max_analyze_duration reached
> [matroska @ 0x2621dd0] Estimating duration from bitrate, this may be
> inaccurate
[...]
> 
> MPlayer interrupted by signal 11 in module: filter video
> - MPlayer crashed by bad usage of CPU/FPU/RAM.
>   Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
>   disassembly. Details in
> DOCS/HTML/en/bugreports_what.html#bugreports_crash.
... guess it would be better if you'd follow this advice: recompile MPlayer with
debug info and send backtrace.



More information about the MPlayer-users mailing list