Opened 15 years ago
Closed 15 years ago
#1665 closed defect (duplicate)
"-vo gl" don't work if "-af ladspa" is used.
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | vo |
Version: | unspecified | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
mplayer SVN-r30881-4.4.3
commandline:
#mplayer -vo gl -af ladspa=/usr/lib/ladspa/fast_lookahead_limiter_1913.so:fastLookaheadLimiter:10:0:2 myvideo.avi
mplayer error message:
..
Starting playback...
[mpeg4 @ 0x8a5d0e0]Invalid and inefficient vfw-avi packed B frames detected
Movie-Aspect is 1,82:1 - prescaling to correct movie aspect.
VO: [gl] 640x352 => 640x352 Planar YV12
[gl] Error compiling fragment program, make sure your card supports
[gl] GL_ARB_fragment_program (use glxinfo to check).
[gl] Error message:
line 2, column 272: error: expected '}'
line 2, column 330: error: expected '}'
line 2, column 388: error: expected '}'
line 2, column 448: error: expected '}'
at , 1,164000
trying with another audio filter (extrastereo) works just fine.
Attachments (2)
Change History (10)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Owner: | changed from | to
---|
comment:3 by , 15 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Can't reproduce on Ubuntu 9.10 32 bit, valgrind does not have any complaints either.
You will have to provide more information, like the full -v log, and a sample file (if it happens with any, choose one from http://samples.mplayerhq.hu), testing with different -ao and running under valgrind might be a good idea as well.
comment:4 by , 15 years ago
by , 15 years ago
Attachment: | withoutladspa.txt added |
---|
The Same, without -af ladspa; -vo gl now works
comment:5 by , 15 years ago
comment:6 by , 15 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
I just compiled the latest mplayer-svn: MPlayer SVN-r30929
Here's the output (including fragment program) from a test file i picked from:
http://samples.mplayerhq.hu/avi/test_vodei.avi
Command line:
mplayer -vo gl -af ladspa=/usr/lib/ladspa/fast_lookahead_limiter_1913.so:fastLookaheadLimiter:10:0:2 ./test_vodei.avi -v -v
And another without ladspa:
mplayer -vo gl ./test_vodei.avi -v -v
I've attached both outputs on previous posts.
comment:7 by , 15 years ago
I've just spotted the problem, and this seems to be related to bug:
http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1334
(which i reported long time ago and it is still unfixed.)
If you see the generated fragment program, all points are translated to commas.
Any hope it will be fixed in a way ladspa filters could still be used, please?
comment:8 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Those are indeed the same thing.
* This bug has been marked as a duplicate of bug 1334 *
Please give the full -v output (most importantly it should include the generated fragment program).
Also the output with r30882 would be a bit better.