Dan Oscarsson

Results 10 comments of Dan Oscarsson

If it works fine in Chrome it may be because some versions of their code switched to resampling between speed 0.95 - 1.06. Personally I prefer to use resampling when...

Do you want to be able to sync a 24 Hz movie to a 30 Hz display? The original intention of display-resample is to do what my own patches in...

While I normally want to watch a movie in its normal speed, I can skip through it faster if its bad. But then it would normally be 2 or 3...

I think this option will just confuse people. display-resample works fine for what it is intended. Sync video to display at normal speed to get smooth playing is what probably...

Yes, the main problem I see with ASS_Library are fonts. From mpv and the code there are, apart from system fonts, memory based and embedded. mpv uses momory fonts in...

One problem I can see with using the same ASS_Renderer in parallel with events from different tracks are that images_root and prev_images_root are not in the track object. A test...

mpv can show two subtitle tracks at the same time so then change checking will not work well. Also, for OSD, mpv have several tracks used at the same time...

Now I have tested some ideas and as renderer and track can be created and destroyed in any order (for example mpv can destroy renderer before the tracks it has...

As this does make things faster when there is one event per frame I think you have to ensure that that case is not much slower. I use mpv and...

I am not sure this is a good idea. For example I might do a mpv | grep XYZ to only see a special type of lines. As mpv is...