Search found 29 matches

by johnzapf
Thu Jun 09, 2016 7:20 pm
Forum: Command Line Interface And Scripting
Topic: Is there a wildcard or code for the file name?
Replies: 1
Views: 1149

Is there a wildcard or code for the file name?

I would like it to get any file I have in the "VIDEO" folder and output to the "MP4" folder keeping the same name on the file, is that possible? ie: C:\Users\John\Desktop\VIDEO\test.mov to C:\Users\John\Desktop\MP4\test1920.mp4, etc... I don't want to have to change the name of t...
by johnzapf
Thu Jun 09, 2016 6:11 pm
Forum: Command Line Interface And Scripting
Topic: Batch to multiple sizes
Replies: 25
Views: 7972

Re: Batch to multiple sizes

ok this is working, I would like it to just get any file I have in the "VIDEO" folder and output to the "MP4" folder keeping the same name on the file, is that possible? ie: C:\Users\John\Desktop\VIDEO\test.mov to C:\Users\John\Desktop\MP4\test1920.mp4, etc... I don't want to hav...
by johnzapf
Thu Jun 09, 2016 5:53 pm
Forum: Command Line Interface And Scripting
Topic: Batch to multiple sizes
Replies: 25
Views: 7972

Re: Batch to multiple sizes

ok, sounds great but how and where do I do that?

John
by johnzapf
Tue Jun 07, 2016 3:08 pm
Forum: Command Line Interface And Scripting
Topic: Batch to multiple sizes
Replies: 25
Views: 7972

Batch to multiple sizes

I would like handbrake to be able batch a file to multiple sizes. when I use VOD with Wowza media server I have to have each file sized to all sizes so that JWPlayer will be able to auto select the best file based on internet speed, IE: 1920x108,1280x720, 960x540, 640x360. to save time so I dont hav...