Search found 4 matches

by Boombatty
Mon Oct 12, 2015 12:32 pm
Forum: Command Line Interface And Scripting
Topic: Powershell omits subtitles, CMD does not
Replies: 9
Views: 5321

Re: Powershell omits subtitles, CMD does not

I will look into doing so. Ultimately, I was just looking for a way to make a batch job of scripts and someone had recommended PowerShell. Anyone have some ideas for scripting languages to run on Windows?
by Boombatty
Sun Oct 11, 2015 8:06 pm
Forum: Command Line Interface And Scripting
Topic: Powershell omits subtitles, CMD does not
Replies: 9
Views: 5321

Re: Powershell omits subtitles, CMD does not

Ok, so I took another look, and there are more things that PowerShell seems to be missing, including the chapter files. Here is the CLI log from the Handbrake GUI: HandBrake 0.10.2.7286 - 64bit Version OS: Microsoft Windows NT 6.1.7601 Service Pack 1 - 64bit CPU: Intel(R) Core(TM) i7-2600 CPU @ 3.40...
by Boombatty
Sun Oct 11, 2015 11:12 am
Forum: Command Line Interface And Scripting
Topic: Powershell omits subtitles, CMD does not
Replies: 9
Views: 5321

Re: Powershell omits subtitles, CMD does not

Sure thing, here is the output log from the PowerShell... I don't know why the format is all messed up with the log file. handbrakecli.exe : [06:58:25] hb_init: starting libhb thread At C:\Users\Boombatty\Desktop\bulkhandbrakeDVD.ps1:43 char:2 + & <<<< $handbrake -i "$inputpath\$movie"...
by Boombatty
Sun Oct 11, 2015 1:24 am
Forum: Command Line Interface And Scripting
Topic: Powershell omits subtitles, CMD does not
Replies: 9
Views: 5321

Powershell omits subtitles, CMD does not

Hello all, I was trying to write a PowerShell script that would allow me to convert multiple files in a directory to .MKV and .MP4 files. I got the CLI syntax directly from the Encode Log in the Handbrake GUI. When I run it through the GUI, I receive files with subtitles. If I cut and paste the line...