Search found 9 matches

by Cristofayre
Tue Sep 29, 2020 4:59 pm
Forum: Windows
Topic: Neither GUI or CLI work now ...
Replies: 14
Views: 1155

Re: Neither GUI or CLI work now ...

Thanks to "rolin_eng" and "rodeo" for giving me the correct path. Sorry for the late reply, been trying to get Powershell to work with FFMPEG with similar "flag" / path problems. (I have two parts; one is somthing affilates can download to create a personalised video - ...
by Cristofayre
Sat Sep 26, 2020 2:38 pm
Forum: Windows
Topic: Neither GUI or CLI work now ...
Replies: 14
Views: 1155

Re: Neither GUI or CLI work now ...

As stated above, it is creating the video, but the subtitle track is not being added. I have enclosed the log below. (I don't know much about this program, but I'm wondering if subgtitleList[] (array?) should contain the filename of the ass file. (I'm probably missing a flag or some such (-s, -F, -N...
by Cristofayre
Sat Sep 26, 2020 2:17 pm
Forum: Windows
Topic: Neither GUI or CLI work now ...
Replies: 14
Views: 1155

Re: Neither GUI or CLI work now ...

Or at least, it creates the videos even if it doesn't add the subtitle file in the last 10 seconds ... but at we're getting there!
by Cristofayre
Sat Sep 26, 2020 2:15 pm
Forum: Windows
Topic: Neither GUI or CLI work now ...
Replies: 14
Views: 1155

Re: Neither GUI or CLI work now ...

"Oh golly, miss Molly !!" I've been working on this on aand off for about 5hrs total now ... and totally missed that spelling error !!

Guess what! Corrected that, and worked perfectly!

I am truly grateful for your input.
by Cristofayre
Sat Sep 26, 2020 12:29 pm
Forum: Windows
Topic: Neither GUI or CLI work now ...
Replies: 14
Views: 1155

Re: Neither GUI or CLI work now ...

Just to clarify, when posting the HB log, do I re-edit the intitial post at the top, on post it in the "comment" section as per this reply. (In UK, it's currently 1:30 = lunchtime !! Will post again after about 3:00) To paraphrase at present, it tells me it can't open DVD, then gets to par...
by Cristofayre
Sat Sep 26, 2020 8:32 am
Forum: Windows
Topic: Neither GUI or CLI work now ...
Replies: 14
Views: 1155

Re: Neither GUI or CLI work now ...

There is a saying "Can't see the wood for the trees". If I'd seen that line re "Could not open the SSA ..." might have saved a bit of time! This is the CLI I'm using: HandBrakeCLI.exe -i "D:\home\cristofa\video_subs\short_vid\aff_brand\short_video_blackend.mp4" -N --ssa...
by Cristofayre
Sat Sep 26, 2020 8:29 am
Forum: Windows
Topic: Neither GUI or CLI work now ...
Replies: 14
Views: 1155

Re: Neither GUI or CLI work now ...

This one was a "schoolboy error" The path WAS valid ... but I'd removed the [Script Info] part from the top of the ASS file. It now works in GUI version. However, the exact same video, exact same ASS file - all together in the same folder as "HandbrakeCLI.exe" results in "n...
by Cristofayre
Fri Sep 25, 2020 1:30 pm
Forum: Windows
Topic: Neither GUI or CLI work now ...
Replies: 14
Views: 1155

Neither GUI or CLI work now ...

Description of problem or question: Whilst the GUI version WAS working - today I tried the CLI version - and now neither platform work! Steps to reproduce the problem (If Applicable): Source a Mp4 video file, remove the foreign scan from subtitle section, select ssa file. Set the output folder and ...
by Cristofayre
Thu Sep 24, 2020 12:19 pm
Forum: Windows
Topic: Lower Third / drawbox
Replies: 0
Views: 542

Lower Third / drawbox

Forgive this "newbie" if post format is incorrect. I'm developing a little app that creates video captions, both SRT and SSA. (SRT as text file, and SRT/SSA as 'burned in' along the bottom of the video. The GUI version handles this well) Until this morning, I was going to use FFMPEG. Now I...