Lausch
New Member
Hello,
i use Container Format mpegts and as Video Encoder mpeg1video.
Adding -q or -q:v to the Video Encoder Settings seems to be ignored. The quality level is always "default".
For example using ffmpeg standalone like:
ffmpeg -f dshow -i video="OBS Virtual Camera" -f mpegts -codec:v mpeg1video -r 60 output.ts
without adding the -q parameter, results in the exact same quality as OBS FFmpeg.
Using for example:
ffmpeg -f dshow -i video="OBS Virtual Camera" -f mpegts -codec:v mpeg1video -r 60 -q 1 output.ts
results in to a much better quality.
Best wishes
D
PS: The log is unnecessary. It shows nothing other then start / stop recording messages. I tried it on several hardware with intel, nvidea and amd GPU
i use Container Format mpegts and as Video Encoder mpeg1video.
Adding -q or -q:v to the Video Encoder Settings seems to be ignored. The quality level is always "default".
For example using ffmpeg standalone like:
ffmpeg -f dshow -i video="OBS Virtual Camera" -f mpegts -codec:v mpeg1video -r 60 output.ts
without adding the -q parameter, results in the exact same quality as OBS FFmpeg.
Using for example:
ffmpeg -f dshow -i video="OBS Virtual Camera" -f mpegts -codec:v mpeg1video -r 60 -q 1 output.ts
results in to a much better quality.
Best wishes
D
PS: The log is unnecessary. It shows nothing other then start / stop recording messages. I tried it on several hardware with intel, nvidea and amd GPU