From 42966e0f5b3ff166f7fff2289624c5007cafb7cc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Mar 2025 03:59:14 -0300 Subject: bin/process: Fix generation of combined.webm so no re-encoding happens --- bin/process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/process b/bin/process index 146c4cc..aeab915 100755 --- a/bin/process +++ b/bin/process @@ -28,7 +28,7 @@ sources.webmx = $(sources.mpd:.mpd=.webmx) all: $(sources.webmx) $(combined.webmx) $(combined.webmx): - ffmpeg $(FFMFLAGS) `printf ' -i %s' $?` $*.webm + ffmpeg $(FFMFLAGS) `printf ' -i %s' $?` -c copy $*.webm mkdir -p processed/"`basename $(*D)`" ln $*.webm processed/"`basename $(*D)`"/ touch $@ -- cgit v1.2.3