Re: [FFmpeg-user] aresample filter not resampling?

2023-01-05 Thread Paul B Mahol
On Thu, Jan 5, 2023 at 7:04 PM Jayson Larose wrote: > How is the `aresample` filter supposed to work? I'm recording video > from a v4l2 capture device, audio from jack, like such: > > ffmpeg -vsync cfr -timestamps mono2abs -copyts -framerate 59.73 \ > -f v4l2 -thread_queue_size 2048 -i

[FFmpeg-user] aresample filter not resampling?

2023-01-05 Thread Jayson Larose
How is the `aresample` filter supposed to work? I'm recording video from a v4l2 capture device, audio from jack, like such: ffmpeg -vsync cfr -timestamps mono2abs -copyts -framerate 59.73 \  -f v4l2 -thread_queue_size 2048 -i /dev/video10 -f jack \  -thread_queue_size 2048 -i capture_out -map