Oct 2014
Use ffmpeg to remove all metadata
31/10/14 20:15
•
ffmpeg -i in.mp4 -map_metadata -1 -c:v copy -c:a copy out.mp4
Create ISO file for folder on OSX
22/10/14 16:00
To create a new ISO file called “new.iso” from a folder called “files_for_iso” at the OSX Terminal:
•
•
hdiutil makehybrid -iso -joliet -o new.iso files_for_iso
Plex on Ubuntu
17/10/14 15:40
Download latest Plex ‘.deb’ file from https://plex.tv/downloads
(current version is 0.9.11.1.678)
Install (as root) the required dependencies:
•
Install (as root) Plex itself from the installation already downloaded:
•
(current version is 0.9.11.1.678)
Install (as root) the required dependencies:
•
apt-get install avahi-daemon avahi-utils libdaemon0 libavahi-core7 libnss-mdns
Install (as root) Plex itself from the installation already downloaded:
•
dpkg -i plexmediaserver_0.9.11.1.678-c48ffd2_amd64.deb