December 17th, 2009 at 6:08pm |
Although you can use K9Copy to extract the audio track from DVD some times is more convenient to use the commanline.
Ripping the sound track of a DVD movie through the terminal can be achieved using transcode and lsdvd commands.
Read the rest of Extract audio from a DVD in linux
December 2nd, 2009 at 7:25pm |
here is a list of handy Ubuntu Linux DVD backup tools:
Read the rest of linux DVD backup tools
November 19th, 2009 at 10:55am |
Various graphical applications can do that when you are manipulating a xvid or mpeg video, from VLC to Avidemux.
However if you want to extract the audio from a wmv video and none of them work mplayer does!
mplayer tmp.wmv -dumpaudio -dumpfile audio.mp3
Read the rest of Dump audio track from wmv video
November 19th, 2009 at 10:51am |
How to convert ogv (ogg video) to avi (audio video interlaced):
mencoder -idx input.ogv -ovc lavc -oac mp3lame -o output.avi
This is particularly useful to convert the output of recordmydesktop desktop recorder.
Read the rest of convert ogv to avi
October 14th, 2009 at 12:40pm |
mkvdts2ac3 is a bash script which can be used for converting the DTS in Matroska (MKV) files to AC3. It’s especially useful whenever you happen to have a Matroska mkv video which has more than one audio tracks and some of them are AC3 whereas some other are in DTS. Willing to compact the movie [...]
Read the rest of Convert DTS tracks to AC3
October 14th, 2009 at 11:29am |
If you are willing to buy a tablet for drawing, photo editing, writing, or simply having fun I strongly advise you to only focus on Wacom tablets. Despite not providing official support for linux that company actively supports linux open source driver development and is also eager to provide assistance for linux users. At the [...]
Read the rest of use wacom bamboo tablet as a touchpad with relative mapping
April 15th, 2009 at 6:21pm |
SMILE is a slideshow building program by Stephane Gibault, author of manDVD, and is the successor to manslide.
Currently it’s not possible to use both manDVD and SMILE since they make use of different versions of sox tools. The successor of manDVD (called 2manDVD on which the Stephane is currently working on) will be compatible with [...]
Read the rest of SMILE – Powerful Slideshow Maker In Linux
January 19th, 2009 at 2:59pm |
Ecco come dividere l’unico grande file .flac in tanti file quante sono le canzoni che contiene e taggarle in automatico con il file cue:
Prima di tutto installiamo cuetools, shntool e flac:
sudo apt-get install cuetools shntool flac
Fatto questo siamo pronti a dividere il file con il segunte comando:
cuebreakpoints foo.cue | shnsplit -o flac bar.flac
Dove foo.cue e’ [...]
Read the rest of Dividere un file con il relativo CUE
January 18th, 2009 at 3:38pm |
3GPP AMR is a widespread audio file format in mobile devices.
Currently there is no support under linux. The only option you have is to transcode them to a playable format.
Read the rest of Encode/decode 3GPP AMR files
January 5th, 2008 at 9:16am |
http://audacityteam.org/wiki/index.php?title=Click_Removal
In order to be able to remove clicks from recordings using audacity you can use various tools among which the hard-limiter plugin which is available in the swh-plugins package in the Ubuntu repositories.
Install it:
apt-get install swh-plugins
Then you’ll then find it in Effects menu under Plugins 46-60 submenu
Read the rest of remove audio clips with Audacity (hard limiter)