[FFmpeg-user] How to ffplay side-by-side 2 videos which are of different size?

2018-05-14 Thread Phil Forneur
Hello, If 2 videos do have the same width and height, one can view them side by side with ffplay -f lavfi "movie='LEFT.mp4',scale=iw/2:ih[v0];movie='RIGHT.mp4',scale=iw/2:ih[v1];[v0][v1]hstack" What now if the 2 videos are of different size??? I wish that my monitor is divided into 2 panes, le

[FFmpeg-user] can't capture from audio speakers, but well from microphone

2018-03-11 Thread Phil Forneur
>Speakers/audio-out aren't considered an input device. I don't remember when, but with a previously I could. Change in ffmpeg? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link

[FFmpeg-user] can't capture from audio speakers, but well from microphone

2018-03-10 Thread Phil Forneur
OS: win10 64bits I can't capture from audio speakers, but well from microphone. Thanks PS F:\> ffmpeg -list_devices true -f dshow -i dummy ffmpeg version N-90271-g3386be16d5 Copyright (c) 2000-2018 the FFmpeg developers built with gcc 7.3.0 (GCC) configuration: --enable-gpl --enable-version3