FFConvert - multimedia converter

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
mama21mama

#101 Post by mama21mama »

:shock:
Attachments
ffconvert_es.tar.gz
/usr/share/locale/es/LC_MESSAGES/ffconvert.mo
/usr/share/doc/ffconvert/nls/ffconvert_es.po

md5sum: d255cdf1565ed2240e0c19d56ad782f1
(3.97 KiB) Downloaded 596 times

GaRailroader
Posts: 33
Joined: Thu 17 Jun 2010, 01:14
Location: Atlanta, GA

ffmpeg

#102 Post by GaRailroader »

FFConvert works beautifully on my Fluppy 10 installation to convert a flac file to MP3. On the same machine when I try to do the same task using ffmpeg I get an error for unknown encoder libmp3lame. What would the ffmpeg command look like that FFConvert is creating? Any help is greatly appreciated.

Pat

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#103 Post by trapster »

Try mp3lame instead of libmp3lame
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

GaRailroader
Posts: 33
Joined: Thu 17 Jun 2010, 01:14
Location: Atlanta, GA

#104 Post by GaRailroader »

Try mp3lame instead of libmp3lame
I tried that and got the same message.

Pat

User avatar
ravensrest
Posts: 365
Joined: Fri 22 Feb 2008, 16:43
Location: Grants Pass, Oregon

#105 Post by ravensrest »

I reported this in the Wary 5.0-final bug report, but that appears to be the wrong spot, so I'll retry here in the hopes someone can answer.

I can't seem to get FFConvert multimedia converter in Wary 5.0 to produce playable files. If I try to select and convert any ogg file (say Magic-Pilot.ogg) to an mp3 file using ffconvert, a file approximately 2.4 meg long is produced, but it lasts only a few milliseconds and is not recognizable. The command line produced by ffconvert is:

Code: Select all

ffmpeg -i "/data/music/1970s/Magic-Pilot.ogg" -y -f mp3  -acodec libvorbis -ab 128k    "/data/Magic-Pilot.mp3"
If I just convert using ffmpeg directly using either of these two statements from the command line:

Code: Select all

ffmpeg -i "/data/music/1970s/Magic-Pilot.ogg" -ab 128k "/data/magicpilot.mp3"
ffmpeg -i /data/music/1970s/Magic-Pilot.ogg -ab 128k /data/magicpilot.mp3
a 2.7 meg mp3 file is produced that plays correctly in any mp3 player I have tried.

What is wrong?

GaRailroader
Posts: 33
Joined: Thu 17 Jun 2010, 01:14
Location: Atlanta, GA

#106 Post by GaRailroader »

can't seem to get FFConvert multimedia converter in Wary 5.0 to produce playable files. If I try to select and convert any ogg file (say Magic-Pilot.ogg) to an mp3 file using ffconvert, a file approximately 2.4 meg long is produced, but it lasts only a few milliseconds and is not recognizable. The command line produced by ffconvert is:
ravensrest: Sorry I am no help with your problem. How are you able to determine what the command line that ffconvert generates is?

Pat

User avatar
ravensrest
Posts: 365
Joined: Fri 22 Feb 2008, 16:43
Location: Grants Pass, Oregon

#107 Post by ravensrest »

GaRailroader, there are two ways I know of to see the command FFConvert generates. First, while it is converting it creates a file "ffconvert..*.sh" in the /tmp/directory. Open this as a text file to see the command line. Second, if you run ffconvert in a terminal it will print the command to the terminal.
BS

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

Converting ogg to mp3

#108 Post by shinobar »

ravensrest wrote:I can't seem to get FFConvert multimedia converter in Wary 5.0 to produce playable files. If I try to select and convert any ogg file (say Magic-Pilot.ogg) to an mp3 file using ffconvert, a file approximately 2.4 meg long is produced, but it lasts only a few milliseconds and is not recognizable. The command line produced by ffconvert is:

Code: Select all

ffmpeg -i "/data/music/1970s/Magic-Pilot.ogg" -y -f mp3  -acodec libvorbis -ab 128k    "/data/Magic-Pilot.mp3"
Have you loaded the preset for 'MP3 Audio'?
Or, select 'libmp3lame' for the audio codec.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
ravensrest
Posts: 365
Joined: Fri 22 Feb 2008, 16:43
Location: Grants Pass, Oregon

#109 Post by ravensrest »

Shinobar, selecting the libmp3lame codec produces a usable mp3 file. Thanks, but why wouldn't one choose the vorbis codec when handling ogg files.
BS

User avatar
ASRI éducation
Posts: 3197
Joined: Sat 09 May 2009, 12:10
Location: France
Contact:

#110 Post by ASRI éducation »

French localisation : mo & po files.
If a French speaker has time to check...
:wink:

User avatar
hanzf
Posts: 161
Joined: Wed 11 Mar 2009, 21:39
Location: Belzig, Germany

#111 Post by hanzf »

Hello,

I recently found this thread and started to try ffconvert. I got a german version without being asked about that, I didn't mind because it happens to be my native language, but I didn't want these mutilated Umlaute.
L18L wrote: edit /usr/bin/ffconvert to:

Code: Select all

#!/bin/sh
# FFConvert - a frontend of ffmpeg
# 20 Jul 2010 by shinobar <shino@pos.to>
export OUTPUT_CHARSET=UTF-8
VERSION="1.0"
didn't help. (see german screenshot)
L18L wrote: You can launch ffconvert in English by

Code: Select all

LANG=en_US; ffconvert
Ok this worked partially, but now there are double entries in some menus, the same thing in german and in english (see english screenshot). How can that be fixed? English is ok for me because the rest of puppy is in english too, but I'd like to get rid of these redundand german entries.
Attachments
example.png
screenshot english with &quot;Screen size&quot; menu opened. &quot;Same as source&quot; option comes in 2 languages.
(11.13 KiB) Downloaded 1174 times
beispiel.png
screenshot german
(9.36 KiB) Downloaded 1154 times
Precise 5.7.1 frugal with .2fs
AMD Athlon 64 3700+
1000 MB RAM

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

ffconvert

#112 Post by L18L »

Hallo hanzf,
you wrote: I didn't want these mutilated Umlaute.
Your peispiel.png shows me that you have an outdated translation file which did NOT use UTF-8.
You can prove this if you like to by

Code: Select all

msgunfmt /usr/share/locale/de/LC_MESSAGES/ffconvert.mo
Take ffconvert.mo from http://murga-linux.com/puppy/viewtopic. ... 6&start=90 and copy it to /usr/share/locale/de/LC_MESSAGES.

Or just delete /usr/share/locale/de/LC_MESSAGES :wink:
Attachments
ffconvert-de.png
German ffconvert 1.0
(23.39 KiB) Downloaded 1321 times

User avatar
hanzf
Posts: 161
Joined: Wed 11 Mar 2009, 21:39
Location: Belzig, Germany

Re: ffconvert

#113 Post by hanzf »

L18L wrote: Your peispiel.png shows me that you have an outdated translation file which did NOT use UTF-8.

Take ffconvert.mo from http://murga-linux.com/puppy/viewtopic. ... 6&start=90 and copy it to /usr/share/locale/de/LC_MESSAGES.

Or just delete /usr/share/locale/de/LC_MESSAGES :wink:
thank you, the new .mo file fixed it.

I moved LC_MESSAGES to another place but then I still had these 2-language entries as shown in the example screenshot, so a pure english version seems hard to get. Strange thing.
Precise 5.7.1 frugal with .2fs
AMD Athlon 64 3700+
1000 MB RAM

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Re: ffconvert

#114 Post by L18L »

hanzf wrote:thank you, the new .mo file fixed it.

I moved LC_MESSAGES to another place but then I still had these 2-language entries as shown in the example screenshot, so a pure english version seems hard to get. Strange thing.
really strange...
Not on my system. Could you try my version (ffconvert-1.0) attached?
click on it to decompress and move it into /usr/bin.

please use

Code: Select all

LANGUAGE=en ffconvert
not

Code: Select all

LANGUAGE=en; ffconvert
Thanks for reporting.
Attachments
ffconvert.gz
decompress it by clicking and yes
(7.8 KiB) Downloaded 465 times

User avatar
hanzf
Posts: 161
Joined: Wed 11 Mar 2009, 21:39
Location: Belzig, Germany

Re: ffconvert

#115 Post by hanzf »

L18L wrote: Could you try my version (ffconvert-1.0) attached?
click on it to decompress and move it into /usr/bin.

please use

Code: Select all

LANGUAGE=en ffconvert
not

Code: Select all

LANGUAGE=en; ffconvert
Thanks for reporting.
Thank you.
Still the same strange thing. The german version is good now, so it's ok for everyday use, but I wonder what this 2-language effect might be.
Precise 5.7.1 frugal with .2fs
AMD Athlon 64 3700+
1000 MB RAM

User avatar
sheepy
Posts: 233
Joined: Sat 07 May 2011, 03:26
Location: GA
Contact:

#116 Post by sheepy »

For some reason, if I try to convert files that are in another partition, it says "No files were converted" and exits.

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#117 Post by playdayz »

shinobar,

Will ffconvert use ffmpeg -0.8.x if it is available? The multimedia upgrade for Lucid 5.2.8 has ffmpeg 0.8.x (ie., libavcodec.so.53) in addition to the default ffmpeg 0.6 (libavcodec.so.52).

I think I see--does ffconvert use whichever libavcodec is pointed to by the libavcodec.so symlink? Thanks.

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#118 Post by technosaurus »

@playdayz
It is just a frontend to the ffmpeg binary and should continue to work until something drastic in ffmpeg's CLI changes. Keep in mind though that there are versioned api's now and most things get backported. So now if upstream does something stupid like changing bitrate defaults to be in kbytes instead of bytes (yeah - it broke a lot of scripts when they pulled that one) ... you can simply use the latest stable version in that series
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

User avatar
shinobar
Posts: 2672
Joined: Thu 28 May 2009, 09:26
Location: Japan
Contact:

ffconvert with ffmpeg-0.8

#119 Post by shinobar »

@playdayz
Recent ffmpeg is in wary-5.2, and ffmpeg 0.8 is in dpup exprimo.
FFConvert-1.0 is tested on them and works ok.
technosaurus wrote:It is just a frontend to the ffmpeg binary and should continue to work until something drastic in ffmpeg's CLI changes.
Right.
ffmpeg 0.8 has changed only some advanced options which users have to manage.
Downloads for Puppy Linux [url]http://shino.pos.to/linux/downloads.html[/url]

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#120 Post by playdayz »

technosaurus wrote:
It is just a frontend to the ffmpeg binary and should continue to work until something drastic in ffmpeg's CLI changes.
Thanks technosaurus and shinobar. That is what I was asking. I didn't know if ffconvert used the libraries directly such as as libavcodec. Now that I understand, I can see that when ffmpeg is upgraded as it is the the "Super Multimedia Upgrade" for Lucid 5.2.8"that ffconvert will use the upgraded ffmpeg.

Post Reply