You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m scraping multiple events that have video_start_time and video_end_time params to only transcribe a subset of a full video.
The call to clip_and_reformat_video when clipping the subset of a video isn’t passing in an outpath_path param, so they are all named the default clipped.mp4 which is erroring out from the duplication.
Expected Behavior
Scraping multiple videos at once with trimmed segments should work.
Describe the Bug
I’m scraping multiple events that have
video_start_time
andvideo_end_time
params to only transcribe a subset of a full video.The call to
clip_and_reformat_video
when clipping the subset of a video isn’t passing in anoutpath_path
param, so they are all named the defaultclipped.mp4
which is erroring out from the duplication.Expected Behavior
Scraping multiple videos at once with trimmed segments should work.
Reproduction
Event list printed near top of logs: https://github.com/OpenMontana/montana-legislature-council-data-project/actions/runs/3783141951/jobs/6431445321
Environment
The text was updated successfully, but these errors were encountered: