The time now is Sun 26 May 2013, 04:32
All times are UTC - 4 |
|
Page 9 of 13 [194 Posts] |
Goto page: Previous 1, 2, 3, ..., 7, 8, 9, 10, 11, 12, 13 Next |
| Author |
Message |
kenbanistu
Joined: 08 Jan 2009 Posts: 30
|
Posted: Fri 04 Nov 2011, 13:39 Post subject:
|
|
Under Wary 5.2 ffconvert's dropdown lists cause my cpu usage to shoot through the roof and my computer becomes very very slow until a selection is made and the list closes, then everything goes back to normal. I don't know if this is a ffconvert problem or a wary problem (I don't have this trouble in puppy 4.3.1) but something somewhere clearly isn't right.
--Ken
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7758 Location: Stratford, Ontario
|
Posted: Fri 04 Nov 2011, 13:44 Post subject:
|
|
Run it from the command line and see if it throws up any error messages.
|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2257 Location: Japan
|
Posted: Thu 10 Nov 2011, 22:17 Post subject:
cpu usage with gtkdialog3 combobox |
|
| kenbanistu wrote: | | Under Wary 5.2 ffconvert's dropdown lists cause my cpu usage to shoot through the roof and my computer becomes very very slow until a selection is made and the list closes, then everything goes back to normal. |
I can reproduce the issue on Wary-5.2.2 RC.
Seems the gtkdialog3/4 problem on the recent Wary/Racy.
It does not occur on Wary-511.
See also:
http://murga-linux.com/puppy/viewtopic.php?t=71767&start=231
_________________ Multilingual Wary-511
Lucid Puppy Quickset edition
Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2476 Location: Ontario
|
Posted: Sat 12 Nov 2011, 12:27 Post subject:
combobox bug |
|
| shinobar wrote: | | Seems the gtkdialog3/4 problem on the recent Wary/Racy. |
Barry Kauler has written about this HERE
_____________________________________________________
|
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1517
|
Posted: Thu 01 Dec 2011, 00:03 Post subject:
|
|
I finally got around to testing this app out and want to say thanks alot for making this shinobar. I really wanted to have the ability to rip dvds and pipe the stdout directly into ffmpeg without having to rip to the hard drive first. With quite a bit of hacking I was able to add that feature to your script. I used code from pdvdrsab & pcdripper to accomplish this. If you tick the checkbox for "use dvd" vobcopy should find the longest title and add that number to the box to the left. You can change that number if you want to rip a different title on the dvd (most times this will rip the main title). I'm guessing there may be some interest in having that feature so I'll attach the revised script here.
| Description |
|
| Filesize |
72.55 KB |
| Viewed |
396 Time(s) |

|
| Description |
|

Download |
| Filename |
ffconvert.tar.gz |
| Filesize |
8.68 KB |
| Downloaded |
156 Time(s) |
|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2257 Location: Japan
|
Posted: Fri 02 Dec 2011, 08:20 Post subject:
rip dvds |
|
| plinej wrote: | | I'm guessing there may be some interest in having that feature so I'll attach the revised script here. |
plinej, it's so great!
I will merge your code in next rerease.
_________________ Multilingual Wary-511
Lucid Puppy Quickset edition
Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2257 Location: Japan
|
Posted: Sat 24 Dec 2011, 05:18 Post subject:
h.264(MPEG4 AVC) with recent version of ffmpeg |
|
You may need to edit the file ~/.config/ffconvert/ffconvert.rc for h.264(MPEG4 AVC) with recent version of ffmpeg. See the top post.
_________________ Multilingual Wary-511
Lucid Puppy Quickset edition
Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
|
Back to top
|
|
 |
darkcity

Joined: 23 May 2010 Posts: 2215 Location: near here
|
Posted: Thu 29 Dec 2011, 13:44 Post subject:
|
|
Hi Shinobar, thanks for making this app, I am running on puppy 5.28. From testing I got these points-
1) running ffconvert from the command line, I also get the error when pressing the preset drop down menu. Also, the message boxes 'loading' do not close - and have to be closed manually.
2) selecting 'WAV audio for CD' preset does not change the audio encoder, which encoder should be used?
3) the 'vorbis' encoder is not recognised by ffmpeg - switching to 'libvorbis' works. does the 'vorbis' option work in any version? if not you could change the preset to 'libvorbis'.
_________________ Wiki Audacity 2.0.1
|
|
Back to top
|
|
 |
darkcity

Joined: 23 May 2010 Posts: 2215 Location: near here
|
Posted: Thu 29 Dec 2011, 14:02 Post subject:
|
|
It seems the simplest command works well to make WAV,
| Code: | | ffmpeg -i inputfilename.mp3 outputfilename.wav |
http://archivematica.org/wiki/index.php?title=MP3_to_WAV_using_FFmpeg
so maybe get FFconvert to build that command?
_________________ Wiki Audacity 2.0.1
|
|
Back to top
|
|
 |
shinobar

Joined: 28 May 2009 Posts: 2257 Location: Japan
|
Posted: Thu 29 Dec 2011, 18:25 Post subject:
'WAV audio for CD' preset is broken |
|
| darkcity wrote: | | 2) selecting 'WAV audio for CD' preset does not change the audio encoder, which encoder should be used? |
Tnx for the report.
The 'WAV audio for CD' preset is broken. Use the 'WAV audio for secondlife' instead.
I do not recommend the code 'ffmpeg -i inputfilename.mp3 outputfilename.wav' because the source is not always match the sampling rate(to be 44100) and channels(to be stereo).
But you need not ffconvert if you burn the audio cd by the pburn.
_________________ Multilingual Wary-511
Lucid Puppy Quickset edition
Downloads for Puppy Linux http://shino.pos.to/linux/downloads.html
|
|
Back to top
|
|
 |
ferro10n
Joined: 15 Jun 2011 Posts: 106
|
Posted: Thu 29 Dec 2011, 23:24 Post subject:
Enhanced Spanish translation for FFConvert Subject description: plus Portuguese localization |
|
shinobar-san,
I've checked and corrected the existing Spanish translation for FFConvert taken from the .po file included in lang_pack_all_0.9.sfs. I also made a Portuguese translation:
| Description |
Portuguese translation for FFConvert
|

Download |
| Filename |
ffconvert_pt_BR.tar.gz |
| Filesize |
4.01 KB |
| Downloaded |
123 Time(s) |
| Description |
enhanced Spanish translation for FFConvert
|

Download |
| Filename |
ffconvert_es_enhanced.tar.gz |
| Filesize |
3.99 KB |
| Downloaded |
131 Time(s) |
_________________ A beginner Puppy Linux user
Intel(R) Celeron(R) CPU 2.13GHz 512MB
LiveCD user
|
|
Back to top
|
|
 |
darkcity

Joined: 23 May 2010 Posts: 2215 Location: near here
|
Posted: Fri 30 Dec 2011, 12:15 Post subject:
Re: 'WAV audio for CD' preset is broken |
|
| shinobar wrote: | | darkcity wrote: | | 2) selecting 'WAV audio for CD' preset does not change the audio encoder, which encoder should be used? |
Tnx for the report.
The 'WAV audio for CD' preset is broken. Use the 'WAV audio for secondlife' instead.
I do not recommend the code 'ffmpeg -i inputfilename.mp3 outputfilename.wav' because the source is not always match the sampling rate(to be 44100) and channels(to be stereo).
But you need not ffconvert if you burn the audio cd by the pburn.  |
Thanks I'll use the 'WAV secondlife' option.
I'm trying different options for burning CDs. I think my CD drive may be breaking or/and Pburn doesn't recognise it. Going to try FFconvert(mp3->WAV) and k3B(Burn) next.
_________________ Wiki Audacity 2.0.1
|
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 5245 Location: Valåmoen, Norway
|
Posted: Fri 30 Dec 2011, 12:29 Post subject:
Re: 'WAV audio for CD' preset is broken |
|
| darkcity wrote: | I think my CD drive may be breaking or/and Pburn doesn't recognise it. Going to try FFconvert(mp3->WAV) and k3B(Burn) next.  | Nothing wrong with K3b and FFconvert, but if Pburn could be improved, I am listening....
Sigmund
_________________ Stardust resources
|
|
Back to top
|
|
 |
darkcity

Joined: 23 May 2010 Posts: 2215 Location: near here
|
Posted: Fri 30 Dec 2011, 12:53 Post subject:
Re: 'WAV audio for CD' preset is broken |
|
| zigbert wrote: | | darkcity wrote: | I think my CD drive may be breaking or/and Pburn doesn't recognise it. Going to try FFconvert(mp3->WAV) and k3B(Burn) next.  | Nothing wrong with K3b and FFconvert, but if Pburn could be improved, I am listening....
Sigmund |
Thanks Sigmund. Just testing at moment, it may be a bad drive in this computer
_________________ Wiki Audacity 2.0.1
|
|
Back to top
|
|
 |
playdayz

Joined: 25 Apr 2008 Posts: 3705
|
Posted: Wed 04 Jan 2012, 12:34 Post subject:
|
|
Hi shinobar. I am working on the Pmusic_Upgrade 002 for Lucid 5.2.8, which replaces the old Multimedia Upgrade. I looked at your configure options and improved my own--it uses ffmpeg 0.8.9.
I was able to convert wmv to mpeg2 by selecting NTSC DVD fullscreen and changing output File Format to mpeg (mpg). Also, I was able to burn wmv to DVD using Pburn 3.4.1. These were the two that you had problems with I think.
I think ffconvert can be a very useful program. If you revise it I suggest possibly including a "Basic" interface that only shows the most popular options--then we could test those all very thoroughly. The Basic interface could include audio to mp3, m4a, flac, ogg and video to mp4, mpeg2, xvid, just for examples.
I got some messages while I was playing around with ffconvert.
1. using the preset MPEG4 Audio I received the following message, and I noticed that there is no m4a in the File Format list.
| Quote: | Duration: 00:03:55.12, start: 0.000000, bitrate: 193 kb/s
Stream #0.0: Audio: mp3, 44100 Hz, stereo, s16, 192 kb/s
[NULL @ 0x8064520] Requested output format 'm4a' is not a suitable output format
/root/Loser.m4a: Invalid argument
ffmpeg -i "/mnt/sda1/Users/sunshine/Music/Beck - Mellow Gold/Loser.mp3" -y -f m4a -acodec libfaac -ab 112k -ac 2 "/root/Loser.m4a"
Press [ENTER] to exit : |
2. I got a message when I choose aac from the Audio codec menu.
| Quote: | Duration: 00:03:14.89, start: 0.000000, bitrate: 184 kb/s
Stream #0.0: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s
encoder 'aac' is experimental and might produce bad results.
Add '-strict experimental' if you want to use it.
Or use the non experimental encoder 'libfaac'.
ffmpeg -i "/mnt/sda1/Users/sunshine/Music/Beck - Mellow Gold/Pay No Mind (Snoozer).mp3" -y -f mp4 -acodec aac -ab 112k -ac 2 "/root/Pay No Mind (Snoozer).mp4"
Press [ENTER] to exit :
|
3. I also got the same message as darkcity above when I chose vorbis from the Audio Codec menu.
| Quote: | Duration: 00:03:56.69, start: 0.000000, bitrate: 205 kb/s
Stream #0.0: Audio: mp3, 44100 Hz, stereo, s16, 224 kb/s
encoder 'vorbis' is experimental and might produce bad results.
Add '-strict experimental' if you want to use it.
Or use the non experimental encoder 'libvorbis'.
ffmpeg -i "/mnt/sda1/Users/sunshine/Music/Beck - Mellow Gold/Soul Suckin Jerk.mp3" -y -f ogg -acodec vorbis -ab 112k -ac 2 "/root/Soul Suckin Jerk.oga"
Press [ENTER] to exit :
|
I can work around these messages. I mention them in case you revise ffconvert. Thanks.
|
|
Back to top
|
|
 |
|
|
Page 9 of 13 [194 Posts] |
Goto page: Previous 1, 2, 3, ..., 7, 8, 9, 10, 11, 12, 13 Next |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|