Skip to content

Commit 86529df

Browse files
committed
ffmpeg
1 parent 12baf17 commit 86529df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/run_diarization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def download_video():
1818
output_path = VIDEO_DIRECTORY / f"{file_name}.mp4"
1919

2020
# video_url = "https://tulsa-ok.granicus.com/MediaPlayer.php?view_id=4&clip_id=6501"
21-
video_url = "https://tulsa-ok.granicus.com/player/clip/6578?view_id=4&redirect=true"
22-
# video_url = "https://tulsa-ok.granicus.com/MediaPlayer.php?view_id=4&clip_id=4274"
21+
# video_url = "https://tulsa-ok.granicus.com/player/clip/6578?view_id=4&redirect=true"
22+
video_url = "https://tulsa-ok.granicus.com/MediaPlayer.php?view_id=4&clip_id=4274"
2323
print(f"Downloading video from {video_url}")
2424
# Get video player page info
2525
player_page: GranicusPlayerPage = asyncio.run(get_video_player(video_url))

0 commit comments

Comments
 (0)