美文网首页
ffmpeg # copyts

ffmpeg # copyts

作者: FlyingPenguin | 来源:发表于2018-11-17 15:00 被阅读26次

    -copyts

    -copyts
    Do not process input timestamps, but keep their values without trying to sanitize them.
    In particular, do not remove the initial start time offset value.

    Note that, depending on the vsync option or on specific muxer processing (e.g. in case the format option avoid_negative_ts is enabled) the output timestamps may mismatch with the input timestamps even when this option is selected.

        { "copyts",         OPT_BOOL | OPT_EXPERT,                       { &copy_ts },
            "copy timestamps" },
    

    -muxdelay

    -muxdelay seconds (input)
    Set the maximum demux-decode delay.

    References:

    https://superuser.com/questions/1109852/ffmpeg-transcode-each-segment-individually/1112663

    相关文章

      网友评论

          本文标题:ffmpeg # copyts

          本文链接:https://www.haomeiwen.com/subject/ksdbmftx.html