reset history
This commit is contained in:
5
.gitattributes
vendored
Normal file
5
.gitattributes
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
mop3_ce_demo.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
mop3_disk_demo_final.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
MOP3_video_test.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
ps2kb_driver_test.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||||
BIN
MOP3_video_test.mp4
LFS
Normal file
BIN
MOP3_video_test.mp4
LFS
Normal file
Binary file not shown.
BIN
mop3_ce_demo.mp4
LFS
Normal file
BIN
mop3_ce_demo.mp4
LFS
Normal file
Binary file not shown.
BIN
mop3_disk_demo_final.mp4
LFS
Normal file
BIN
mop3_disk_demo_final.mp4
LFS
Normal file
Binary file not shown.
3
postprocessing.sh
Executable file
3
postprocessing.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
ffmpeg -i "$1" -vf scale=-2:720 -c:v libx264 -crf 23 -preset slow -c:a aac -b:a 128k "out-$1"
|
||||||
BIN
ps2kb_driver_test.mp4
LFS
Normal file
BIN
ps2kb_driver_test.mp4
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user