On 8/11/20, Gojko Adzic <[email protected]> wrote: > Hi, > > Is there a way to concatenate multiple files while joining subtitles? > > I'm currently using the concat filter (need to re-encode the inputs) and > naively > tried to use concat=n=2:v=1:a=1:s=1, which failed as the concat filter > doesn't seem to like the s output.
Because libavfilter currently does not have implemented processing of subtitles like video/audio. > > thanks in advance! > > gojko > _______________________________________________ > ffmpeg-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
