Re: [FFmpeg-devel] [PATCH] avformat/movenc: fix safari cannot play generated hls due to empty sdtp atom

2023-11-28 Thread Jie Zhang
Hello, Is there any one can help to review this? Thanks! On Sat, Nov 18, 2023 at 6:26 PM Jay Zhang wrote: > This issue can be reproduced by command 'ffmpeg -i > small_bunny_1080p_60fps.mp4 -an -c:v libx265 -tag:v hvc1 -f hls > -hls_segment_type fmp4 out.m3u8'. After remove the empty sdtp

Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add option fps_mode

2022-06-11 Thread Jie Zhang
Now the `vsync` function has a better name. On the other hand, I'm curious whether the `vsync`/`fps_mode` function is still valuable in the ffmpeg tool source since the `fps` filter does almost the same job, but may have less coupling? On Sat, Jun 11, 2022 at 12:24 PM Gyan Doshi wrote: > Pushed