On Wed, May 30, 2018 at 20:09:36 +0200, Gabriel Zachmann wrote: > Could that have any negative side effects when I try to convert some other > movies?
It depends. If video editing was simple, it wouldn't require complex tools. ;-) In your case, my guess is that ffmpeg is unable to mux all the data streams. If you use "map 0 -sn", ffmpeg should omit them. They may or may not carry usefuk information for you, but if you yourself don't knwo what they're good for, then just drop them. > (I would like to have a generic script for converting all my movies into > H265.) Generic is difficult with ungeneric input. > Also, I am curious as to why ffmpeg could not write some streams, and which > ones. See my guess above. BTW: > [libx265 @ 0x7fef4901c800] Unknown option: profile. Do read all of your warnings please. (I'm too lazy to check: "-profile:v" should do the trick for you.) Moritz _______________________________________________ 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".
