PupFF v1.0 release

Stuff that has yet to be sorted into a category.
Message
Author
User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#16 Post by technosaurus »

I know it isn't really pretty but here is a basic gtkdialog version. Since PupFF was taken I am calling it Woo-ff.

WYSIWYG

(except one bonus - I added it to the "open with" directory so you can right click to convert)

(one other bonus - its like 1000 times smaller)

License is public domain - have at it. (its a gtkdialog bash script so the pet is also the source)
Attachments
woo-ff.png
(18.53 KiB) Downloaded 1650 times
woo-ff-0.1.pet
(2.56 KiB) Downloaded 767 times
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
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#17 Post by DaveS »

This is a really interesting utility Technosaurus. I took a look at the script, and it looks like it will convert one video format to another, leaving pretty much everything else alone, which is great. BUT. (There is always a but :))
I download video from the web to use on my Walkman. Like all portable players, it is very fussy over format, esp size. The ffmpeg command line that does it is

Code: Select all

ffmpeg -i "in.mp4" -s 320x180 -aspect 16:9 -b 1250k -ab 80k "out.mp4"
where the file names are in.mp4 and out.mp4
How could I modify the script to use this? Maybe mod the ipod command as I dont have an ipod?
Spup Frugal HD and USB
Root forever!

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

#18 Post by technosaurus »

DaveS

If you look at the if then statement that runs ffmpeg, I have it set up to do a quick ipod conversion. Adding another checkbox (or more likely a dropdown combobox) for the walkman would be a fairly trivial cut and paste. Anyhow I will start a new thread and post it when I get home.


Sorry about the thread hijacking. You can turn the plane now.
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
DaveS
Posts: 3685
Joined: Thu 09 Oct 2008, 16:01
Location: UK

#19 Post by DaveS »

OK, Thanks.
Spup Frugal HD and USB
Root forever!

User avatar
sunburnt
Posts: 5090
Joined: Wed 08 Jun 2005, 23:11
Location: Arizona, U.S.A.

#20 Post by sunburnt »

Hi gposil; Simple Q.. Why doesn`t pupff do x264 ?

Also I`m going to test avimerge to see if it works well.
It would be a very nice addition to pupff for doing vobs.

Also I got "beep" so monitor and speakers arn`t needed.
A perfect audio notice of job completion for pupff...
Having a regular sound notice would be good too.
Maybe an option to enable either one or both of them.

I thought it`d be nice if it was smaller, about 2/3 it`s size.
Put Convert to ... and Device Presets side by side.
And you could put 2 Pass and Deinterlace to the right
of the Aspect Ratio box, above and below each other.

thebeaky
Posts: 49
Joined: Sat 09 May 2009, 09:29

cant get it to work

#21 Post by thebeaky »

Dont know if this is the right place for this, but it seems to just show a message saying its done, and try to play the file which turns out not to exist.

User avatar
kazzamozz
Posts: 70
Joined: Sat 25 Jul 2009, 09:09
Location: Melbourne, Australia
Contact:

wooff

#22 Post by kazzamozz »

I had the same problem, using it under Puppy 4.3.1 :cry:
Looked good, and easy to use but had no joy.

However after a reboot, it seems to be working fine now, so will see what the end result is. :)


Please what is the best program pet or sfs for quality in Ripping DVDs to Avi files
Cheers
Kazzamozz

Frank Cox
Posts: 378
Joined: Sun 01 Nov 2009, 06:05

Thanks

#23 Post by Frank Cox »

Maybe this thread should be renamed because Gospils site is obviously no longer owned by him .

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

#24 Post by technosaurus »

If anyone has a copy of the pet and source, please mirror.

Most of the pupFF stuff has been integrated into my woo-ff and later to shinobar's ffconvert.

I've stopped working on woo-ff in favor of supporting shinobar's project, since it does about the same thing and looks nicer.
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].

Frank Cox
Posts: 378
Joined: Sun 01 Nov 2009, 06:05

LOL

#25 Post by Frank Cox »

Now you tell me!

LOL!

I don't mean to sound ungrateful for all your work because I do appreciate it but is there a way to make this work without having to change all the filenames?
It refused to work until I removed all the spaces.
Also how do you get it to select all the files in a directory at once?

Is it worth the difference to change now that it is installed and working?
\
Thanks

Post Reply