ffmpeg

  1. NVasion

    Troubles with AMD GPU AV1 Encoding to Appear

    Hello there. I have an RX 7800XT GPU and I wanted to use AV1 GPU encoding on obs instead of SVT-AV1 CPU encoding. Currently, the only available are x264, AOM-AV1, and SVT-AV1. I am using Arch Linux, Hyprland (Wayland Compositer), the current stable release of the Mesa Driver, and I have...
  2. Ase

    Point-to-point streaming with RTP and VLC

    I'm trying to stream from OBS to VLC over the network. I've had a hard time finding information on compatible streaming protocols and settings. I'm now trying RTP, but I don't understand the error message that I get when I click 'start recording' in OBS, or how to fix it. I get the same error...
  3. Rumdel

    Streaming two audio tracks over udp

    Hi guys. I need your help. I have a video with two audio tracks: English and Spanish. In the recording settings (FFMpeg) there are checkboxes for two audio tracks. When broadcast via UDP, the stream contains two audio tracks, but they are the same (English). How to stream UDP with different...
  4. Rumdel

    Streaming two audio tracks over udp

    Hi guys. I need your help. I have a video with two audio tracks: English and Spanish. In the recording settings (FFMpeg) there are checkboxes for two audio tracks. When broadcast via UDP, the stream contains two audio tracks, but they are the same (English). How to stream UDP with different...
  5. M

    Track Matte stinger doesn't work

    Hi all, I tried to make a Track Matte stinger by generating left and right videos in kdenlive, then conjoining them with ffmpeg. However, whatever I tried with ffmpeg, it didn't work. The ffmpeg command I used was ffmpeg -i "%left%" -i "%right%" -filter_complex hstack -vcodec vp8 "%output%" (...
  6. wtechgo

    Take screenshots with a timer

    The user can configure a target directory and an interval duration, to take a screenshot of a selected source or scene. Once we have the pictures we've accomplished a lot, however, most will want to make a video out of it. Can we harness the OBS built-in ffmpeg to run a command to do just that...
  7. Kreew

    Capturing ffmpeg output into C# script

    hi, sorry in advance if this is the wrong section. I'm trying to capture the output of an ffmpeg type recording via a C# script. The packets are sent via udp protocol and received correctly, the problem lies in the decoding of the image which occurs incorrectly. Multiple images are printed at...
  8. UpDownLeftDie

    OBS crashing all the time from RTSP sources?

    I have a 24/7 stream with 4 IP cameras as media sources that use RTSP to stream to OBS. Sometimes their connection drops out, and I think this causes OBS to crash somehow. Sometimes it doesn't happen for days, sometimes it just keeps happening after I restart OBS. Around half the time, I don't...
  9. T

    How to input SRT for Media Source?

    Hi there, I tried to input SRT for Media Source. But I got a black screen. I checked the SRT URL works in Windows 10 and macOS. My OBS Studio is 29.0.0(64 bit) for Ubuntu20.04.5 LTS. And I attached the results of I think ffmpeg has SRT. What can I do to input SRT?
  10. Y

    OBS 25.0.1 MPEG-TS SRT output on Record disconnects randomly- how to restart? And any setting tips?

    Hi Everyone, I'm experimenting with OBS to send an MPEG TS stream for satelite MUX. My Settings: THE MAIN PROBLEM: So, OBS will randomly disconnect and not reconnect automatically. Is there a way to make it reconnect? I really need some help to figure that out. NEXT: I need some tips for the...
  11. arf20

    Build ffmpeg for NVENC support in debian

    These are the steps to build a ffmpeg deb package with NVENC support to make hardware acceleration available for OBS Required an nVIDIA card with a reasonably updated driver Install nv encoder headers matching your driver: git clone --branch <version branch>...
  12. P

    OBS streaming UDP to ffmpeg to v4l2-loopback?

    I asked the same question in the ffmpeg-users mailing list and I feel that any answers may be equally useful here in the OBS forum. I have configured OBS on a workstation to send a UDP stream to udp://laptop:55555 I can receive the stream with an ffplay command like this: ffplay -fflags...
  13. Z

    Occasional Encoding Overload

    I have been researching this issue for almost two months and still have yet to find a resolution so here I am. GPU NVIDIA GeForce RTX 3060 Processsor i7 5820k Ram: 32gb Recording Format: mkv remux to mp4 Encoder: Nvidia NVENC H.264 (new) Rate Control: CQP CQ Level: 14, 16, 18, 20 (Have tested...
  14. B

    Question about Custom FFmpeg options

    Hi guys, i'm having issues activating certain functions. I tried for example "-me_method=umh" like i use "-trellis=2" and other. But the OBS Log says "option not available". I read alot about Nvenc and h264, x264 etc. and found interesting options i would wanna try. But i can't find a list...
  15. M

    Lossless encoding: 100% CPU for libx264, but 40-60% ffvhuff

    I'm using ffmpeg to encode my recording and the two encode settings I'm using are: libx264, qp=0 preset=ultrafast ffvhuff, pred=median I have already set DOOM Eternal to use the latter 12 of my logical processors and OBS to use the first 4 logical processors, so OBS shouldn't be influencing my...
  16. J

    Starting the Output Failed: If you are using the NVENC or AMD encoders, make sure your video drivers are up to date.

    Hey guys, i just downloaded StreamerFX so i can use the Nvidia NVENC H.264/AVC (via FFmpeg), so i can get better perfomance streaming, but i get this error: Starting the output failed. Please check the log for details. Note: If you are using the NVENC or AMD encoders, make sure your video...
  17. IsaacLightning

    OBS won't stream to RMTP server on localhost

    I am trying to follow this guide and everything is working except for OBS, it will connect briefly and then disconnect until trying again after 10 seconds, where it repeats the process. Then I try to end the stream and it causes issues and I have to force close OBS. Using rtmpdump I can confirm...
  18. F

    GPU-Accelerated Lossless Video Recording with Premiere Import

    OBS was not really built for lossless video recording. However, you can nonetheless do it with the proper setup. With an additional step, you can even get the lossless video imported into Premiere without issue. First, you need to set up your OBS to have the following settings in...
  19. Lausch

    Custom Output (FFmpeg) ignores -q / -q:v parameter

    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...
  20. M

    Free Webm Transparent Animated Graphics from Powerpoint 2022-01-02

    New VBA stuff for this which does both transparent MOV and Webm. Code here: https://github.com/maxrottersman/powerpoint-to-transparent-webm-or-prores and video here: Powerpoint to WebM Transparent Video Exports slides as transparent webm or mov files for OBS, youtube, or other streaming...
Top