forked from extern/nix-config
Add working with audio section to commands.md
This commit is contained in:
parent
ebb7e869b0
commit
bd00aa2a21
@ -252,3 +252,7 @@ Note that if you ever get 404s with `pacman` or `yay`, you need to update your l
|
||||
- Turn the screensaver off and disable DPMS: `xset s off -dpms`
|
||||
- Sync the system time with one on the internet: `sudo synctime`
|
||||
- Launch Polybar `~/.config/polybar/launch.sh`
|
||||
|
||||
## Working with Audio
|
||||
|
||||
- Convert a mp4 video to mp3 audio: `ffmpeg -i video.mp4 -vn -acodec libmp3lame -ac 2 -ab 192k -ar 48000 audio.mp3`
|
||||
|
Loading…
Reference in New Issue
Block a user