On Tue, Dec 27, 2016 at 10:05:35PM -0800, Michael Bradshaw wrote:
> From: Michael Bradshaw
>
> Signed-off-by: Michael Bradshaw
> ---
> ffmpeg.c | 6 --
> ffmpeg.h | 2 ++
> ffmpeg_opt.c | 16 +++-
> 3 files changed, 21 insertions(+), 3 deletions(-)
applied
thx
[...]
From: Michael Bradshaw
Signed-off-by: Michael Bradshaw
---
ffmpeg.c | 6 --
ffmpeg.h | 2 ++
ffmpeg_opt.c | 16 +++-
3 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index ec9da3e..9ad9535 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2910
From: Michael Bradshaw
Hi,
Attached patch adds a -time_base parameter to ffmpeg output streams. This
parameter sets the initial AVStream.time_base value for the output streams,
thus providing a time base hint to the muxer.
Please review.
Michael Bradshaw (1):
ffmpeg: Add -time_base option