Search found 9 matches

by DriverJC
Wed Sep 05, 2012 4:09 pm
Forum: Command Line Interface And Scripting
Topic: Audio Output Too Low
Replies: 2
Views: 792

Audio Output Too Low

I am having the same issue with the volume being to low on the Encodes I have completed using an older version of the Nightlies. To fix this in the future I have downloaded the newest nightly and it is working very well. However, I would like to know if there is a way to send a file that is already ...
by DriverJC
Sun Mar 27, 2011 11:22 pm
Forum: Feature Requests
Topic: Applescript for EYETV to H.264
Replies: 3
Views: 1411

Re: Applescript for EYETV to H.264

you didn't specify what device you wanted to convert it to so I went with a default preset handbrakecli="<path to handbrakecli>" watchfolder="<path to watchfolder>" #i.e. /Users/Username/Movies/eyetv" destinationfolder="<Path to destination folder without the following ...
by DriverJC
Sun Mar 27, 2011 6:52 pm
Forum: Command Line Interface And Scripting
Topic: Output: how to keep same filename/location as input?
Replies: 7
Views: 1272

Re: Output: how to keep same filename/location as input?

The way I do it for bash, and there is probably a quicker way but... Outputfilename=$((basename "$1") | sed s/"< change to the extension of the file>"//g ) Outputfilename="$Outputfilename.mp4" Like I said earlier there are problem easier ways to do this, but this is how...
by DriverJC
Tue Jun 08, 2010 11:26 pm
Forum: Devices and Presets
Topic: AppleTV Custom Presets - 0.9.4
Replies: 148
Views: 91710

Re: AppleTV Custom Presets - 0.9.4

Most HD Shows I have run into have when scanned by handbrake say the following + size: 1920x1080, pixel aspect: 1/1, display aspect: 1.78, 29.970 fps where is says 29.97 fps that is what you are looking for. If the fps is 29.97 or higher and the hight is above 720 the file will not be transferred to...
by DriverJC
Tue Jun 08, 2010 9:19 pm
Forum: Devices and Presets
Topic: AppleTV Custom Presets - 0.9.4
Replies: 148
Views: 91710

Re: AppleTV Custom Presets - 0.9.4

dynaflash: Someone really should run these in a streaming environment. Note that all of my tests are done on my eSata modded atv in a syncing environment. I have no reason to think they would not work with streaming but in the interest of complete testing results it would be prudent. I use two Mini...
by DriverJC
Tue Jun 08, 2010 8:54 pm
Forum: Command Line Interface And Scripting
Topic: Settings for saving all soft subtitles of DVD?
Replies: 8
Views: 2310

Re: Settings for saving all soft subtitles of DVD?

Okay, so if I am understanding you correctly, and I put the following into my encode string

Code: Select all

-s scan -F scan 
it will scan all subtitle tracks and burn in only subtitles that are marked as forced.

please correct me if I am mistaken & Thank you for the clarification

Joel
by DriverJC
Tue Jun 08, 2010 4:49 pm
Forum: Command Line Interface And Scripting
Topic: Settings for saving all soft subtitles of DVD?
Replies: 8
Views: 2310

Re: Settings for saving all soft subtitles of DVD?

I got the code to add the subtitles from the DVD through handbrake and it is working. However, when I add -s scan,1 to the command in order to location any forced subtitles i receive the error Warning: Subtitle Scan for MP4 requires the '--subtitle-burn' option to be selected My questions is if I ad...
by DriverJC
Sat Jun 05, 2010 6:06 pm
Forum: Command Line Interface And Scripting
Topic: HandbrakeCLI svn 3350 and svn3356
Replies: 2
Views: 1030

Re: HandbrakeCLI svn 3350 and svn3356

Don't I feel like an idiot. I will adjust my script and run it again.

Thanks
Joel
by DriverJC
Sat Jun 05, 2010 1:03 pm
Forum: Command Line Interface And Scripting
Topic: HandbrakeCLI svn 3350 and svn3356
Replies: 2
Views: 1030

HandbrakeCLI svn 3350 and svn3356

Please let me know if I' doing something wrong here. I downloaded the nightly build svn3350 and svn3356 extracted the program and ran it with the same script that I have been using for HandbrakeCLI 0.9.4. The results were: Begining encode... Encoding for AppleTV in Standard Definition unknown option...