Log in

View Full Version : MPlayer and pullup's affinity/break output,...


Selur
8th May 2012, 17:27
mplayer -noframedrop -lavdopts threads=8 -speed 100 "test.mkv" -demuxer mkv -endpos 141 -nosound -vo null -ao null -nosub -v -vf pullup
I get a lot of outputs like:
pts after filters MISSING
V: 0.0 0/ 0 40% 805% 0.0% 0 0 100.00x
affinity: .0++1..2+.3.
breaks: .0..1..2..3.
duration: 2
which is what I want except the 'pts after filters MISSING' part.

For non-mkv files I get output like:
affinity: .0++1..2+.3.
breaks: .0..1..2..3.
duration: 2
V: 1.4 37/ 37 83% 298% 0.0% 0 0 100.00x
which includes timing infos,...

does anyone know how to use mplayer with mkv and pullup and still get the timing infos?
Main problem with this is, that '-endpos 141' gets ignored if the timing info is missing, so the whole file and not just the first 141 seconds gets analyzed,..

Cu Selur

Ps.: I know that mplayer2 handles this fine,...

Reimar
11th May 2012, 20:33
Besides fixing the filter, -nocorrect-pts should make it work without needing PTS values to be passed through.