You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avconv: set the output stream timebase
This is required by the new API.
This commit is contained in:
2
avconv.c
2
avconv.c
@@ -1972,6 +1972,8 @@ static int transcode_init(void)
|
|||||||
"Error initializing the output stream codec context.\n");
|
"Error initializing the output stream codec context.\n");
|
||||||
exit_program(1);
|
exit_program(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ost->st->time_base = ost->enc_ctx->time_base;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* init input streams */
|
/* init input streams */
|
||||||
|
Reference in New Issue
Block a user