not with current obs.Hello pkv.
I have an issue where you could possibly help:
I am able to multicast using custom ffmpeg, but then not able to also record at the same time. Is there a way that we can stream to a path as well as record
no, avfilter library is not used in obs.So, any options to add -vf params to recording params for ffmpeg? I want to rotate recorded video for example (rebroadcast it to rtmp in portrait mode)
Can you please add avfilter library and maybe font/text library to future ffmpeg compile instructions for OBS releases? Its will be very useful to expose these settings to custom FFMPEG output.no, avfilter library is not used in obs.
You'll have to rotate on your own, for instance with an ffmpeg instance in between obs and your ingest server.
Nope, it's not possible indeed.On version 26.1.2 I still cannot add «filter_complex» to «Advanced FFmpeg Recording»
I tried to add « -filter_complex "setpts=PTS/1.4;atempo=1.4" » to «Video Encoder Settings» but get «Failed to set "setpts=PTS/1.4;atempo=1.4"» in logs.
So is it possible now (2021-07) to somehow add « -filter_complex "setpts=PTS/1.4;atempo=1.4" » to processing output?