tim1mw / pycon_capture

Automated conference video capture and upload for PyconUK (and others)
4 stars 3 forks source link

Check YouTube uploader works with new recording structure #35

Open tim1mw opened 5 years ago

tim1mw commented 5 years ago

The timedata.json file has now been changed so it has the following structure:

{ "2019-09-13": { "Assembly Room": { "2544": { "end": "00:00:12.240", "file": "video-2019-09-10-12_54_46.ts\n", "room": "0", "seqindex": "0", "start": "00:00:10.240", "title": "Introduction" } } } }

I'm unsure if this affects the YouTube upload (not looked). The aim of the change is so that ffmpeg scripts can be generated on for each room on each day even if data from previous days is still in place. The processed video files will now be put into recordings/processes/- , rather than being put into recordings, this process was previously being done manually at the end of each day. The file names are in the format .mp4. The Pres number is just the sequence of presentations from the day so the files are listed in the correct order when looking at the directory listing.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>