On Mon, Jun 15, 2020 at 18:10:56 +0000, gatodiablo--- via ffmpeg-user wrote: > Moritz, Yes that is how it "should" work. Either set of packages > either normal or extra should work, but that isn't what's happening. > I installed the extras packages and apt tells me ffmpeg has "broken > dependencies".
Well, originally, you wrote: > >> mint 19. Right away apt tells me Libavcodec-extra57 conflicts with > >> libavcodec57 and libavfilter-extra6 conflicts with libavfilter6. That means apt would have both after your install command, and cannot do that. You may need to de-install libavcodec57 and install libavcodec-extra57 in one step, or de-install the former first (also breaking packages which depend on it), then install the latter. I can't help you with that, I'm not very apt with apt (pun intended). Please consult your friendly apt guide, or wait for other answers here. ;-) Regards, Moritz _______________________________________________ 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".