2

I would like to know why ffmpeg stops naming my files with a sequence number (%03d) when using -strftime 1?

for example: filename_%Y-%m-%d_%03d.ts

I need to get filename_YEAR_MONTH_DAY_SEQUENCE#.ts

references:
What do the special characters in an ffmpeg file output format mean?
ffmpeg filename output format
http://man7.org/linux/man-pages/man3/strftime.3.html
http://en.wikibooks.org/wiki/FFMPEG_An_Intermediate_Guide/image_sequence

1
  • Because the pattern is being passed to strftime() for expansion, in which %d is reserved for date. Commented Dec 5, 2016 at 14:57

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.