{"id":20306505,"url":"https://github.com/teawithlucas/panocap","last_synced_at":"2025-08-04T07:11:28.679Z","repository":{"id":54160542,"uuid":"287931673","full_name":"TeaWithLucas/PanoCap","owner":"TeaWithLucas","description":"Panopto Capture is for downloading offline lectures and other video streams combining the difference video streams into one file.","archived":false,"fork":false,"pushed_at":"2021-03-29T11:08:37.000Z","size":154,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T03:51:15.690Z","etag":null,"topics":["capture-video","cardiff","lecture","panopto","university","video","video-streaming"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TeaWithLucas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-16T11:37:17.000Z","updated_at":"2023-09-14T13:41:59.000Z","dependencies_parsed_at":"2022-08-13T08:00:32.488Z","dependency_job_id":null,"html_url":"https://github.com/TeaWithLucas/PanoCap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TeaWithLucas/PanoCap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeaWithLucas%2FPanoCap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeaWithLucas%2FPanoCap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeaWithLucas%2FPanoCap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeaWithLucas%2FPanoCap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TeaWithLucas","download_url":"https://codeload.github.com/TeaWithLucas/PanoCap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TeaWithLucas%2FPanoCap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268660199,"owners_count":24286029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["capture-video","cardiff","lecture","panopto","university","video","video-streaming"],"created_at":"2024-11-14T17:13:41.348Z","updated_at":"2025-08-04T07:11:28.644Z","avatar_url":"https://github.com/TeaWithLucas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PanoCap\nPanopto Capture is for downloading offline lectures and other video streams combining the difference video streams into one file.\n\n# Prerequisites\n1. Install python\n1. Install certifi using PIP, `PIP install certifi`.\n\n# First use\n1. Log into your Panopto account on a web browser, copy the ASPXAUTH cookie, a very long Hex string (512 characters), eg:\n`B819C52C60946E84A14C8356DC55B480684CDC323945997DEA2B77B2101A2048B0AE738ECFFD0EE147314A93501271DC634B09D239937BBC2DE172C419327BA2AF02B80AE0CFD318B912F545ED55A3553328B73CA418488F77E37DF5CE523021B0DE7E11A6322AB276EC9910A0048BC10946C671434AD6E37E0A5FE445670783E306824F286E07F1D3A3E20D5FEA6BF0FBEB64BAACE00E3A9281F34BCFAEFD3E1141C63286027C9C10F449CB63D743C523ED1EC770F337B36A18D9A31510A57B302D41188AA832208A672C0600E49174B11A77427E6CB8668EF73423323C871FAE367150C7D13FAB191E9AF2D03E9C12119F62CD140BFA5F52B939F6669B3258`\n1. Enter your ASPXAUTH cookie and ID and your off! \n\n# Notice\n* Currently only works for Cardiff University Panopto\n* Currently only works on Windows\n* Will download ffmpeg.exe, ffplay.exe and ffprobe.exe on first run from https://ffmpeg.org/\n\n\n# Settings\nAll settings can be accessed in the settings.ini that is generated on first run.\nThis includes:\n\n* Directories\n  * basedir - Where the videos will be downloaded to\n  * netloc - No implemented yet\n  * seshfile - Where the raw data for each video and group is stored\n  * csvfile - Where meta data for each video can be edited, i.e. group and video names\n  * logfile - Where the log data is stored\n\n* Cookies\n  * aspxauth - your unique key that allows logging into the server, never share this with anyone\n  * sandboxcookie - unused, no longer needed\n  * csrftoken - unused, no longer needed\n  * yourid - your log in ID\n\n* Modifiers\n  * group_regex - The regex that generates the group names, default: ^.*?\\:\\s(\\d{2})\\/(\\d{2})\\-(.*)\n  * excluded_groups - Groups that you do not want to download videos from\n  * only_groups- Groups that you only want to download videos from\n  * excluded_session_ids - Video ID's you dont want to download\n\n* Settings\n  * istest - True to run in test mode\n  * num_treads - number of simultaneous threads that will preform actions e.g. get data from server, download from server and transcode video files, set to 1+, be aware, more threads dosen't mean quicker.\n  * queuelength - Max number of tasks each thread can have queued.\n\n* StreamTypes - For renaming stream types to something more useful, it is shown when switching video streams.\n\n# To Do\n1. Add url option to enable other than cardiff panopto\n1. Remove uneeded cookie options\n1. Remove compress sessions unless better/more efficient encoding is found - help would be appricated in this\n1. Fix resizing/layout\n1. Edit names in program rather than via CSV\n1. Exclude groups and sessions in program rather than in settings\n\n \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteawithlucas%2Fpanocap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteawithlucas%2Fpanocap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteawithlucas%2Fpanocap/lists"}