some stuff

This commit is contained in:
2020-12-08 22:31:22 +01:00
parent 6337ee7229
commit 9a440a38d7
3 changed files with 19 additions and 2 deletions

4
render_video.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
cd ../out
find *.mp4 | sed 's:\ :\ :g'| sed 's/^/file /' > list.txt
ffmpeg -f concat -safe 0 -segment_time_metadata 1 -i list.txt -vf select=concatdec_select -af aselect=concatdec_select,aresample=async=1 final.mp4