Tim Bennett
Tim Bennett
Hi, I'm not familiar with that project but it looks it works by [building up a filter](https://github.com/slhck/ffmpeg-normalize/blob/a3eb8bd224c3b10d78cbda5e1f8bcf80ee17745d/ffmpeg_normalize/_media_file.py#L193) command using the ffmpeg [loudnorm](https://ffmpeg.org/ffmpeg-filters.html#loudnorm) filter. `shrinkwrap` does support passing any arbitrary options...
Hi Erik, this makes sense. I'll try to add something if I find some time, otherwise feel free to raise a PR :)
Hi @0kashi, from the log it looks like it's having some problems with the audio stream inside your file: ``` Stream #0:1 -> #0:1 (? (?) -> aac (libfdk_aac)) Decoder...
Hi, no problem :) Is it the same for all your files or just one bad one? Based on that `mediainfo` output it looks like possibly the files are from...
Hi, there isn't an option built-in to do this currently; I set it up so the original files are never touched. You could write a simple script though to do...
Hi @meldarionqeusse, glad you figured it out. As @hizhatt mentions you need to specify the input extension of the files you want matched. At the moment there isn't an option...
Hi! Yeah this project wasn't updated for some time during which Ghost has changed quite a lot, including the APIs and authentication model. I have just now pushed a new...
> @bennetimo could you please update to Ghost 5? Thank you. Hiya, sadly I don't have the time just at the moment I'm afraid, but yes it's something that I...