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

Single Clip Feature Issues #10

Open
adanvdo opened this issue Jan 6, 2022 · 2 comments
Open

Single Clip Feature Issues #10

adanvdo opened this issue Jan 6, 2022 · 2 comments

Comments

@adanvdo
Copy link

adanvdo commented Jan 6, 2022

I attempted to download a 5 minute clip from an 8 hour video.
First, the time-range controls are set as hh:mm:ss:ms TT so the date ranges are AM/PM which doesnt make sense
Second, clicking the download button just causes the gui process to hang in the background with no indication anything is being done.

@ShalmonAnandas
Copy link
Owner

The Time range issue is a limitation of the GUI framework that I'm using. It relies on system time format. If you set your system time format to 24h then you'll be able the time picker normally.

The second issue is also an issue of the framework I'm using, implementing a progress bar in WX is tedious, idk why I chose this framework to begin with. The video does download in the background even if the GUI locks up. To see the progress of the download, you can launch the exe via the command prompt (I know its a workaround but I don't wanna spend any time working in WX).

I am migrating everything to Qt and adding the features necessary would be a bit easier hopefully. No ETA on the update yet, but its coming. Probably in the next few months. Sorry for the inconvenience.

@stevenazari
Copy link

I guess no update? still doing it unfortunately

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

3 participants