Search found 4 matches

by jfnewell
Mon Sep 21, 2009 10:13 pm
Forum: Command Line Interface And Scripting
Topic: Batch conversion using CLI via Perl or Shell script??
Replies: 40
Views: 50379

Re: Batch conversion using CLI via Perl or Shell script??

Hi all-- this is a really simple script that I use to check if a file has been converted or not and then convert it based on a search for .iso files... 1. Searches for all .iso files in the source path. Then, 2. one by one it runs the handbrake command line on it, if a log file doesnt exist. 3. once...
by jfnewell
Fri Aug 28, 2009 6:50 pm
Forum: Command Line Interface And Scripting
Topic: Audio Sync Problems on some titles
Replies: 9
Views: 2193

Re: Audio Sync Problems on some titles

I noticed that you are also not specifying a framerate...and relying on the same as source setting. I DONT KNOW, but I read something that make me wonder if that will create gaps or issues either with the video or the audio sync. Does anyone else have any clue on that? Might be what the detelecine i...
by jfnewell
Fri Aug 28, 2009 6:36 pm
Forum: Command Line Interface And Scripting
Topic: Saving CLI log file.
Replies: 5
Views: 2031

Re: Saving CLI log file.

put this at the end of your command line for running handbrake. replace path with your real path you want the file. > path\handbrake.txt some basic advice would be that it will be streaming so you cannot open it while the batch is running. But you can open it with excel while its running and then sp...
by jfnewell
Fri Aug 28, 2009 6:29 pm
Forum: Command Line Interface And Scripting
Topic: Batch convert ripped DVDs with HandbrakeCLI on Windows
Replies: 5
Views: 8687

Re: Batch convert ripped DVDs with HandbrakeCLI on Windows

I created this simple batch to search out .iso files in the specific folder and subfolder. Before converting any iso it checks to see if there is already an mkv file in the destination folder. If so, it skips that iso allowing you to quit the batch and restart it later. I did notice that handbrake d...