Grip configuration (%) switches for file formats
By jeltsch on Wed, 04/04/2007 - 21:27Grip is a GTK-based CD-player and CD-ripper / MP3 encoder. Here is a list of the '%' switches used in command-lines.
Grip is a GTK-based CD-player and CD-ripper / MP3 encoder. Here is a list of the '%' switches used in command-lines.
I recorded a documentary from TV as mpeg2. To be able to distribute it via the internet I need to shrink its size and I am using the DivX codec. But first I wanted to trim the beginning and the end. I used mpgtx, a very handy command line tool. There are Suse RPMs from Packman. The command was mpgtx -s tutkittu_juttu.mpg [00:22.50-26:55.00] -o cut.mpg
Old Windows (i.e. fat partitions) are no problem for Linux. advanced installers like Yast automatically recognize them and make them available under Linux. However, sometimes the accession privileges are not as you need them. In order to make a fat partition (un)mountable to all users and make every file/directory +rwx for everybody, the fstab needs to look like this: /dev/hda2 /media/windows/E vfat defaults,users,uid=500,gid=100,umask=000 0 0
Additionally Linux owner 500 and group 100 mapped as an for all files.