Re: [FFmpeg-devel] [PATCHv2 2/2] avdevice/sdl2 : add option to set window position

2018-10-23 Thread Marton Balint
On Mon, 22 Oct 2018, Marton Balint wrote: On Sat, 20 Oct 2018, Marton Balint wrote: From: Dave Rice Allows arrangement of multiple windows such as: ffmpeg -re -f lavfi -i mandelbrot -f sdl -window_x 1 -window_y 1 mandelbrot -vf waveform,format=yuv420p -f sdl -window_x 641 -window_y 1

Re: [FFmpeg-devel] [PATCHv2 2/2] avdevice/sdl2 : add option to set window position

2018-10-22 Thread Marton Balint
On Sat, 20 Oct 2018, Marton Balint wrote: From: Dave Rice Allows arrangement of multiple windows such as: ffmpeg -re -f lavfi -i mandelbrot -f sdl -window_x 1 -window_y 1 mandelbrot -vf waveform,format=yuv420p -f sdl -window_x 641 -window_y 1 waveform -vf vectorscope,format=yuv420p -f sdl

[FFmpeg-devel] [PATCHv2 2/2] avdevice/sdl2 : add option to set window position

2018-10-19 Thread Marton Balint
From: Dave Rice Allows arrangement of multiple windows such as: ffmpeg -re -f lavfi -i mandelbrot -f sdl -window_x 1 -window_y 1 mandelbrot -vf waveform,format=yuv420p -f sdl -window_x 641 -window_y 1 waveform -vf vectorscope,format=yuv420p -f sdl -window_x 1 -window_y 481 vectorscop Some