2018-11-16 0:46 GMT+01:00, Ronak <[email protected]>: > I'm taking a look at moving.c and the mov_write_sidx_tags calls; I'm > assuming this is the area of the code that is responsible for this. > > However, I'd have to have a way to detect the input streams are audio only; > no video tracks. What would be the best way to do that?
I suspect the number of input streams is irrelevant, you are probably interested in the output streams within the mov file, you can look at mov->nb_streams or possibly mov->tracks (there may be easier ways though). Please avoid top-posting here, Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
