move ffmpeg code to its own file, rename types folder to lib

This commit is contained in:
waveringana 2023-10-29 21:04:58 -04:00
parent f322b45ee1
commit 6d779e7811
13 changed files with 310 additions and 253 deletions

6
tests/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
# ignore all mp4 except for test.mp4
*.mp4
!test.mp4
# ignore javascript files from tsc
*.js