Re: [FFmpeg-devel] I have an issue when try to using h264_amf encoding rtsp stream

2023-05-02 Thread Yonggang Luo
Thanks, that's working! On Sat, Apr 29, 2023 at 3:02 PM Dmitrii Ovchinnikov < ovchinnikov.dmit...@gmail.com> wrote: > > could you also try adding one more parameter and try again? > > * -header_spacing 30*it should have the same value as -g in commandline. > For example: *ffmpeg -i input.mkv

Re: [FFmpeg-devel] I have an issue when try to using h264_amf encoding rtsp stream

2023-04-29 Thread Dmitrii Ovchinnikov
could you also try adding one more parameter and try again? * -header_spacing 30*it should have the same value as -g in commandline. For example: *ffmpeg -i input.mkv -c:v h264_amf -g 30 -header_spacing 30 output.mp4* ср, 19 апр. 2023 г. в 07:15, 罗勇刚(Yonggang Luo) : > thanks, I have

Re: [FFmpeg-devel] I have an issue when try to using h264_amf encoding rtsp stream

2023-04-18 Thread Yonggang Luo
thanks, I have already tried the top size 1 and 10 before on the enconder, I assume you are talking about the encoder, as the decoder can not config the gop size, I think it's should be a bug of and encoder or decoder, because if I start the decoder before amf encoder, it's working fine, it is