Size: 668
Comment:
|
← Revision 23 as of 2022-10-20 08:11:14 ⇥
Size: 1115
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
After the lecture videos have been edited, the videos still have to be rendered and published on the Wiki and !YouTube. Here are the instructions, on the example of the first lecture of the course "Programmieren in C++", SS 2020: | After the lecture videos have been edited, the videos still have to be rendered and published on the Wiki and !YouTube. Here are the instructions, on the example of the first lecture of the course '''"Programmieren in C++", SS 2020''': <<BR>> |
Line 3: | Line 4: |
* Login to ustica and render the video: ssh -t ustica "cd /nfs/teaching/ProgrammierenCplusplusSS2020; exec bash -l" mv vorlesung-01.mp4 vorlesung-01.camera.mp4 make vorlesung-01.mp4 # Runs HandBrake on vorlesung-01.uncompressed.mp4 |
(0) There should exist two files produced from the video editing: |
Line 8: | Line 6: |
* Upload the file vorlesung-01.uncompressed.mp4 on Youtube (Login: ad.lectures@gmail.com: Password: ***) and add a proper title and description | ''vorlesung-01.camera.mp4'': The video from the camera converted to MP4 (the camera produces an MTS file, which cannot be processed by Camtasia).<<BR>> |
Line 10: | Line 8: |
* Link the file vorlesung-01.mp4 on the Wiki. | ''vorlesung-01.uncompressed.mp4'': The end product of the video editing (in an uncompressed form). (1) Login to ''galera'' and render the video: {{{ ssh -t galera "cd /nfs/teaching/ProgrammierenCplusplusSS2020; exec bash -l" # mv vorlesung-01.mp4 vorlesung-01.camera.mp4 # only do this in case it has not been named correctly make vorlesung-01.mp4 # Runs HandBrake on vorlesung-01.uncompressed.mp4 and creates vorlesung-01.mp4. }}} (2) Upload ''vorlesung-01.uncompressed.mp4'' on !YouTube (''Login'': ad.lectures@gmail.com; ''Password'': ***) and add a proper title and description. (3) Link ''vorlesung-01.mp4'' on the Wiki. |
After the lecture videos have been edited, the videos still have to be rendered and published on the Wiki and YouTube. Here are the instructions, on the example of the first lecture of the course "Programmieren in C++", SS 2020:
(0) There should exist two files produced from the video editing:
vorlesung-01.camera.mp4: The video from the camera converted to MP4 (the camera produces an MTS file, which cannot be processed by Camtasia).
vorlesung-01.uncompressed.mp4: The end product of the video editing (in an uncompressed form).
(1) Login to galera and render the video:
ssh -t galera "cd /nfs/teaching/ProgrammierenCplusplusSS2020; exec bash -l" # mv vorlesung-01.mp4 vorlesung-01.camera.mp4 # only do this in case it has not been named correctly make vorlesung-01.mp4 # Runs HandBrake on vorlesung-01.uncompressed.mp4 and creates vorlesung-01.mp4.
(2) Upload vorlesung-01.uncompressed.mp4 on YouTube (Login: ad.lectures@gmail.com; Password: ***) and add a proper title and description.
(3) Link vorlesung-01.mp4 on the Wiki.