yea
This commit is contained in:
parent
dc4f7a4cbc
commit
1c8a2f38c3
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
pyuic5 ui.ui -o ui.py
|
pyuic5 ui.ui -o ui.py
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
# creates a 5 second long empty mp3 file
|
# creates a 5 second long empty mp3 file
|
||||||
ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 5 -q:a 9 -acodec libmp3lame out.mp3
|
ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 5 -q:a 9 -acodec libmp3lame out.mp3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user