Hi all, According to the file cmdutils.*, the ffmpeg syntax of the -t and -to options are parsed by av_parse_time(), whose documentation is here http://ffmpeg.org/ffmpeg-all.html#Time-duration . I wonder what the optional leading [-] means. Timothy