Question / Help Only recording output is FLV?? *And Webcam

Kamon Tari

New Member
Hi!

I really love the OBS program but I was wondering why it only records to FLV? Are you or can you please work to develop another recording format that would satisfy the QuickTime restraints? MOV is the best and converting FLVs is a nightmare.

Also I was wondering if there is any way to edit the webcam? I would really like to crop mine if there is the option
 

R1CH

Forum Admin
Developer
Converting is definitely not a nightmare, and is in fact quite simple with ffmpeg!

ffmpeg -i input.flv -acodec copy -vcodec copy output.mov
 
Top