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

BOT5 Talks Video Cutting & Uploading Automation Project #155

Open
huan opened this issue Mar 27, 2020 · 1 comment
Open

BOT5 Talks Video Cutting & Uploading Automation Project #155

huan opened this issue Mar 27, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@huan
Copy link
Member

huan commented Mar 27, 2020

BOT5.Club records online seminar videos and uploads it to YouTube Playlist:

Meeting Starting Point Analysis

We need the following API/SDK to get the start time from our meeting record MP4 file:

START_TIME=$(./get_bot5_mp4_start_time ./bot5.mp4)
# number in seconds, the time point that the chair start the seminar

After we can get the START_TIME, then we will be able to cut the file automatically by the script, and then upload it to YouTube automatically too!

Asking help from @ggsonic

Video Downloading

Zoom API: Get all recordings from a meeting

Video Cutting

Using ffmpeg to cut up video (without re-encoding)

export START_TIME=995
ffmpeg -ss "$START_TIME" -i zoom.mp4 -map 0 -c copy bot5.mp4

See: https://superuser.com/a/1477650/632116

@huan
Copy link
Member Author

huan commented May 8, 2020

Zoom API: Get all recordings from a meeting

@huan huan changed the title Using ffmpeg to cut up video (without re-encoding) BOT5 Talks Video Cutting & Uploading Automation Project May 27, 2020
@huan huan pinned this issue Jun 2, 2020
@huan huan added the enhancement New feature or request label Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant