Re: [FFmpeg-user] encoding H264 from pictures, encoding values manipulation

2019-11-21 Thread Carl Eugen Hoyos
Am Do., 21. Nov. 2019 um 11:03 Uhr schrieb Carl Eugen Hoyos : > > Am Do., 21. Nov. 2019 um 10:55 Uhr schrieb Jorge Mas : > > > i changed the profile to Main > > > > the profile_idc change to 77, i need it to be 66 which it is > > profile = baseline > > There is neither a known encoder nor a known

Re: [FFmpeg-user] ffmpeg cuvid not transcoding properly

2019-11-21 Thread Carl Eugen Hoyos
Am Do., 21. Nov. 2019 um 10:17 Uhr schrieb Ted Park : > > [AVHWFramesContext @ 0x3a36600] [IMGUTILS @ 0x7ffc3bcc6230] Picture > > size 0x0 is invalid > > [mpeg2_cuvid @ 0x3098a40] Error initializing a CUDA frame pool > > cuvid hwaccel requested for input stream #0:0, but cannot be initialized. >

Re: [FFmpeg-user] encoding H264 from pictures, encoding values manipulation

2019-11-21 Thread Jorge Mas
Hello Moritz. i changed the profile to Main the profile_idc change to 77, i need it to be 66 which it is profile = baseline this is the difference using ffmpeg -i original video libavutil 56. 25.100 / 56. 25.100 libavcodec 58. 43.100 / 58. 43.100 libavformat58. 25.100 / 58.

Re: [FFmpeg-user] ffmpeg cuvid not transcoding properly

2019-11-21 Thread Ted Park
> Error while opening decoder for input stream #0:0 : Operation not permitted Is 0.0.0.0 is the actual value you used the command? The operation not permitted error could be referring to the tcp socket you’re opening… Though trying to connect to 0.0.0.0 leads to inconsistent behavior on

Re: [FFmpeg-user] encoding H264 from pictures, encoding values manipulation

2019-11-21 Thread Moritz Barsnick
On Thu, Nov 21, 2019 at 10:54:49 +0100, Jorge Mas wrote: > i changed the profile to Main > > the profile_idc change to 77, i need it to be 66 which it is profile = > baseline What are you actually trying to achieve? Do you really need everything to be identical? Even if you achieve that, the

Re: [FFmpeg-user] encoding H264 from pictures, encoding values manipulation

2019-11-21 Thread Carl Eugen Hoyos
Am Do., 21. Nov. 2019 um 10:55 Uhr schrieb Jorge Mas : > i changed the profile to Main > > the profile_idc change to 77, i need it to be 66 which it is > profile = baseline There is neither a known encoder nor a known decoder that supports the "baseline" profile, 77 is "constrained baseline"

Re: [FFmpeg-user] ffmpeg cuvid not transcoding properly

2019-11-21 Thread Dennis Mungai
On Thu, 21 Nov 2019 at 06:34, Andy wrote: > > It seems like again I hit the wall. While one mpeg2 source works with > the mpeg2_cuvid option, the other gives me troubles. > > ffmpeg -threads 1 -vsync 1 -hwaccel cuvid -c:v mpeg2_cuvid -deint 1 > -drop_second_field 1 -i 'http://0.0.0.0:46007' -c:v

Re: [FFmpeg-user] ffmpeg cuvid not transcoding properly

2019-11-21 Thread Carl Eugen Hoyos
Am Do., 21. Nov. 2019 um 10:01 Uhr schrieb Dennis Mungai : > > On Thu, 21 Nov 2019 at 06:34, Andy wrote: > > > > It seems like again I hit the wall. While one mpeg2 source works with > > the mpeg2_cuvid option, the other gives me troubles. > > > > ffmpeg -threads 1 -vsync 1 -hwaccel cuvid -c:v

Re: [FFmpeg-user] ffmpeg cuvid not transcoding properly

2019-11-21 Thread Carl Eugen Hoyos
Am Do., 21. Nov. 2019 um 04:34 Uhr schrieb Andy : > > It seems like again I hit the wall. While one mpeg2 source works with > the mpeg2_cuvid option, the other gives me troubles. > > ffmpeg -threads 1 -vsync 1 -hwaccel cuvid -c:v mpeg2_cuvid -deint 1 > -drop_second_field 1 -i

Re: [FFmpeg-user] ffmpeg cuvid not transcoding properly

2019-11-21 Thread Ted Park
> You cannot specify a frame size for mpeg video… Really? Do you mean the decoder ignores any frame format/doesn't use the info? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit

Re: [FFmpeg-user] ffmpeg cuvid not transcoding properly

2019-11-21 Thread Carl Eugen Hoyos
Am Do., 21. Nov. 2019 um 17:13 Uhr schrieb Ted Park : > > > You cannot specify a frame size for mpeg video… > > Really? Do you mean the decoder ignores any frame format/doesn't use the info? I think "ignore" is the wrong word, it's just not how video decoding works for compressed codecs. Carl

Re: [FFmpeg-user] Add soft subtitles to YouTube Mouse Stream?

2019-11-21 Thread Steven Kan
Thank you for finding that! And, a few minutes later, in he goes: https://youtu.be/gh7bUtECd0Y?t=29460 Just before he pokes his nose in, you can see a guard bee at the far right of the entrance, not doing her job. Back on-topic, I also have had an issue