On Fri, 31 May 2013 15:04:55 -0400, "Signell, Richard" <[email protected]> wrote: > I've got a time series sequence of png images, and the file name for > each image indicates the time that the image was taken, like: > > time_199110301247.png > time_199110301253.png > time_199110301256.png > > that I'd like to convert to a movie with avconv. > > I used to use this: > os.system('cat *.png | ffmpeg -r 24 -y -f image2pipe -c:v png -i - > -c:v libx264 -preset ultrafast -qp 0 -movflags +faststart -pix_fmt > yuv420p time.mkv')
I think this commandline should work fine with avconv as well. Or did you try it and it failed to work? Then you should provide more details, including avconv output. -- Anton Khirnov _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
