Use the following command to convert rm files to ogg files.
$ mplayer “aks1.rm” -ao pcm:file=temp.wav | oggenc -q 10 -o “aks1.ogg” temp.wav
$ rm temp.wav
Use the following command to convert rm files to ogg files.
$ mplayer “aks1.rm” -ao pcm:file=temp.wav | oggenc -q 10 -o “aks1.ogg” temp.wav
$ rm temp.wav
For some reason, when compiz is running VLC does not show any video. I found the work around to the issue by following the below instructions
I am adding a script which will convert the mp3 from a folder to ogg. mpg123 and oggenc are prerequisite for this scirpt. It can be download from http://mayankjohri.files.wordpress.com/2007/08/mp32ogg.pdf
The PreReq’s are mpg123, vorbis-tools, python-id3
Steps to follow
Unfortunately Slackware 12.0 does not unable update of OS by default, slackpkg needs to be installed from the install CD/DVD which is located in “extra\slackpkg” folder.
installpkg slackpkg*.tgz
uncomment only one mirror on /etc/slackpkg/mirrors file which represent your version.
slackpkg update; slackpkg upgrade-all
the above command will upgrade your machine.
Edit the server file at ~/.subversion/servers
$ vi ~/.subversion/servers
Add or update the following values in the file
http-proxy-host = <Fill the proxy server name>
http-proxy-port = <Proxy Port>
When Compiz is running then the title bar on maximized windows are drawn completely white for my Laptop R32.
The solution of the issue is to create /etc/drirc file with the following contents:
<option name=”allow_large_textures” value=”2″ />
Eg:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\\.osd] @="SoftGrid.osd.File" "Content Type"="application/softricity-osd"
[HKEY_CLASSES_ROOT\\SoftGrid.osd.File\\shell\\UpdateOSD]
[HKEY_CLASSES_ROOT\\SoftGrid.osd.Fileshell\\UpdateOSD\\Command] @="\"C:Program Files\\AddTabsToOSD\\addTabsToOSD.exe\" \"%1\""
The above reg key will add UpdateOSD menu for .osd file type
edit the /etc/pacman.conf on your slackware/frugalware machine and add or update the following.
ProxyServer = your.proxy.server ie proxy.domain.comProxyPort = your_proxy_port ie 8080