Hi Jens, On Fri, Aug 19, 2016 at 17:23:03 +0200, Jens Kallup wrote:
What is VLS? > is VLC streaming faster than ffmpeg? Isn't a stream always meant to be real-time? But in case you mean the overall CPU usage: I don't know, it probably depends. > So far I know, VLC has the underlaying motor of ffmpeg? Again, it depends. If I understand correctly, vlc can and does use ffmpeg's demuxers, decoder, encoders, muxers, but it also has its own. > Is it possible to include branding mark into ffmpeg? If you mean into the stream, then yes. You would do it by overlaying an image, which can be (semi-)transparent, i.e. with an alpha-channel. https://ffmpeg.org/ffmpeg-filters.html#overlay-1 Tons of examples: http://ksloan.net/watermarking-videos-from-the-command-line-using-ffmpeg-filters/ > An other point is, that VLC don't include the mouse > pointer under Linux Mint 18. > Is that optional or not possible? You'll have to ask on a vlc list; but why would you want to see a mouse pointer in your stream? 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".
