Skip to main content

Posts

Showing posts from April, 2017

ffmpeg: Notes

Using ffmpeg to covert mp3 files to mp4 files Download ffmpeg for Windows  and extract to D:\software\ffmpeg folder. Run cmd CD (change directory) to folder storing mp3 files Run this command to convert all mp3 files to mp4 files forfiles /m *.mp3 /c "cmd /c D:\software\ffmpeg\bin\ffmpeg.exe -loop 1 -i image.jpg -i @fname.mp3 -c:a copy -c:v libx264 -shortest @fname.mp4"

Install Backup Feature on Microsoft Windows Server 2008 R2

servermanagercmd -i Backup-Features

Openfiler on VMware Workstation 12.5.4

On VMware Workstation 12.5.4, after cloning open filer VM (version 2.99.1), I got error "You do not appear to have networking. Please login to start networking." Check MAC Address of cloned VM. Edit /etc/udev/rules.d/70-persistent-net.rules files -Comment the first NIC 'eth0' -Edit the second NIC: Name="eth1" --> Name="eth0"