Search found 5 matches

by JaKohl
Mon Jan 28, 2013 7:47 am
Forum: Command Line Interface And Scripting
Topic: [windows] Script\App to convert large collection
Replies: 12
Views: 2601

Re: [windows] Script\App to convert large collection

oh and the codecs are not for Handbrake. Those are dependencies for some functions that I use to get the video lengths. If the codec doesnt exist then it detects the video length as 0 and deletes the converted file.
by JaKohl
Mon Jan 28, 2013 7:45 am
Forum: Command Line Interface And Scripting
Topic: [windows] Script\App to convert large collection
Replies: 12
Views: 2601

Re: [windows] Script\App to convert large collection

gummyd if you select verbose log and copy the contents of the log file I could help you with the issue. For some reason I stopped getting updates on when new posts were posted to I didnt think anyone was even using the tool. LOL. I know on my library of over 4k files it is still running. Anyways I l...
by JaKohl
Fri Jan 04, 2013 4:17 pm
Forum: Command Line Interface And Scripting
Topic: [windows] Script\App to convert large collection
Replies: 12
Views: 2601

Re: [windows] Script\App to convert large collection

Actually the app will output to the exact location that the file was found. You could point it to C:\Movies, it would find C:\Movies\Path\Folder1\somemovie.avi and it would output C:\Movies\Path\Folder1\somemovie.mp4 so that you dont have to point to the exact folder. I hope this is what you are att...
by JaKohl
Wed Dec 12, 2012 11:22 am
Forum: Command Line Interface And Scripting
Topic: Windows script to convert all media files in a root dir?
Replies: 10
Views: 6022

Re: Windows script to convert all media files in a root dir?

I just made a quick little app to do just this thing as I wanted to convert my entire library.

https://dl.dropbox.com/u/197176/HMR.zip
by JaKohl
Wed Dec 12, 2012 11:20 am
Forum: Command Line Interface And Scripting
Topic: [windows] Script\App to convert large collection
Replies: 12
Views: 2601

[windows] Script\App to convert large collection

I have been wanting to convert my entire media collection to mp4 but there were no good conversion techniques that I could find. So I created one myself. This app uses the HandbrakeCLI to convert the media but it also does some great stuff. Firstly it will do a recursive scan on a root directory and...