John Locke <scdmusic@...> writes: > Is there a way I can encode just one frame to display? > I would like to Encode a single H264 from and then be > able to decode it.
This works fine here with $ ffmpeg -i input -vframes 1 out.h264 Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
