[fish] Add function for encoding wav as ogg
This commit is contained in:
3
fish/.config/fish/functions/encode.fish
Normal file
3
fish/.config/fish/functions/encode.fish
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
function encode
|
||||||
|
ffmpeg -i $argv -vn -ar 44100 -ac 2 -b:a 192k output.ogg
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user