kinescope-downloader
kinescope-downloader copied to clipboard
Script to download video from Kinescope
Good morning, Thank you for the script, I just leaned basics Python just to use your Github script ^^ But I have an issu: Seems like the script executes and...
Hello Please make it possible to download these videos with protection, as I believe. Decryption keys are available Пример ссылки на видео и mpd 1 - https://kinescope.io/201108297/master.mpd 2 - https://kinescope.io/201108297...
Need to replace: convert_cmd = f"ffmpeg -y -i {video_id}.video -i {video_id}.audio -c copy -bsf:a aac_adtstoasc {video_name}.mp4" To: convert_cmd = f"ffmpeg -y -i {video_id}.video -i {video_id}.audio -c copy -bsf:a aac_adtstoasc \\"{video_name}.mp4\\""
Hello, tell me how to use this script? Which folder should be placed in ffmpeg to run it. https://github.com/Prividen/kinescope-downloader
- removed empty lines - sorted imports - removed the unnecessary "pass" - added the main() func - added a type casting for env vars - added adapt_set var -...
Hey! Thanks for script. I've added quotes to ffmpeg `video_name` argument, so no it unites video and audio correctly
err_exit(f"Error video convert invocation: {run_res.stderr.decode()}") UnicodeDecodeError: 'utf-8' codec can't decode byte 0xad in position 9: invalid start byte
Спасибо за скрипт, опакетил его в Росу для удобства использования. В описании было пропущено про установку питономодуля.
Hi, Thank you for your downloader script! I can't however get it to work. - It successfully downloads the audio (I have the `.audio` file downloaded). - It then proceeds...