Is it possible to set the format of the input? e.g. `ffmpeg -f s16le -i file.pcm 1.mp3` Current `setVideoFormat` will produce `ffmpeg -i file.pcm -f s16le 1.mp3` and that set the output format.