Paul Littlefield
Paul Littlefield
+1 for this please! I need the following compiled options... ./configure --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libx264 --enable-libx265 --enable-libzimg --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libass --enable-libfontconfig --enable-libfreetype --enable-openssl ... and zimg is the only...
This would be ideal, and pass it on the "watch directory" of jlesage HandBrake Docker image! My workaround was to run a cronjob script every x minutes to detect if...
I am wondering whether this is happening to me. I'm trying out Trakt as a source of my list of TV Shows I watch and want to watch. I created...
Understood. My problem has been solved. It was a combination of my impatience and the RSS feed was not coming through to my server... at 3 am this morning it...
+1 for the CLI as well. I have tried this command line... `HandBrakeCLI --input "input.mkv" --stop-at duration:120 --markers "input.csv" --output "output.mp4"` ...and my CSV file looks like this... ``` 1,So...
> My solution for this is to use [ofelia](https://github.com/mcuadros/ofelia) > > In my setup I have an extra container in my Docker Compose file which runs the task as `www-data`...
Thank you!
I would like to monitor this file and maybe rotate it if it becomes too large. OK, so how do I correctly reference this in my docker compose file? I...
+1 I also had to use 'nice' and 'cpulimit' to prevent the EC2 I was running it in from overloading. ``` sudo apt install cpulimit /usr/bin/cpulimit -q -b -c 1...
I have solved it by creating a Lifecycle Configuration in the bucket to delete all objects and markers after 1 day.