As part of my build process, I create a video from an image sequence. The ffmpeg call looks something like this:
ffmpeg -i image-%03d.png video.webm Tup tries to interpret the '%03d' flag, errors, and thus does not build. Is there anyway to make Tup ignore this and pass it directly on to the application? -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
