mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-16 05:25:09 +00:00
[Bug] (version .94) parameter -inp=ts not understood #707
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @egossett on GitHub (Jun 3, 2022).
Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].
I have a .ts file that contains programs 3, 4, and 6. I need subtitles for program 4.
I set the program number to 4 in "Obscure settings" and changed from "auto/default" to "ts" in "Basic settings"/input file format.
I get the error: parameter -inp=ts not understood
If I use "auto/default" for the input file format, the program number is ignored.
@egossett commented on GitHub (Jun 3, 2022):
The parameter should be -in=ts
@canihavesomecoffee commented on GitHub (Jun 3, 2022):
That's a GUI issue (I believe you're using the GUI?), so @Techno-Disaster...
@egossett commented on GitHub (Jun 3, 2022):
Yes, it is a GUI issue. Too bad the gui doesn't let you edit the command line parameters in the basic settings tab. Should be a 2-minute fix.
@techno-disaster commented on GitHub (Jun 4, 2022):
strange -in is -in according to https://github.com/CCExtractor/ccextractorfluttergui/blob/master/lib/models/settings_model.dart#L227
are you on the latest gui version? Also what do you see in the current commands box? Does that say
-inp=tsas well?@egossett commented on GitHub (Jun 4, 2022):
I have the latest version. The command box shows "inp=ts". If I run CCExtractor from the command line with "inp" replaced by "in", it works. That means the GUI has a small error in creating the correct command line.
@techno-disaster commented on GitHub (Jun 5, 2022):
155596b263should fix it :D@egossett commented on GitHub (Jun 5, 2022):
Thank you very much for the fix. Since I am running this on Windows 10 and not a Unix system, I will need to wait for the next non-source update to use this fix.
@canihavesomecoffee commented on GitHub (Jun 6, 2022):
Once the workflows finish you can normally download the artifacts for Windows, and replace the GUI exe in your installation folder. If you don't want to do that, yes, you'll have to wait until a new release is made.
@egossett commented on GitHub (Jun 6, 2022):
Ok. I will try that.
On Sun, Jun 5, 2022, 6:26 PM Willem @.***> wrote:
@cfsmp3 commented on GitHub (Mar 22, 2023):
Closing since this was fixed - @egossett free feel to reopen if you still have issues with the last GUI version.