Ucview Webcam Capture

Paint programs, vector editors, 3d modelers, animation editors, etc.
Message
Author
User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#31 Post by jemimah »

Have you tried FFconvert from Shinobar?

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#32 Post by edoc »

Is there an option to convert AVI to AMR in FFconvert.

We couldn't find it.

CORRECTION:

My error, it wants AMV not AMR ... there is an option in wo-ff for AMR but not for AMV.

BTW: I did a conversion to AMR but it is identified in Puppy as a text file ... though that could be a mis-ID.
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#33 Post by edoc »

I found this page of AMV sample files but the MP4 player that will only play AMV files says that the file format is wrong.

http://samples.mplayerhq.hu/amv/

Can someone test them on a known-good MP4 player that handles AMV and tell me if they are OK?

I need to know if this is just another piece of cheap Chinese fake-MP4 junk hardware that needs to be returned or if something else is going on with more than one AMV file format out there.

Sigh.
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#34 Post by jemimah »

I rebuilt ucview with the newest libtheora and now theora encoding doesn't crash. Yay! Updates coming for Puppeee and Fluppy.

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#35 Post by abushcrafter »

Yay :D! Could you also build it for other puppy's please.
[url=http://www.adobe.com/flashplatform/]adobe flash is rubbish![/url]
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/

User avatar
jemimah
Posts: 4307
Joined: Wed 26 Aug 2009, 19:56
Location: Tampa, FL
Contact:

#36 Post by jemimah »

Which Puppies?

Surely there's a UCview package in the Ubuntu repo that would work with LuPu?

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#37 Post by abushcrafter »

I was think of a generic build that would work of 4.3.* or newer. How ever I can't test it until I get my non UVC logitech quick cam express webcam working. Then there's the though of that am am considering using Fluppy as a base for my system...
[url=http://www.adobe.com/flashplatform/]adobe flash is rubbish![/url]
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#38 Post by MU »

nice, many thanks!

Example video, grabbed with 1 frame every 5 seconds, then encoded with 25 fps (resulting in 125* speed):
http://www.youtube.com/watch?v=n9VAk_EN_Yc


using a subfolder called "1" to store the jpg frames:


grab.sh

Code: Select all

#!/bin/bash


thedir=1

while [ 1 ];do


 ffmpeg  -y -f video4linux2 -s 960x720 -r 1 -t 1 -i /dev/video $thedir/`date +%s`.jpg

# ffmpeg  -y -f video4linux2 -s 1280x960 -r 1 -t 1 -i /dev/video $thedir/`date +%s`.jpg

 sleep 5

done
encode.sh

Code: Select all

#!/bin/bash

thedir=1



#-vf eq2=gamma:contrast:brightness:saturation
#where gamma 0.1 - 10 (default 1.0), contrast -2 − 2 (default 1.0), brightnes -1 - 1 (default 0.0),
#saturation 0 − 3 (default 1.0),

#res="w=640:h=480"
res="w=960:h=720"


mencoder-mt mf://$thedir/*.jpg -mf $res:fps=25:type=jpg -ovc lavc \
    -vf eq2=1.4:1.2:0.0:1.5 \
    -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o output-$thedir.avi
To encode I used this mencoder:
http://dotpups.de/puppy4/dotpups/Multim ... ltiThread/

Mark
[url=http://murga-linux.com/puppy/viewtopic.php?p=173456#173456]my recommended links[/url]

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#39 Post by greengeek »

Does anyone have a copy of the ucview pet please?
Jemimah - please come home. There is much to do.
Attachments
ucview.jpg
(52 KiB) Downloaded 406 times

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#40 Post by CatDude »

Hello greengeek
greengeek wrote:Does anyone have a copy of the ucview pet please?
Jemimah - please come home. There is much to do.
After a quick search, it appears that the missing package from page 1 is/was unicap-0.9.5-i486.pet
you can grab a copy from here: http://akita.scottjarvis.com/

Hope that helps.
CatDude
.
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#41 Post by greengeek »

Many thanks Musher - that did the trick.
cheers!

User avatar
greengeek
Posts: 5789
Joined: Tue 20 Jul 2010, 09:34
Location: Republic of Novo Zelande

#42 Post by greengeek »

greengeek wrote:Many thanks Musher
Musher? Why did I call you musher?? Sorry CatDude!! I get you confused with musher sometimes because you are both so helpful and your avatars look a little bit similar. :-)

User avatar
pri
Posts: 342
Joined: Fri 09 Oct 2009, 18:31
Location: Bandung Indonesia
Contact:

thks to script

#43 Post by pri »

goota use this to spy my lappy using telegram :D script always back to puppy. but iam using avconv. no ffmpeg on debian
Learning by Doing

Post Reply