mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
lavf/movenc: Mention video_track_timescale as option to fix the timescale.
Smarter improvements for this error message were suggested in the past but this is certainly an improvement.
This commit is contained in:
parent
b8ebce4f84
commit
406f8d9c9a
@ -2741,8 +2741,8 @@ static int mov_write_mdhd_tag(AVIOContext *pb, MOVMuxContext *mov,
|
||||
if (version != 0 && track->mode == MODE_MOV) {
|
||||
av_log(NULL, AV_LOG_ERROR,
|
||||
"FATAL error, file duration too long for timebase, this file will not be\n"
|
||||
"playable with quicktime. Choose a different timebase or a different\n"
|
||||
"container format\n");
|
||||
"playable with QuickTime. Choose a different timebase with "
|
||||
"-video_track_timescale or a different container format\n");
|
||||
}
|
||||
|
||||
return 32;
|
||||
|
Loading…
Reference in New Issue
Block a user