mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-23 07:14:22 +00:00
4 lines
117 B
Fish
4 lines
117 B
Fish
|
function resolvify
|
||
|
ffmpeg -i "$argv[1]" -vcodec dnxhd -b:v 36M -acodec pcm_s16le -f mov "$argv[1].dnxhd.mov"
|
||
|
end
|