OBS - Completely FFmpeg command line output in the Log File ?

FromGermany123

New Member
Hello I'm new
I Use an online translator - My English is not so good.

After I have recorded a video with OBS, I look in the LOG file.
I can not find the FFmpeg script used for this!

Example:
ffmpeg -video_size 1920x1080 -framerate 30 -f x11grab -i :0.0+0,0 -f pulse -ac 2 -i 0 -c:v libx264rgb -crf 0 -preset ultrafast sample.mkv

I would like to manually check what OBS has done with the terminal console
 

Attachments

  • Bildschirmfoto vom 2020-06-21 18-06-06c.png
    Bildschirmfoto vom 2020-06-21 18-06-06c.png
    902.5 KB · Views: 252

Tuna

Member
OBS interacts with the FFMPEG library directly. It does not use the command line interface.
 
Top