Re: [FFmpeg-user] Poor NDI performance

2018-07-18 Thread Jon
On Wednesday, 18 July 2018, Micael Silva wrote: > On Wed, Jul 18, 2018 at 8:13 AM, Jon wrote: > > > On Tue, 17 Jul 2018 at 23:15, Carl Eugen Hoyos > wrote: > > > > > > 2018-07-17 20:16 GMT+02:00, Jon : > > > > After successfully compiling ffmpeg on Debian 9 64bit, following the > > > > instruct

[FFmpeg-user] ProRes HQ video file with 5.1 SMPTE DTV Audio?

2018-07-18 Thread Mark Scott
How can I create ProRes HQ video files with 5.1 SMPTE DTV audio using ffmpeg? The input file is: Apple FCP Uncompressed 10-bit 422 1920X1080 FPS 23.98. The audio has 6, 24-bit integer (little endian) mono channels, plus a stereo track, configured like this: Mono = Left Mono = Right Mono = Center M

Re: [FFmpeg-user] Failed creating CUDA context for NVENC

2018-07-18 Thread Yugandhar Veeramachaneni
I see unrestricted in the # of concurrent sessions column - https://screenshots.firefox.com/ZTBoEcMVKO336dh8/developer.nvidia.com which is why I bought this GPU in the first place. Your solution to override the hard-coded limits seems promising at the first glance. I'll try that soon and report ba

Re: [FFmpeg-user] Failed creating CUDA context for NVENC

2018-07-18 Thread Dennis Mungai
Also, see this list: https://developer.nvidia.com/video-encode-decode-gpu-support-matrix You have the Quadro P4000, which is artificially crippled to ~2 concurrent sessions according to the documentation above. On 18 July 2018 at 22:34, Dennis Mungai wrote: > NVENC runs on a discrete silicon IP

Re: [FFmpeg-user] Failed creating CUDA context for NVENC

2018-07-18 Thread Dennis Mungai
NVENC runs on a discrete silicon IP core (SIP) block in the GPU, and not on the GPU's shaders. That SIP block has hard-coded limits (set in firmware) to ensure that these who need more than the artificial limit buy Tesla-grade hardware. Marketing shills by NVIDIA. You can override this limit by u

Re: [FFmpeg-user] Failed creating CUDA context for NVENC

2018-07-18 Thread Yugandhar Veeramachaneni
I'm a little confused here because the GPU resource utilization is well below the hard limits. When I run nvidia-smi, this is what I get - yugandharv@eclairs:~$ nvidia-smi Thu Jul 19 00:29:45 2018 +-+ | NVIDIA-SMI 390.67

[FFmpeg-user] Can I get hardware decode of WMV with qsv encode?

2018-07-18 Thread Jason Coleman
Hello, I'm trying to figure out if I can use the QuickSync support to handle WMV files. QuickSync itself I believe can handle WMV, but I don't see a codec option I can invoke that appears to designate WMV decode using the qsv engine. If I can't use qsv directly to handle wmv3, is it possible

Re: [FFmpeg-user] ffmpeg audio distortion using blackmagic

2018-07-18 Thread Micael Silva
On Wed, Jul 18, 2018 at 1:11 PM, Flumotion Support wrote: > Hello everybody > > I have problems capturing a sdi flow with ffmpeg, I'm using a blackmagic > mini recorder pro, after a while of working the capture the audio is > distorted and the only way to fix it is to restart ffmpeg. > > this is

Re: [FFmpeg-user] Failed creating CUDA context for NVENC

2018-07-18 Thread Dennis Mungai
You mentioned 30 streams. And more cause this to "fail". Perhaps the Quadro line has a maximum simultaneous encoder limit of 30, similar to the GeForce's limit of 2? On Wed, Jul 18, 2018, 19:28 Yugandhar Veeramachaneni wrote: > Hello everyone, > > I'm currently using an NVIDIA Quadro P4000 GPU

[FFmpeg-user] Failed creating CUDA context for NVENC

2018-07-18 Thread Yugandhar Veeramachaneni
Hello everyone, I'm currently using an NVIDIA Quadro P4000 GPU to transcode multicast UDP streams to RTMP streams. I have quite about 30 streams running in parallel on this GPU and I have no problems so far. I tried adding more today and many of them are failing with this error. [h264_nvenc @ 0x5

[FFmpeg-user] ffmpeg audio distortion using blackmagic

2018-07-18 Thread Flumotion Support
Hello everybody I have problems capturing a sdi flow with ffmpeg, I'm using a blackmagic mini recorder pro, after a while of working the capture the audio is distorted and the only way to fix it is to restart ffmpeg. this is my pipeline /usr/local/bin/ffmpeg -re -loglevel 48 -format_code pal -f d

[FFmpeg-user] Option rc_eq not found | conversion failed

2018-07-18 Thread Anthony Griffiths
I'm using ffmpeg to stream a live broadcast to another machine running ffserver but the process won't run and I keep betting the error: "Option rc_eq not found Conversion failed!" This is the ffmpeg command: # .../ffmpeg-git-20171101-64bit-static/ffmpeg -y -f mpegts -i /dev/dvb/adapter0/dvr0 -code

Re: [FFmpeg-user] Poor NDI performance

2018-07-18 Thread Micael Silva
On Wed, Jul 18, 2018 at 8:13 AM, Jon wrote: > On Tue, 17 Jul 2018 at 23:15, Carl Eugen Hoyos wrote: > > > > 2018-07-17 20:16 GMT+02:00, Jon : > > > After successfully compiling ffmpeg on Debian 9 64bit, following the > > > instructions at https://trac.ffmpeg.org/wiki/CompilationGuide and > > > a

Re: [FFmpeg-user] Color matching to source a problem for ProRes

2018-07-18 Thread Kieran O Leary
Hi, On Wed, 18 Jul 2018, 13:48 Pete Willis, wrote: > We are trying to match the output colour to the source content but > although the output formats matches the source we cannot get it to match. > > Screenshot attached of the 3 outputs plus the original (top right) we have > tested with media i

[FFmpeg-user] Color matching to source a problem for ProRes

2018-07-18 Thread Pete Willis
We are trying to match the output colour to the source content but although the output formats matches the source we cannot get it to match. Screenshot attached of the 3 outputs plus the original (top right) we have tested with media info for each: Using these settings: flags=lanczos,colorma

Re: [FFmpeg-user] Poor NDI performance

2018-07-18 Thread Jon
On Tue, 17 Jul 2018 at 23:15, Carl Eugen Hoyos wrote: > > 2018-07-17 20:16 GMT+02:00, Jon : > > After successfully compiling ffmpeg on Debian 9 64bit, following the > > instructions at https://trac.ffmpeg.org/wiki/CompilationGuide and > > adding the relevant includes for NDI using the Newtek SDK >