Skip to content

Video is blank but downloaded #535

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

Open
davistheweb opened this issue Mar 15, 2025 · 4 comments
Open

Video is blank but downloaded #535

davistheweb opened this issue Mar 15, 2025 · 4 comments

Comments

@davistheweb
Copy link

Just wasted my data in downloading video that saved as mp4 audio

@shaked6540
Copy link
Owner

That is strange. Are you using a video player that can handle youtube's codecs? Use something like VLC, not the default media player built into windows. Also make sure your settings are set to download videos too and not only audio. To be sure you can send a screenshot of your settings here and I'll verify it

@davistheweb
Copy link
Author

ooh, so sorry, I have deleted the app already, I used different types of video player, Also...
I ensured my setting was on video download.
It was up to 130 videos but none were visible ,
Am just trying to say the video is blank but the audio plays
example:
The video saved as "Mini exercise project overview audio.webm", some saved with 'audio.mp4;
Another weird part is that the video was not saving in the folder i provided for it, it was saving in user/appdata/local/temp, instead of the video folder.
Thanks

@shaked6540
Copy link
Owner

No worries if you already deleted the app.

The problem you are describing is very common, you just need to run it as administrator. The program saves the audio and video separately in the temp folder because youtube doesn't provide videos with audio, its separated into audio + video, so it needs to be merged. After saving both video and audio, the program merges it into 1 file.

The reason why the files don't show up in the selected directory its because the program doesn't have permission to write files there, which is solved by running it as administrator.

So the bottom line is, run it as administrator and it will work.

@davistheweb
Copy link
Author

Okay.
Maybe I didn't go through the docs so well
Sorry for that
Your project is nice actually
I'd love to connect with you

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

4 participants
@shaked6540 @davistheweb and others