Merge branch 'master' of http://git.normalized.xyz/Florent/GoldSprintLPR
This commit is contained in:
commit
a9ad9598b0
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1,7 @@
|
|||||||
i# =============== #
|
*.web*
|
||||||
|
Release
|
||||||
|
|
||||||
|
# =============== #
|
||||||
# Unity generated #
|
# Unity generated #
|
||||||
# =============== #
|
# =============== #
|
||||||
Temp/
|
Temp/
|
||||||
|
|||||||
5
Assets/StreamingAssets/moulinette.sh
Normal file
5
Assets/StreamingAssets/moulinette.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for i in $(seq 0 7); do
|
||||||
|
ffmpeg -i $i.MOV -vf scale=1280x720,setdar=16:9 -c:v libvpx -crf 10 -b:v 8M -an $i.webm
|
||||||
|
done
|
||||||
@ -1,7 +1,6 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 76087783dd84b37478e6ad0446da7f2c
|
guid: 81c70c1cc0c6346559f57f4fbe799fda
|
||||||
folderAsset: yes
|
timeCreated: 1521140985
|
||||||
timeCreated: 1520975305
|
|
||||||
licenseType: Free
|
licenseType: Free
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
Loading…
Reference in New Issue
Block a user