2005-12-07, 06:00 AM
Here's the new script.
What's new:
- Lots of cleaning and script organization. I also named the script and added version info.
- User Settings Area - file deletion, mencoder location, and other user-settable options
- MPEG recode profile - For those who just want a MPEG without commercials. Should be DVD compliant. I can recode a 30 min program in 15 min with a 1.5 ghz processor.
- When a file is selected for transcoding FILE.PTL(partial) is created. After the transcoding is finished FILE.PTL is deleted and FILE.DNE(done) is created and will stay there until dirmon cleans up orphans. This way you have a better chance of knowing what was being processed in case of an interruption.
- AVI files for input has been added but consider it beta. I've had mixed results with it. If you are using AVI input files and you want to test it, you need to change the following in dirmon:
- In the SOURCE EXTENSIONS box, you need to remove MPEG,MPG and add AVI.
There are a few things that all people using this script will have to change in dirmon. In order to support the multiple file input types, I had to change the way the script would inform dirmon of what files were being trancoded. Now if you have multiple PC's transcoding or multiple dirmon's running they won't select the same file to transcode. Here's the changes that need to be made.
- In the GLOBAL SETTINGS tab add ptl and dne to TARGET EXTENSIONS
- In the PROCESSOR tab the DOES NOT EXIST box should read ptl AND dne
NOTE: The HDTV profile works well for most ATSC programming but has some difficulties with some types of programming. I'm still testing this one out.
As with any other apps, I'd recommend testing this out a few times before setting the delete variable. It's working fine for me but your experience may vary.
What's new:
- Lots of cleaning and script organization. I also named the script and added version info.
- User Settings Area - file deletion, mencoder location, and other user-settable options
- MPEG recode profile - For those who just want a MPEG without commercials. Should be DVD compliant. I can recode a 30 min program in 15 min with a 1.5 ghz processor.
- When a file is selected for transcoding FILE.PTL(partial) is created. After the transcoding is finished FILE.PTL is deleted and FILE.DNE(done) is created and will stay there until dirmon cleans up orphans. This way you have a better chance of knowing what was being processed in case of an interruption.
- AVI files for input has been added but consider it beta. I've had mixed results with it. If you are using AVI input files and you want to test it, you need to change the following in dirmon:
- In the SOURCE EXTENSIONS box, you need to remove MPEG,MPG and add AVI.
There are a few things that all people using this script will have to change in dirmon. In order to support the multiple file input types, I had to change the way the script would inform dirmon of what files were being trancoded. Now if you have multiple PC's transcoding or multiple dirmon's running they won't select the same file to transcode. Here's the changes that need to be made.
- In the GLOBAL SETTINGS tab add ptl and dne to TARGET EXTENSIONS
- In the PROCESSOR tab the DOES NOT EXIST box should read ptl AND dne
NOTE: The HDTV profile works well for most ATSC programming but has some difficulties with some types of programming. I'm still testing this one out.
As with any other apps, I'd recommend testing this out a few times before setting the delete variable. It's working fine for me but your experience may vary.