|
|
|
|
|
by 7373737373
1055 days ago
|
|
The navigation layout of this is not ideal yet. Specific recipes that should be added: Removing audio: ffmpeg -i $input_file -c copy -an $output_file Halving resolution: ffmpeg -i $input_file -vf "scale=iw/2:ih/2" $output_file |
|