Werner Robitza

Results 290 comments of Werner Robitza

In case reinstalling `watchman` on macOS does not work, do: ``` brew uninstall watchman killall watchman brew install watchman ``` This will prompt for access to the `Documents` folder on...

Same issue here. Did you ever resolve it?

Getting the same error with v22.5.1, installed on Cygwin 2.8.0(0.309/5/3) via Babun: ``` /home/werner/autojump/share/autojump/autojump.bash:34: command not found: complete ``` I simply installed autojump by running the `install.py` script. My `~/.zshrc`...

Let's say, impossible to find the other pages unless you look around more and know how GitHub wikis work. Trust me, that part was simply not that salient. And even...

This program is simply a wrapper around ffmpeg that sets a particular flag, which in turn makes ffmpeg output more debug info: https://github.com/slhck/ffmpeg-debug-qp/blob/2a95e9aa53a64e4bea33cc8a1391de587759ba2a/ffmpeg_debug_qp.c#L220-L223 If this is not implemented for HEVC,...

Sounds like a good idea. We should modify or buffer the lines so that they're easier to parse. In principle, if we did that, thinking a bit further, we could...

No particular reason, I think. It was just the list of libraries that are typically recommended to build an ffmpeg example against, in case you want to deal with audio....

You are welcome to create a PR to add this functionality.

Thanks for providing a detailed report. With these kinds of errors, there probably isn't much ffmpeg-normalize can do about it, since it is just calling ffmpeg to do the work....

Drifting timestamps means that there will be an offset between audio and video that gets larger and larger. What happens when you do: ``` ffmpeg -i input.mp4 -filter_complex "[0:a]loudnorm[a0]" -map...