Update Commands
This commit is contained in:
parent
06b6cf59b6
commit
9939199801
@ -1,9 +1,7 @@
|
||||
#Normalize audio
|
||||
ffmpeg-normalize *.<format> -v -pr -c:a <audio codec> -ext <extension>
|
||||
Examples:
|
||||
#ffmpeg-normalize *.opus -v -pr -c:a libvorbis -ext ogg
|
||||
ffmpeg-normalize *.flac -v -pr -c:a flac -ext flac
|
||||
#ffmpeg-normalize *.ogg -v -pr -ext wav
|
||||
ffmpeg-normalize *.m4a -v -pr -c:a libopus -ext opus
|
||||
ffmpeg-normalize *.opus -v -pr -c:a libopus -ext opus
|
||||
|
||||
@ -82,4 +80,8 @@ ssh-copy-id -i <file location> <user>@<ip/domain>
|
||||
ssh-copy-id -i ~/.ssh/id_rsa.pub <user>@<ip/domain>
|
||||
|
||||
#Video as background
|
||||
xwinwrap -g 1920x1080 -ov -- mpv -wid WID --loop --no-audio --keepaspect=no <file>
|
||||
xwinwrap -g 1920x1080 -ov -- mpv -wid WID --loop --no-audio --keepaspect=no <file>
|
||||
|
||||
#Building LineageOS 17.1 for microG
|
||||
sudo docker build -t fremontt/losbuilder https://gitlab.com/fremontt/minimal-docker-for-lineageos/image.git
|
||||
sudo docker run -v /mnt/1d90c4d5-21d2-4455-bb4a-814de8496744/dockerphone/lineageosformicrog/:/root/los-build -e DEVICE_VENDOR="oneplus" -e DEVICE_CODENAME="oneplus3" -e LOS_SIGSPOOF_TYPE="RESTRICTED" -e LOS_ENABLE_CUSTOM_PACKAGES="YES" -e LOS_CUSTOM_PACKAGES="GmsCore GsfProxy FakeStore MozillaNlpBackend FDroid FDroidPrivilegedExtension AuroraStore AuroraServices NominatimNlpBackend OpenWeatherMapWeatherProvider" fremontt/losbuilder
|
Loading…
Reference in New Issue
Block a user