Cclive video extraction utility - now with gui

Stuff that has yet to be sorted into a category.
Message
Author
User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#31 Post by mikeb »

3.1 outputs tp stderr 4.7 to stdout

quick fix line 93

Code: Select all

cclive -c -f $FORMAT -O "$DEST" $ADDRS 2> /tmp/tart."$FID" &
changed to

Code: Select all

	cclive -c -f $FORMAT -O "$DEST" $ADDRS > /tmp/tart."$FID" &
I will tart up the gui anyway and include new formats

mike

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#32 Post by aragon »

mike, that did the trick.

aragon

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#33 Post by mikeb »

I'm getting some odd behavoiur in relation to formats...there is a new list but seems to get upset when using some of them even when listed for the host...bear with me...Layout has been improved anyway :)

mike

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#34 Post by mikeb »

Moved to earlier post....
Last edited by mikeb on Sat 02 Jan 2010, 12:45, edited 2 times in total.

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#35 Post by mikeb »

This post is left intentionally vacant like its writer...
Last edited by mikeb on Sat 02 Jan 2010, 12:38, edited 1 time in total.

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#36 Post by mikeb »

See above...

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#37 Post by mikeb »

Bumped as updates to my gui for cclive buried in the second page...
mike

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#38 Post by aragon »

will try soon. i'm also preparing a new pkg for cclive 0.5.4 but if memory serves me right. this also needs a new pcre ( :roll: ... )

aragon

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#39 Post by mikeb »

Hmm...its marching on...I will check out if the gui I made needs any changes for it compared to 0.4.7.

mike

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#40 Post by aragon »

uploaded 0.5.7 to first post.

aragon

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#41 Post by mikeb »

Any clue as to what dependancy gives this
undefined symbol: _ZN7pcrecpp2RE6no_argE

mike

don't worry....its pcrecpp....can see it in there....
this stuff makes windows update look sedentary.

Looking at the changelog the gui I made for 0.4.7 should work apart from the mysterious now non default format fmt34.
The size is growing exponentially too.

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#42 Post by aragon »

mikeb wrote:The size is growing exponentially too.
some kb's might be the docs, license,... i try to act a little more correctly in terms of FOSS...

aragon

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#43 Post by mikeb »

I meant the binary but no problem...its still a useful application.
Had to fiddle with bash as what works in the terminal does not work in a script and this was upsetting the detection of running wget downloads with spaces in names...attachments updated.
I will check if any changes needed for the latest cclive later....

mike

actually ps on other distros needs extra options so will add those to as puppy's willl ignore them.

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#44 Post by mikeb »

Ok...only difference was a couple of new formats so added them....will still work on 0.4.7 just with the formats it can handle which is given in the 'hosts' list anyway....attachment updated.

mike

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#45 Post by aragon »

hi mike,

just tested your gui with 0.5.7 with 2 youtube-vids, worked well, the view-option is neat :D

aragon

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#46 Post by mikeb »

Oh good :)
Well ps -ef is compatible with the non busybox ps and the busybox one ignores it so I'll throw that in there.
just tested your gui with 0.5.7 with 2 youtube-vids, worked well, the view-option is neat
I think he's sticking with how cclive outputs data so that makes life easier. The view option was intended for machines that cannot keep up with adobe's test machines :lol:

mike

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

#47 Post by aragon »

mikeb wrote:The view option was intended for machines that cannot keep up with adobe's test machines
shit, i'm not allowed to use this... :cry:

User avatar
Eathray
Posts: 723
Joined: Sun 06 Sep 2009, 19:42

Not working

#48 Post by Eathray »

I tried installing two of the versions, I have pup 4.2.5. Neither seems to work and I can't find any place where they have installed to.

eathray

aragon
Posts: 1698
Joined: Mon 15 Oct 2007, 12:18
Location: Germany

Re: Not working

#49 Post by aragon »

Eathray wrote:I tried installing two of the versions, I have pup 4.2.5. Neither seems to work and I can't find any place where they have installed to.

eathray
cclive installs to /usr/bin.

you could allways test for the path of apps (if you know the name...) with

Code: Select all

which [appname]

in a terminal, so for our example

Code: Select all

which cclive
to help you more, please post which version of what (cclive, pcclive, ...) you've installed and how you tried to run it.

by the way, what is puppy 4.25?

aragon

User avatar
Eathray
Posts: 723
Joined: Sun 06 Sep 2009, 19:42

Re: Not working

#50 Post by Eathray »

aragon wrote:
Eathray wrote:I tried installing two of the versions, I have pup 4.2.5. Neither seems to work and I can't find any place where they have installed to.

eathray
cclive installs to /usr/bin.

you could allways test for the path of apps (if you know the name...) with

Code: Select all

which [appname]

in a terminal, so for our example

Code: Select all

which cclive

to help you more, please post which version of what (cclive, pcclive, ...) you've installed and how you tried to run it.

by the way, what is puppy 4.25?

aragon

Thanks for getting back to me, aragon. Quite by accident, I discovered a really simple solution. Firefox has a video capture plug-in:

https://addons.mozilla.org/en-US/firefox/addon/3006

Puppy 4.2.5 is apparently Puppy 4.3, which is what I tried to download. I don't know why, but that's what my system calls itself. (Early release??)

Thanks again

Eathray

Post Reply