Olivier Perret

Results 116 comments of Olivier Perret

That certainly looks like an mpv bug. The crop script only sets a filter, it doesn't do anything when switching file or skipping within one. If you can provide more...

You're talking about `$x`, right? It does indeed default to `mkv` if it cannot recognize the input format, should this be configurable?

mh yeah thinking about it we probably should just use the real format instead of trying to parse it from a filename.

>I had to edit encode.lua to make it work at all The quoting should only be a problem if you copy-paste the command, the line is only being printed for...

Mh yes I think the problem is that the codec option is quite basic and the value is being split on whitespace, so your `filter_complex` ends up malformed. I need...

I wonder if this is not maybe more appropriate for another script, that would allow you to selectively enable/disable parts of the filter chain or reorder it.

Yes essentially the filter chain is a stack of filter (which can be crop, rotate, flip, blur... the [list is long](https://ffmpeg.org/ffmpeg-filters.html)). And I don't think your diagram renders properly. If...

Thanks, this would be a good addition indeed. I'm not a big fan of the changes to the timestamp seeker, I find the 'shift the numbers to the left' less...

By comparing exact frames, I mean that sometimes I open two mpv instances (with different video settings, for example) on the same file, seek to a random position in one,...

So what is the problem?