Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: No Captions Found Using GUI and Command-Line on Windows #1656

Open
Ni1esh-Yadav opened this issue Jan 21, 2025 · 0 comments
Open

[BUG]: No Captions Found Using GUI and Command-Line on Windows #1656

Ni1esh-Yadav opened this issue Jan 21, 2025 · 0 comments

Comments

@Ni1esh-Yadav
Copy link

Description:
I encountered an issue while trying to extract captions using both the CCExtractor GUI and command-line interface on Windows. Despite providing an input file that should contain captions, the software displays a message stating "No captions are found in the input file."

Steps to Reproduce:
Issue in GUI:
Open the CCExtractor GUI on a Windows machine.
Select an input file that is known to contain captions.
Start the extraction process using the default or custom settings.
Observe the output message: "No captions are found in the input file."

Issue in commandline:
1.make new folder and include ccextractorwinfull.exe into that folder than add the video in that folder of whom you want to extract the closecaptions
2. than make a file test.py containing
import subprocess
subprocess.run(['CCExtractor_win_portable\ccextractorwinfull.exe',
'video.mp4','-o','oututfile1.srt'])
make sure of indentation
3.now run this test.py file

Expected Behavior:
The software should extract captions from the input file, as it contains valid captions.

Actual Behavior:
The extraction process completes without any captions being found, even though the input file has valid captions.

Additional Details:

Operating System: Windows11
CCExtractor Version: 0.98
Input File Details: Include the type of file (.mp4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant