https://github.com/sciss/carpa7
Materials for a colloquium and a conference. Mirror of https://codeberg.org/sciss/carpa7
https://github.com/sciss/carpa7
Last synced: 8 months ago
JSON representation
Materials for a colloquium and a conference. Mirror of https://codeberg.org/sciss/carpa7
- Host: GitHub
- URL: https://github.com/sciss/carpa7
- Owner: Sciss
- Created: 2021-08-23T17:16:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T15:05:15.000Z (almost 4 years ago)
- Last Synced: 2025-02-23T17:23:43.716Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# carpa7
This repository contains materials for a colloquium. See
[Research Catalogue](https://www.researchcatalogue.net/view/1172657/1172658). In continuation, it is also
code used to prepare a video for xCoAx 2022.
(C)opyright 2021–2022 by Hanns Holger Rutz. All rights reserved. The code in this repository is released under the
[GNU Affero General Public License](https://codeberg.org/sciss/carpa7/blob/main/LICENSE) v3+ and
comes with absolutely no warranties.
To contact the author, send an e-mail to `contact at sciss.de`. The artifacts and workspaces in this
repository are licensed under [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/).
## install
You need G'MIC
sudo apt install gmic
## video encoding
### Kontakt
ffmpeg -i '/data/projects/Kontakt/image_transfer_rsmp/transfer-rsmp-%d.jpg' -r 25 '/data/projects/Kontakt/materials/transfer-rsmp.mp4'
ffmpeg -i '/data/projects/Kontakt/image_transfer_rsmp/transfer-rsmp-%d.jpg' -r 25 -filter:v "crop=1080:1080:180:180,fade=type=out:start_frame=2225:nb_frames=25" '/data/projects/Kontakt/materials/transfer-rsmp-cr.mp4'
### Unlike
ffmpeg -i '/data/projects/Unlike/image_transfer_rsmp/transfer-rsmp-%d.jpg' -r 25 -filter:v "crop=3484:1960:118:284,scale=1920:1080,fade=type=out:start_frame=2222:nb_frames=25" '/data/projects/Unlike/materials/transfer-rsmp-cr.mp4'
### Hybrid
ffmpeg -i '/data/projects/BookOfX/image_transfer_rsmp/transfer-rsmp-%d.jpg' -r 25 -filter:v "scale=761:1080,fade=type=out:start_frame=2225:nb_frames=25" '/data/projects/BookOfX/materials/transfer-rsmp-cr.mp4'