Search found 2 matches
- Wed Mar 04, 2020 7:17 am
- Forum: Help and Support
- Topic: trying to understand the transcoding plugins and how they work
- Replies: 1
- Views: 5939
Re: trying to understand the transcoding plugins and how they work
I am not expert, but I think ffmpeg does transcoding. When I look at debug.log, I can see that ffmpeg is executing while video is streaming. I can also see parameters given ffmpeg. For example, -c:v libx264 , my video is transcoding from whatever the original file is to 264 and confirm using media c...
- Tue Mar 03, 2020 9:48 pm
- Forum: Help and Support
- Topic: Enabling nvenc / ffmpeg
- Replies: 0
- Views: 6398
Enabling nvenc / ffmpeg
Hi - I am new to UMS. I tried to enable nvenc. I am able to compile ffmmpeg with nvenc support. I confirmed that it has the encoder by: $ ./ffmpeg -encoders 2>/dev/null | grep nvenc V..... h264_nvenc NVIDIA NVENC H.264 encoder (codec h264) V..... nvenc NVIDIA NVENC H.264 encoder (codec h264) V..... ...