New Shrip Package

I made a new Shrip package. This is for the new 0.5 release.

http://workhorsy.org/junk/shrip_0.5.0-1_i386.deb

Source packages:

http://workhorsy.org/junk/shrip_0.5.0-1.diff.gz

http://workhorsy.org/junk/shrip_0.5.0-1.dsc

http://workhorsy.org/junk/shrip_0.5.0.orig.tar.gz

Updated:

Here is how to use shrip:

For example to encode episode 1 of Jericho from a DVD ISO to a matroska container with h.264 video and aac audio at 720×480, you would do this:

shrip encode --device=/media/archive2/JERICHO_S1_AC_D1.iso --title=3 --chapters=1-9 --audio=1 --scale=720:480 --crop=0:0:720:480 --container=mkv --video-codec=x264 --video-quality=extreme --audio-quality=10 --passes=1 --audio-codec=aac --normalize --ensure-sync --threads=2 /home/matt/Desktop/jericho_ep_1.mkv

You should be able to just change some of the parameters in the above example.

4 comments ↓

#1 Ian on 01.07.09 at 7:55 pm

Great job! Now post some usage examples :)

#2 mattjones on 01.08.09 at 6:19 am

I updated the post with an example of how to use shrip.

#3 Koon on 05.16.09 at 4:12 pm

Thanks for the package.

Can you release the source package ? I would like to build it for amd64.

Thank you.

#4 mattjones on 05.16.09 at 4:18 pm

I updated with the new 0.5 release. As well as the source packages.

Leave a Comment