Re: [FFmpeg-user] Yadif_cuda and Pix_fmt

2020-08-24 Thread Carl Eugen Hoyos
> Am 25.08.2020 um 06:38 schrieb Andy Sheimo : > > I'm trying to use yadif_cuda during a transcode along with converting from > 8bit to 10bit. Command line and complete, uncut console output missing. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-us

[FFmpeg-user] Yadif_cuda and Pix_fmt

2020-08-24 Thread Andy Sheimo
I'm trying to use yadif_cuda during a transcode along with converting from 8bit to 10bit. The process errors out: Impossible to convert between the formats supported by the filter 'Parsed_yadif_cuda_0' and the filter 'auto_scaler_0' Error reinitializing filters! Failed to inject frame into filter

Re: [FFmpeg-user] RTMP issue

2020-08-24 Thread william keeling
I had avformat_network_init() in the code before and have found no difference with or without it. I added back and reran the test again with the verbose logging and received the same results and same log. pi@pi2cam:/userland/build/bin $ ./rcam -D dmic_sv -d 180 -q 30 -w 1920 -h 1080 rtmp://a.

Re: [FFmpeg-user] RTMP issue

2020-08-24 Thread Chris Miceli
Hi William, I'm by no means an expert on the matter but I tried having a look for you. At least one issue would be that you are not calling avformat_network_init() which is a requirement for any protocol which needs network [1] I would have tested and tried this for you, however I do not have the

Re: [FFmpeg-user] Some more thoughts on documentation

2020-08-24 Thread Jim DeLaHunt
On 2020-08-24 02:11, Phil Rhodes via ffmpeg-user wrote: On Sunday, 23 August 2020, 21:27:17 BST, Carl Zwanzig wrote: I think we'll have to disagree on that, most of the basic logic should be fairly clear to someone who knows the 'c' language. …There should always be a narrative descripti

Re: [FFmpeg-user] RTMP issue

2020-08-24 Thread william keeling
I added the AV_LOG_VERBOSE and got the following output: pi@pi2cam:/userland/build/bin $ ./rcam -D dmic_sv -d 5 -q 30 -w 1920 -h 1080 rtmp://a.rtmp.youtube.com/live2/ [tcp @ 0x18acb70] Starting connection attempt to 2607:f8b0:401a:7::8 port 1935 [tcp @ 0x18acb70] Successfully connected to 2607:f

Re: [FFmpeg-user] RTMP issue

2020-08-24 Thread Moritz Barsnick
Hi William On Mon, Aug 24, 2020 at 00:40:04 +, william keeling wrote: > My question is an issue with a program written to live stream to > YouTube working is all modes other than rtmp live stream. For programming with the ffmpeg libav* libraries, you should usually turn to the libav-user mai

Re: [FFmpeg-user] Some more thoughts on documentation

2020-08-24 Thread Phil Rhodes via ffmpeg-user
On Sunday, 23 August 2020, 21:27:17 BST, Carl Zwanzig wrote: > I think we'll have to disagree on that, most of the basic logic should be >  > fairly clear to someone who knows the 'c' language.  That tends to be true for, say, one function, or a few functions. And sure, OK, if you want to spen

Re: [FFmpeg-user] Some more thoughts on documentation

2020-08-24 Thread Jim DeLaHunt
On 2020-08-23 11:07, Carl Zwanzig wrote: …I'm fairly sure that someone will object to a point below. Go ahead, but also suggest something better…. …Original content: … Process to create output docs: … Output organization & formats: … "Rules of the game"? … … This sounds like fun. I'll play! I