--
Guohua Tang
Research Center for Information Retrieval, Harbin Institute of Technology
ir.hit.edu.cn/~tangguohua --- icycandy.com
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
04-02-2011, 11:15 PM
Ian Malone
recording from a webcam, cheese, vlc
> 2011/3/26 Ian Malone <ibmalone@gmail.com>
>>
>> Hi,
>>
>> I'm trying to record from a webcam and getting terrible performance
>> from Cheese and problematic performance from VLC. Is anyone able to
>> either tell me how to get one of them working properly or suggest
>> another app that will work? Details (hardware at bottom)
>>
On 26 March 2011 15:14, Guohua Tang <tgh728@gmail.com> wrote:
> Hi,
>
> Maybe you can try FFmmpeg, see here.
>
Thanks, with a bit of tweaking I'm able to record with ffmpeg, though
it's a pity this means I can't preview what's being recorded. However
I'm a bit greedy and if I have to use the command line to be able to
do this then I'd also like to figure out how to record synchronised
sound from different sources. Anyone able to suggest how that might be
done? Using sox and piping into ffmpeg doesn't work, video gets out of
sync (also I've got some sox related problem about different rates).
--
imalone
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
04-02-2011, 11:33 PM
Bob Goodwin
recording from a webcam, cheese, vlc
On 02/04/11 19:15, Ian Malone wrote:
>
> Thanks, with a bit of tweaking I'm able to record with ffmpeg, though
> it's a pity this means I can't preview what's being recorded. However
> I'm a bit greedy and if I have to use the command line to be able to
> do this then I'd also like to figure out how to record synchronised
> sound from different sources. Anyone able to suggest how that might be
> done? Using sox and piping into ffmpeg doesn't work, video gets out of
> sync (also I've got some sox related problem about different rates).
>
> --
> imalone
"record with ffmpeg" How do you do this? Is there an
instruction/documentation? I have a couple of IP cameras and would
like to be able to record a film clip from them occasionally.
Usually just view them with VLC.
Bob
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
04-03-2011, 01:51 AM
Guohua Tang
recording from a webcam, cheese, vlc
Hi,
My Operating System teacher used FFmmpeg to record his lectures (both video and audio). He wrote a blog post (in Chinese) about how to do it. Hope the link will help you.
--
Guohua Tang
Research Center for Social Computing and Information Retrieval, Harbin Institute of Technology
ir.hit.edu.cn/~tangguohua --- icycandy.com
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
04-03-2011, 09:13 PM
Ian Malone
recording from a webcam, cheese, vlc
On 3 April 2011 00:33, Bob Goodwin <bobgoodwin@wildblue.net> wrote:
> On 02/04/11 19:15, Ian Malone wrote:
>>
>> Thanks, with a bit of tweaking I'm able to record with ffmpeg, though
>> it's a pity this means I can't preview what's being recorded. However
>> I'm a bit greedy and if I have to use the command line to be able to
>> do this then I'd also like to figure out how to record synchronised
>> sound from different sources. Anyone able to suggest how that might be
>> done? Using sox and piping into ffmpeg doesn't work, video gets out of
>> sync (also I've got some sox related problem about different rates).
>>
>
> * *"record with ffmpeg" * How do you do this? Is there an
> * *instruction/documentation? I have a couple of IP cameras and would
> * *like to be able to record a film clip from them occasionally.
> * *Usually just view them with VLC.
>
This is with an attached webcam, not sure what you need for IP cameras:
I suspect you'd drop the audio codec options and then -acodec null
maybe. Of course if you're viewing them with VLC then you can just use
the record button you get with View|Advanced Controls enabled.
--
imalone
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
04-04-2011, 06:12 PM
Bob Goodwin
recording from a webcam, cheese, vlc
On 03/04/11 17:13, Ian Malone wrote:
>
> This is with an attached webcam, not sure what you need for IP cameras:
>
> ffmpeg -f alsa -ac 2 -i pulse -f video4linux2 -s 800x600 -r 15 -i
> /dev/video0 -acodec pcm_s16le -vcodec libx264 -vpre
> lossless_ultrafast -threads 0 webcam.avi
>
> I suspect you'd drop the audio codec options and then -acodec null
> maybe. Of course if you're viewing them with VLC then you can just use
> the record button you get with View|Advanced Controls enabled.
Yes there is no /dev/video0 with the "IP" cameras. I don't need
the sound. I've saved this information and will experiment with
it later.
I have never found a scheme for recording a video stream from
VLC, don't see "View|Advanced Controls" and a record setting. I
may be missing something.
Thanks.
Bob
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
04-04-2011, 08:10 PM
Ian Malone
recording from a webcam, cheese, vlc
On 4 April 2011 19:12, Bob Goodwin <bobgoodwin@wildblue.net> wrote:
> On 03/04/11 17:13, Ian Malone wrote:
>>
>> This is with an attached webcam, not sure what you need for IP cameras:
>>
>
> * * * I have never found a scheme for recording a video stream from
> * * * VLC, don't see "View|Advanced Controls" and a record setting. I
> * * * may be missing something.
>
That's odd. Maybe a different version? I'm running
vlc-1.1.7-1.fc13.x86_64, then selecting the advanced controls checkbox
from the view drop-down menu next to 'help'. Another row of buttons
then appears above the normal play controls.
--
imalone
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
04-05-2011, 03:15 PM
Bob Goodwin
recording from a webcam, cheese, vlc
On 04/04/11 16:10, Ian Malone wrote:
> On 4 April 2011 19:12, Bob Goodwin<bobgoodwin@wildblue.net> wrote:
>
>> I have never found a scheme for recording a video stream from
>> VLC, don't see "View|Advanced Controls" and a record setting. I
>> may be missing something.
>>
> That's odd. Maybe a different version? I'm running
> vlc-1.1.7-1.fc13.x86_64, then selecting the advanced controls checkbox
> from the view drop-down menu next to 'help'. Another row of buttons
> then appears above the normal play controls.
I had selected a simpler interface to save space, "Custom"
instead of "Native" which did not display those buttons you
refer to. Changing that I probably see what you see, still
haven't been able to record a video stream from an IP camera or
a web cam. Googling brings up stuff that is different than what
I have here, probably due to an evolving application, and has
not been of much help.
It's not important enough to warrant a lot of effort, my
interest was aroused by your earlier comment since I had looked
into this before. I'll chip away at it when I have nothing
better to do.
Thanks.
Bob
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
04-18-2011, 12:46 AM
Bill Davidsen
recording from a webcam, cheese, vlc
Guohua Tang wrote:
> Hi,
>
> Maybe you can try FFmmpeg, see here
> <http://ubuntuforums.org/showthread.php?t=1392026>.
>
Thank you, even though I've done screen and webcam capture before, that's a nice
document to have to use as a refresher or to give people with similar questions.
--
Bill Davidsen <davidsen@tmr.com>
"We have more to fear from the bungling of the incompetent than from
the machinations of the wicked." - from Slashdot
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines