Search found 2 matches
- September 13th, 2009, 3:04 pm
- Forum: Post-Processing Scripts
- Topic: Convert an x264 .mkv to an Xbox360 Compatible .mp4
- Replies: 9
- Views: 22560
Re: Convert an x264 .mkv to an Xbox360 Compatible .mp4
I have one that almost always works for me running on Linux. You'll need to compile ffmpeg with the x264 codec enabled: ### Transcode 720p H264 mkv files for the xbox 360 if [ -z $1 ]; then echo "Usage: `basename $0` filename" exit 0 fi # Wait while any other ffmpeg processes are ...
- September 13th, 2009, 2:39 pm
- Forum: Post-Processing Scripts
- Topic: moveAvis.sh
- Replies: 1
- Views: 2526
moveAvis.sh
I built a script to parse the filename SABnzbd pumps out when it's done extracting an avi, checking if it is a TV show, and putting it in the correct directory or making one if it doesn't exist, as well as putting it in Movies if it isn't a TV show. In this way everything is sorted beautifully for ...