Skip to main content

Multimedia

Convert .flv to other movie format

How convert flv2mpg or flv to other formats: http://www.mydigitallife.info/2006/12/14/fr...

Wine

Installing Newsleecher in Wine As for installing your licence, I recommend exporting the...

How to make a .iso file from your CD or DVD

To make an ISO from your CD/DVD, place the media in your drive but do not mount it. If i...

Convert an AVCHD / MTS file to MP4 using ffmpeg

Convert an .MTS file to a .MP4 file We want to convert it to .MP4, for instance to show ...

MythTV

How to check the MythTV database How to check the channel list How to rearrange the cha...

Video (Kino, dvgrab, OpenShot, KdeNlive)

dvgrab kdenlive radeon

Dvgrab

To capture video from a firewire device use: dvgrab -frames 0 -size 0 -format raw -noavc...

Starting chromium as default browser in thunderbird

Thunderbird seems to always start firefox when a link is clicked. This is bad behaviour....

Kdenlive

If you're spending your weeks in the timeline, you'll want to know a more efficient way ...

Screenresolutions, dimensions and DPI

General tips The ultimate solution to ugly fonts is to use more pixels to draw them. Tha...

VirtualBox

command line tips

Chromecast op linux

firewall Allow Multicast in Firewalld sudo firewall-cmd --permanent --direct --add-rule ...

Vlc tips & tricks

Startup options: --start-time=<integer> Start time The stream will start at this positio...

Chromium and chromecast

To resolve this issue you need to enable chrome://flags/#load-media-router-component-ext...

Video output info

Depending on the age, old consoles (and computers) output a worse video signal (quality-...

Chrome options

/usr/bin/chromium -high-dpi-support=1 -force-device-scale-factor=1 --enable-features=Use...

Use yt-dlp the correct way for music files

Use: -f bestaudio  -f ba --extract-audio --audio-format flac for best audio quality. -o ...

Use yt-dlp with subtitles for video files

To download video with english subtitles: # yt-dlp --write-sub --sub-lang "en.*" {URL} T...

Yt-dlp

Use yt-dlp with subtitles for video files Use yt-dlp the correct way for music files

Convert .img to .vdi for use with VirtualBox

VBoxManage convertfromraw -format VDI [filename].img [filename].vdi

Burning CD/DVD from CLI with wodim

List devices: #wodim --devices Check devices: #wodim -checkdrive  Burn .ISO: #wodim dev=...

Convert an AVCHD / MTS file to MP4 usinf ffmpeg

REDIRECT Convert an AVCHD / MTS file to MP4 using ffmpeg

Embed video in html5

<video width="640" height="480"> <source type="video/ogg" src="foo.ogg"> <!-- a...