Re: [FFmpeg-user] A query on FFmpeg's s12m timecode in H264 NVENC

2025-02-26 Thread Dennis Mungai
On Sun, 23 Feb 2025 at 03:48, Timo Rothenpieler wrote: > On 22.02.2025 21:32, Dennis Mungai wrote: > > On Sat, 22 Feb 2025 at 23:15, Timo Rothenpieler > > wrote: > > > > On 17.02.2025 23:45, Dennis Mungai wrote: > > > Hello there, > > > > > > In F

Re: [FFmpeg-user] A query on FFmpeg's s12m timecode in H264 NVENC

2025-02-22 Thread Dennis Mungai
On Sat, 22 Feb 2025 at 23:15, Timo Rothenpieler wrote: > On 17.02.2025 23:45, Dennis Mungai wrote: > > Hello there, > > > > In FFmpeg's HEVC & AV1 encoder wrappers, the private codec option - > > s12m_tc , documented as "Use timecode (if available)", is present, but > > unmapped in the H.264 enc

[FFmpeg-user] A query on FFmpeg's s12m timecode in H264 NVENC

2025-02-17 Thread Dennis Mungai
Hello there, In FFmpeg's HEVC & AV1 encoder wrappers, the private codec option -s12m_tc , documented as "Use timecode (if available)", is present, but unmapped in the H.264 encode wrapper. This, however, should also be present in h264_nvenc, as indicated in ffnvcodec's https://github.com/FFmpeg/