Question / Help How can I use Custom Output (FFmpeg) to just mux into .avi without reencoding?

MarioPL98

New Member
As title says. I'm recording with AMF plugin and I'd like to save in .avi container. How can I do this? AFAIK ffmpeg can just copy audio and video into new container. With command line I would do this with " -i foo -c:v copy -c:a copy -o foo" but typing it in muxer settings doesn't work.

Thanks for help.
 

MarioPL98

New Member
I can remux by command line in standalone ffmpeg, but I was wondering if OBS can do it. It's not about post-production tools, it's about doing everything while recording. OBS can use .avi but I got it to work only with reencoding.
 
Top