[FFmpeg-devel] [PATCH] lavf/movenc: suggest video_track_timescale for invalid timescale
Moritz Barsnick
barsnick at gmx.net
Tue Oct 11 14:49:30 EEST 2016
On Tue, Oct 11, 2016 at 12:30:30 +0100, Josh de Kock wrote:
> "WARNING codec timebase is very high. If duration is too long,\n"
> "file may not be playable by quicktime. Specify a shorter timebase\n"
> - "or choose different container.\n");
> + "or choose different container. You may find the -video_track_timescale\n"
> + "flag useful to forcibly set a specific timescale. Ex. 30000/1001 FPS\n"
> + "would be -video_track_timescale 30000.\n");
Would it be useful to print the max duration (do we know what it would
be?), and possibly even the present timebase?
Moritz
More information about the ffmpeg-devel
mailing list