Last active
August 7, 2024 08:20
-
-
Save vtanathip/22e404c6f8f395ddeb76c32d4ab3620d to your computer and use it in GitHub Desktop.
Download vdo from google drive steps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Steps to download file | |
- Open the link that contains VDO that you want to download | |
- Open chrome dev tools | |
- Go to Network tab | |
- Play a VDO | |
- Fitler on Network tab with "videoplayback" | |
- Copy one of them and open in another tab (this step you need to pay attention on url, it need to remove "&range" parameter till the end of url out | |
- Now you will able to download the VDO but no audio in it | |
- Back to Network tab again and looking for smallest file of "videoplayback" result | |
- Do the same steps above to download audio file | |
# Steps for merge two file | |
- Download [Video Lan](https://www.videolan.org/vlc/) | |
- Follow this [Merging Approach](https://www.videoproc.com/troubleshoot-vlc/add-audio-to-video-vlc.htm) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment