Linux

Often used screen commands

CTRL-a d detach from the running session CTRL-a c create a new window in the session CTRL-a p switch to the previous window CTRL-a n switch to the next window CTRL-a x switch to window x, windows start at 0

Read More
Scripting

Extract pictures from a VOB file using transcode

Sometimes it is useful to collect some pictures from some different DVD’s to a new one. But what to do if the original pictures are deleted now. You can use the following command to extract the pictures first. transcode -x mpeg2 -i VTS_01_1.VOB -y im -F jpg -w 100 -F jpg, png, gif ==> picture […]

Read More