Split APE and FLAC Files in Ubuntu and Add Tags by Cue File. Did you ever downloaded a single APE or FLAC file consisting of multiple songs? If so, it's quite annoying to try and listen to only one song. But you can split the files into multiple songs exactly like in the cue file (each song's start and end time are saved in the cue file, so we'll know where to cut the big file). What you need to split APE and FLAC files by Cue file 1. You need "cuebreakpoints" (part of "cuetools") and "shnsplit" (which is part of the "shntool"), so open a terminal and paste this: sudo apt-get install cuetools shntool a) For APE files, you need to install the "Mac" package. B) For FLAC and WAV you need to install "flac" and "wavpack", so paste this in a terminal: sudo apt-get install flac wavpack Shnsplit requires a list of break-points with which to split an audio file.
Splitting the APE and FLAC files cuebreakpoints *.cue | shnsplit -o flac *.ape ; cuebreakpoints *.cue | shnsplit -o flac *.flac ; As you can see, the output file format is specified via the "-o" option. Bumblebee brings nvidia optimus GPU switching to Linux users. nVidia Optimus and Ubuntu explained. Ffmpegthumbnailer vs totem-video-thumbnailer - Does not compute. Posted by Jakh Daven | Filed under ffmpegthumbnailer, video, benchmarks, totem Benchmarking the above thumbnailers I recorded the time taken to thumbnail a set of 26 videos of nearly 200 mb each.
Tested on Ubuntu Lucid with Totem 2.30.1 and ffmpegthumbnailer 2.0.0 Uname output: Linux atlantis 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:28:05 UTC 2010 x86_64 GNU/Linux The following code was used: ffmpegthumbnailer: time (IFS=$(echo -en "\n\b"); for file in `ls`; do /usr/bin/time -o $file.ffmpeg.txt ffmpegthumbnailer -f -i $file -o $file.ffmpeg.png; done;) totem-video-thumbnailer: time (IFS=$(echo -en "\n\b"); for file in `ls`; do /usr/bin/time -o $file.totem.txt totem-video-thumbnailer $file $file.totem.png; done;) The following is the list of videos used: Results: ffmpegthumbnailer: real 0m2.205s user 0m1.360s sys 0m0.480s generated thumbnails and time taken for each file totem-video-thumbnailer real 0m28.842s user 0m25.330s sys 0m1.530s generated thumbnails and time taken for each file.
Totem-video-thumbnailer - video thumbnailer for the GNOME desktop. Créer des thumbnails vidéo dans Nautilus sans utiliser Totem (Page 1) / Lecture et configuration multimédia. Par défaut, un bureau Gnome crée les thumbnails (ou vignettes, ou miniatures) des vidéos dans Nautilus grâce à Totem.Seulement, malgré ses qualités, Totem n'est pas le lecteur vidéos du siècle. Et beaucoup d'entre nous utilise un lecteur alternatif. Du coup, garder Totem seulement pour les vignettes s'avère un peu idiot.De même, certains utilise Totem mais aimeraient pouvoir configurer leurs vignettes à leur guise (effet "pellicule" ou non, ratio fixe ou non, etc.).
Confronté à ce problème, j'ai finis par trouver la solution qui me convient. Je la rapporte ici pour ceux que ça intéresse (et pour m'en rappeler au besoin ^^). Elle se base sur le très efficace logiciel ffmpegthumbnailer. Mais tout d'abord, pour les utilisateurs de Mplayer, je vous renvois au tuto plus spécifique de Sleeper. Pour les autres (puristes de la vignettes ou utilisateurs de VLC par exemple), suivez les instructions qui suivent (astuce issu originellement du forum de Gentoo et améliorée ici). 1. 2. 3. 4. 5. 6. 1.