I recorded a mp4 video file and I would like to strip away the audio because i just don’t need it. Using ffmpeg in ubuntu made this task a very simple one. Simply run the following command: ffmpeg -i file-in.mp4 -vcodec copy -an file-out.mp4 As you see, a very quick helpful solution.
Author: jermsmit
Find Your Thing And Do That Thing…
Find your thing and do that thing better than anybody else does that thing even if you think that thing has no value because I promise you that it does. And I promise you that other people will see this value too.
Exchange 2010 has many improvements. As we know when things change they do not often stay the same. In this case the method used to export exchange email boxes to PST files. Back in a previous post I went over the steps of exporting a mailbox to PST. To do this all you needed was […]
A garden is a complex of aesthetic and plastic intentions; and the plant is, to a landscape artist, not only a plant – rare, unusual, ordinary or doomed to disappearance – but it is also a color, a shape, a volume or an arabesque in itself. – Roberto Burle Marx How To use ESEUtil […]
They say a picture is worth a thousand words — here is one for ya Run this command to configure the POP3 service to start automatically. Set-service msExchangePOP3 -startuptype automatic Run this command to start the POP3 service. Start-service -service msExchangePOP3 – jermal
In Exchange 2010 you can see how big your mailbox databases are, and how much white space they have, by running the following command in the Exchange Management Shell. [PS] C:>Get-MailboxDatabase -Status | ft name,databasesize,availablenewmailboxspace -auto In screen-cap database AB is 64.76 GB in size but has 11.97 MB white space due to mail deleted. This is […]