Change #250699
| Category | ffmpeg |
| Changed by | Zhao Zhili <zhilizhao@tencent.com> |
| Changed at | Tue 02 Dec 2025 04:03:55 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 540aacf7591c92514a62d86d5441c82ded3ccafc |
Comments
fftools/ffmpeg: add force key frame by scdet metadata support For example: ./ffmpeg -hwaccel videotoolbox \ -i input.mp4 -c:a copy \ -vf scdet=threshold=10 \ -c:v h264_videotoolbox \ -force_key_frames scd_metadata \ -g 1000 -t 30 output.mp4
Changed files
- doc/ffmpeg.texi
- fftools/ffmpeg.h
- fftools/ffmpeg_enc.c
- fftools/ffmpeg_mux_init.c