ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

Support setting input arguments (such as format and bitrate)

Open weolopez opened this issue 9 years ago • 6 comments
trafficstars

Format and AudioSampleRate needed in FFmpegBuilder.

ffmpeg -f s16le -ar 16000 -i input.pcm output.wav

It wont work with ffmpeg -i input.pcm -f s16le -ar 16000 output.wav

I added format and AudioSampleRate to get it to work but I don't think this is exactly how you have envisioned FFmpegBuilder and FFmpegOutputBuilder working. I don't mind fixing it and providing a pull request but just wanted to get an understanding of your vision.

weolopez avatar Apr 25 '16 16:04 weolopez