Leo Butler via ffmpeg-user (12020-06-10):
> ffmpeg -i C.mkv -f lavfi 'movie=C.mkv[out0+subcc]' -map 0 -map 1:s D.mkv

You are missing a -i in this command line.

> Question: Is there a way to reduce this to one pass?

With the -i, it becomes obvious: 'movie=C.mkv[out0+subcc]' is just
another input, like B.ts.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to