Uwanted mpv behavior. #15321
Closed
jimford-sudo
started this conversation in
General
Replies: 3 comments 2 replies
-
|
https://mpv.io/manual/master/#options-autofit-larger |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks guidocella --auto-window-resize=no did the trick. (I thought it would be more complicated than that!) To view the files faster I've tried --speed=2 (and other rates), but only get 15fps whatever I do.
How can I increase the speed? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Many thanks for the helpful replies. Jim |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to 'chew' through about a thousand video clips from a wildlife camera, to catch a certain event.
I've used 'find' with a regex, to narrow down the likely files, and piped the output to mpv (- -print0 | xargs -0 mpv speed=2).
The problem is that the first 2 files show OK in a small window, but subsequent ones greatly exceed the size of the screen.
I'm using a 15 year old laptop. If it's a decoding problem, then why do the first 2 files show OK? - I'm way out of my depth here and could do with a bit of hand holding, please!
Jim
Beta Was this translation helpful? Give feedback.
All reactions