Search found 2 matches

by xJ5x
Thu May 07, 2009 3:12 am
Forum: Command Line Interface And Scripting
Topic: Batch conversion using CLI via Perl or Shell script??
Replies: 40
Views: 50396

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

Not very many... after just a few discs it errors out. It may be something peculiar to my install. Did you try the changes I posted to see how they work for you?
by xJ5x
Mon May 04, 2009 2:40 am
Forum: Command Line Interface And Scripting
Topic: Batch conversion using CLI via Perl or Shell script??
Replies: 40
Views: 50396

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

I have had success with dealing with spaces in filenames using this as the loop command and to set the filename variable: #scans the input-path for VIDEO_TS folders find $input -type d -iname video_ts | while read i ; do #this names the filename after it's parent folder filename=$(echo "$i"...