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

Download many videos with URLs from a file #16

Closed
gioluca2 opened this issue Oct 27, 2020 · 2 comments
Closed

Download many videos with URLs from a file #16

gioluca2 opened this issue Oct 27, 2020 · 2 comments

Comments

@gioluca2
Copy link

Hi,
can you add multiple downloads from .txt files input?

Thanks
Regards

@trahay
Copy link
Owner

trahay commented Oct 30, 2020

Hi,
I added this possibility (cf commit #0c7847f ). You can now call capture-full-replay.sh with an input file:

$ cat input_file.txt
https://bbb-node.imtbs-tsp.eu/playback/presentation/2.0/playback.html?meetingId=fb8a9cb664e003d61d06e6c7f71196fb9b2c0922-1588707575341 video1.mp4
https://bbb-node.imtbs-tsp.eu/playback/presentation/2.0/playback.html?meetingId=fb8a9cb664e003d61d06e6c7f71196fb9b2c0922-1588666735451 video2.mp4
$ ./capture-full-replay.sh -i input_file.txt
Downloading https://bbb-node.imtbs-tsp.eu/playback/presentation/2.0/playback.html?meetingId=fb8a9cb664e003d61d06e6c7f71196fb9b2c0922-1588707575341, and saving it as video1.mp4
[...]
Downloading https://bbb-node.imtbs-tsp.eu/playback/presentation/2.0/playback.html?meetingId=fb8a9cb664e003d61d06e6c7f71196fb9b2c0922-1588666735451, and saving it as video2.mp4
[...]

@gioluca2
Copy link
Author

gioluca2 commented Oct 30, 2020

Thank you very much.
Can I set higher resolution and h.264 main profile?
After a download I have only 520 pixels like vertical resolution and I can open the file only with vlc (due to high 4:4:4 profile).
I can convert them manually with commamd "ffmpeg -i input.mp4 -profile:v main -pix_fmt yuv420p out.mp4" to solve the issue, but can you do anything while downloading?

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

2 participants