Search found 3 matches

by randman
Sat Oct 31, 2009 6:30 pm
Forum: Mac
Topic: Extra chapter when I try to encode
Replies: 5
Views: 1926

Re: Extra chapter when I try to encode

Sorry to resurrect an old thread, but after ripping & encoding hundreds of movies, I've discovered that close to a hundred of them have an extra chapter at the end of the encoded m4v file. Basically, the first chapter is duplicated at the end of the movie (in case it matters, I ripped my DVDs us...
by randman
Wed Oct 14, 2009 5:38 pm
Forum: Command Line Interface And Scripting
Topic: trackTime calculation results in error sometimes
Replies: 2
Views: 1091

Re: trackTime calculation results in error sometimes

I see that someone else had posted an alternative fix for this earlier (I didn't find this posting when I searched for trackTime prior to submitting this thread): http://forum.handbrake.fr/viewtopic.php?f=5&t=7681&start=50 Their solution was to use the following: if [ $3 -gt 29 ]; then let t...
by randman
Wed Oct 14, 2009 2:41 pm
Forum: Command Line Interface And Scripting
Topic: trackTime calculation results in error sometimes
Replies: 2
Views: 1091

trackTime calculation results in error sometimes

I'm using HandBrakeCLI-batch.sh to help me encode hundreds of movies (the version dated 01-22-2009). Great program!! I did notice, however, that the following lines of code are failing occasionally: if [ $3 -gt 29 ]; then let trackTime=($1*60)+$2+1 else let trackTime=($1*60)+$2 fi If the value of $2...