I vote for timebase, for general mkv -> mp4 or mkv -> other formats remuxing. Otherwise default 1/1000s timebase of matroska video will be copied unintendedly, while the accurate timebase for common ntsc video is usually 1/24000, 1/30000, 1/60000 or 1/120000, with 1000 or 1001 timescale. Currently we need to use video filter to change timebase, which is unavailable for stream copying. On 27 May 2013 17:45, "Luca Barbato" <[email protected]> wrote:
> On 5/27/13 8:08 AM, Anton Khirnov wrote: > >> --- >> avconv.c | 15 ++++++++------- >> avconv_opt.c | 11 ++++++----- >> 2 files changed, 14 insertions(+), 12 deletions(-) >> >> > Ok, do we want to allow other fields to be overridden in copy? > > lu > > ______________________________**_________________ > libav-devel mailing list > [email protected] > https://lists.libav.org/**mailman/listinfo/libav-devel<https://lists.libav.org/mailman/listinfo/libav-devel> > _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
