[FFmpeg-user] (no subject)
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Jul 16 12:35:07 EEST 2016
Tim Hiles <thiles <at> confex.com> writes:
> c:\ffmpeg\ffmpeg\bin\ffmpeg.exe -f dshow -i
> video="screen-capture-recorder":audio="Microphone Array
> (Realtek High Definition Audio)" -s 1920x1080
You are specifying an output option here, instead try:
ffmpeg -s 1920x1080 -f dshow -i ...
(equivalent to ffmpeg -video_size hd1080 -f ... which
may be less ambiguous).
Carl Eugen
More information about the ffmpeg-user
mailing list