Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.0

Description:
A modification of the "Quick and Dirty Transcoder" script to use ffmpeg instead of gstreamer. Very quick-and-dirty, only usable for transcoding files for transfer to media devices, but as far as I know the only way one can transcode to wma for a wma player.

Ratings & Comments

3 Comments

matiascaceres

hello. Your script is very great, but the quality of the output (when I trancode to an ipod) is always 64kbps. I want to convert my files to 128 kbps. Who I can get this? pd: sorry but I speak spanish and my english is no so good xDDD

Twinkle

64 kbps is, indeed quite poor. You can edit the script (right-click on the script name in the script manager and hit edit). At approximately line 105 you'll see the call to ffmpeg. You can change it from: error=`ffmpeg -i "$file" "$outfile" 2>&1` to error=`ffmpeg -i "$file" -ab 128 "$outfile" 2>&1` in order to get 128 kb/s, etc.

Twinkle

64 kbps is, indeed quite poor. You can edit the script (right-click on the script name in the script manager and hit edit). At approximately line 105 you'll see the call to ffmpeg. You can change it from: error=`ffmpeg -i "$file" "$outfile" 2>&1` to error=`ffmpeg -i "$file" -ab 128 "$outfile" 2>&1` in order to get 128 kb/s, etc.

Pling
0 Affiliates
Details
license
version 0.0.1
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 1

Other Amarok 1.x Scripts:

Gnome Play Video in Totem
mwheatland
last update date: 19 years ago

Score 5.0

editLyrics-gnome
ZeeD
last update date: 19 years ago

Score 5.0

amarok Alarm
aroth
last update date: 16 years ago

Score 5.0

amaroK Web Collection V xmms
pti-jean
last update date: 16 years ago

Score 5.0

SongLogger
lucatnt
last update date: 17 years ago

Score 5.0

amaroK Web Collection
pti-jean
last update date: 16 years ago

Score 5.0



System Tags