Media Processing Script

Come up with a useful post-processing script? Share it here!
auskento
Moderator
Moderator
Posts: 77
Joined: January 21st, 2008, 8:45 pm
Location: Melbourne, AUS

Re: Media Processing Script

Post by auskento »

Easiest to create a routine for mkv to do that.  If you already have a process by which you do it, it should be easy enough to transfer into the script.

I plan on redoing a lot of the script in the near future, mostly as SAB provides a lot more information at runtime.

I plan on reverting it to a SAB script only, rather than something that can be run from commandline too.  It isnt a function I have used for a long time now, and I should be able to streamline and tidy up the script significantly in the process.
th3joker
Jr. Member
Jr. Member
Posts: 64
Joined: January 25th, 2008, 8:15 am

Re: Media Processing Script

Post by th3joker »

When it renames the Movies it also removes the year that is sometimes part of the original folder name, is there an easy way to stop it doing that.
auskento
Moderator
Moderator
Posts: 77
Joined: January 21st, 2008, 8:45 pm
Location: Melbourne, AUS

Re: Media Processing Script

Post by auskento »

Code: Select all

 MOVIE_NAME="`echo $FOLDER_NAME | sed 's/ (.*)//g'`"
change the above line to

Code: Select all

 MOVIE_NAME="$FOLDER_NAME"
I haven't done a lot with this script recently.  I have plans to re-develop this now that SAB provides more post-processing variables.

I will probably start on this once 0.50 is released.
Last edited by auskento on May 2nd, 2009, 8:00 pm, edited 1 time in total.
adhesiv
Release Testers
Release Testers
Posts: 6
Joined: March 2nd, 2009, 2:57 am

Re: Media Processing Script

Post by adhesiv »

I'm trying to download the script @ http://postproc.incinerator.com.au/ but i get the following error...

Error in ./postproc.down on line 6.
./postproc.net is already defined.
cirkator
Newbie
Newbie
Posts: 1
Joined: March 13th, 2012, 4:53 am

Re: Media Processing Script

Post by cirkator »

the download link is not working anymore
could somebody please reupload the script

thanks
Timmons
Newbie
Newbie
Posts: 1
Joined: March 14th, 2012, 3:08 pm

Re: Media Processing Script

Post by Timmons »

Hello,

Would like to 2nd the post to upload this somewhere so I could try it out. The existing link does not work.
timpotter
Newbie
Newbie
Posts: 9
Joined: August 11th, 2012, 7:07 am

Re: Media Processing Script

Post by timpotter »

Has anyone found the most recent revision of this script?
groovio
Newbie
Newbie
Posts: 2
Joined: June 10th, 2015, 2:14 pm

Re: Media Processing Script

Post by groovio »

Hi,
script url not working ? ???

Thank You :)
Post Reply