Commit graph

88 commits

Author SHA1 Message Date
f9129b2351
we are using av1 for 1080p
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s
2024-06-04 09:51:45 +02:00
9a58e39bf8
fix typo, thanks Dorian
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 7s
This code path is currently unused given that we accumulate the input
into a recording.mkv file that doesn't have the cursed mp4/mov behaviour.
2024-06-04 09:47:58 +02:00
2fdb653496
seek_streams_individually can also happen with .mov files
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 6s
2024-05-30 11:13:12 +02:00
cbdf55335a
detect .mov files
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 6s
2024-05-27 20:05:41 +02:00
6934012c11
take audio from left instead of right channel
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 6s
2024-05-27 20:05:07 +02:00
52c89dc95a
fix british dates
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s
2024-05-26 16:15:36 +02:00
4aefb5a647
presets 2024-05-26 16:15:07 +02:00
14daa1c9f9
add missing file 2024-05-26 15:23:31 +02:00
78609dec9a
translate question 2024-05-26 15:23:23 +02:00
1dfe835587
move project structs into their own mod 2024-05-26 15:20:40 +02:00
b6bd1be12e
docker: don't copy Cargo.lock; it's not part of the repo
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s
2024-05-26 12:47:25 +02:00
4f4711cf31
CI: fix #5
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s
2024-05-26 12:37:56 +02:00
e55886a0df
CI: fix #4
Some checks failed
Trigger quay.io Webhook / run (push) Failing after 5s
2024-05-26 12:34:48 +02:00
867544f12e
CI: fix #3
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s
2024-05-26 12:29:51 +02:00
2ba0f6a075
CI: apparently forgejo prefers github vendor prefix
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s
2024-05-26 12:21:54 +02:00
17d961bc0d
CI: fix #2
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 4s
2024-05-26 12:20:07 +02:00
be787b6c9c
CI: fix
Some checks failed
Trigger quay.io Webhook / run (push) Failing after 5s
2024-05-26 12:19:22 +02:00
fad24597fd
CI: add webhook triggering quay.io 2024-05-26 12:18:17 +02:00
8147ffd231
update alpine to 3.20 2024-05-26 11:47:53 +02:00
5b2d6653dc
add dockerignore 2024-05-26 11:33:42 +02:00
97a7268d4a
fix docker not compiling 2024-05-26 11:33:25 +02:00
677c35a6fd
remove test files 2024-05-25 16:21:04 +02:00
b11baf1358
question overlays work :) 2024-05-25 16:20:43 +02:00
8b57b97c80
add asked questions to project.toml 2024-05-25 14:25:23 +02:00
1e7f5f95cd
clean up console output a little 2024-05-25 14:17:07 +02:00
01e0758b6a
build question overlay svg 2024-05-25 13:53:15 +02:00
7b1681d85d
create a fancy new fast forward logo based on our videoag logo 2024-05-24 19:58:52 +02:00
9ae95fefb6
find a tool that optimizes svg's even further 2024-05-24 19:40:08 +02:00
05b650dfd7
use readable logo 2024-05-24 12:39:43 +02:00
410a4eaf96
strip the logo of any useless crap and make it actually nice to read/edit 2024-05-24 12:39:00 +02:00
3798b3382a
start understanding the logo svg 2024-05-24 12:29:10 +02:00
6de519c980
create a readable version of the logo svg 2024-05-24 12:21:49 +02:00
98f415ade7
add metadata to transcoded videos 2024-05-24 12:17:40 +02:00
9a4b3142ff
optimize some libsvtav1 params 2024-05-24 12:01:45 +02:00
d323915aed
install fonts in docker 2024-05-20 17:34:08 +02:00
0de4f35311
start putting together a dockerfile
is still missing font installation plus potentially more stuff
2024-05-18 23:24:09 +02:00
cae7b9b99b
add default language 2024-05-18 15:21:14 +02:00
4612cbdfaa
allow compiling out systemd-run support 2024-05-18 12:52:08 +02:00
0d98ab21f0
use libsvtav1 instead of av1 when vaapi is disabled 2024-05-18 12:40:18 +02:00
9d87c61a39
render 1080p using av1 2024-05-17 22:57:17 +02:00
cd705c1153
language support 2024-05-17 21:29:22 +02:00
f5ec5db460
bump indexmap to 2.2 2024-04-10 13:05:55 +02:00
3c0169f6bb
add license 2024-04-10 13:01:04 +02:00
881ab99410
stop debug-printing the project.toml all the time 2024-04-10 12:56:03 +02:00
8df868eff3
support changing label/docent in intro slide 2024-04-10 12:55:00 +02:00
8e2b72c431
allow specifying the start resolution for transcoding 2024-01-16 00:24:12 +01:00
fead583ce9
only use av1 for >fhd videos 2024-01-15 18:50:15 +01:00
3aeb9dd8be
skip some irrelevant ffmpeg options 2024-01-09 22:01:35 +01:00
d7d30ac6bf
don't skip symlinks 2024-01-09 21:27:35 +01:00
5c50b33251
allow preprocessing to keep stereo; asks which files to use 2024-01-06 18:55:27 +01:00