Persistent Transcode

Persistent Transcode is a simple Perl script to transcode files (reduce size and quality) when transferring to a portable device
Download

Persistent Transcode Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Leslaw Kopec
  • Publisher web site:
  • http://www.kde-apps.org/content/show.php/Persistent+Transcode?content=67868

Persistent Transcode Tags


Persistent Transcode Description

Persistent Transcode is a simple Perl script to transcode files (reduce size and quality) when transferring to a portable device Persistent Transcode is a simple Perl script to transcode files (reduce size and quality) when transferring to a portable device. The persistent storage feature allows to save converted files to a user specified directory. Next time Amarok asks for the same file the script will point to the proper location instead of transcoding it again. Currently the script can transcode:- FLAC to Ogg Vorbis- Ogg Vorbis to Ogg Vorbis- MP3 to Ogg Vorbis Usage:Simply run this script and select "Transcode before transferring to device" and "Whenever possible" in the Configure Media Device window. To take advantage of the persistent transcoding feature you have to edit the script and set the source and target variables. For example when you are transcoding ~/audio/collection/Artist/Album/Track.flac and you set: my $source_dir = $ENV{HOME}."/audio/collection"; my $target_dir = $ENV{HOME}."/audio/portable"; the converted file will be saved as ~/audio/portable/Artist/Album/Track.ogg If you don't want to store transcoded files for further use simply select "Remove transcoded files after transfer" and leave source/target directory configuration at default values. Requirements: · Perl with URI::Escape and String::ShellQuote modules (on Debian/Ubuntu look for libstring-shellquote-perl and liburi-perl packages) · oggenc (vorbis-tools package) · oggdec · vorbiscomment · mp32ogg with --quality option support (transcoding mp3 to ogg)


Persistent Transcode Related Software