JasonMillward / Autorippr

Rip discs automatically using a blend of Python, MakeMKV and HandBrake
MIT License
241 stars 60 forks source link

[feature request] Add transcode-video.sh as another compression type option #111

Open joth76 opened 8 years ago

joth76 commented 8 years ago

https://github.com/donmelton/video-transcoding-scripts has a HandbrakeCli wrapper script called transcode-video.sh that adds some nice features: selecting target bitrate to get good compression vs quality tradeoff, selecting audio channels to retain surround, advanced auto detecting crop, and burning forced subtitles onto the video. I use it with --mkv to retain the output in that format rather than mp4 (default).

Adding transcode-video.sh script as another compressor choice would be a great addition. Alternatively that logic could be adopted into autorip (it has a permissive license) but it may not suite all users so might need further configuration choice.

JasonMillward commented 8 years ago

I'll add support for the latest ruby version since it's still being supported.