Recherche avancée

Médias (91)

Autres articles (32)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (4529)

  • recording sound from webcam using ffmpeg

    1er août 2012, par user1545779

    Using ffmpeg arecord -L, I am able to identify my Logitech usb webcam as :

    hw:CARD=U0x46d0x821,DEV=0
       USB Device 0x46d:0x821, USB Audio
       Direct hardware device without any conversions
    plughw:CARD=U0x46d0x821,DEV=0
       USB Device 0x46d:0x821, USB Audio
       Hardware device with all software conversions

    when I go into /dev/snd/by-id, the webcam is described as :

    usb-046d_0821_6813BFD0-00 -> ../controlC1

    I know that the command to use a sound device in ffmpeg is

    ffmpeg -f alsa -i $ALSA_DEVICE_NAME..

    I have tried

    ffmpeg -f alsa -i "hw:CARD=U0x46d0x821,DEV=0"

    and

    ffmpeg -f alsa  -i "plughw:CARD=U0x46d0x821,DEV=0"

    and in both cases I receive the same error message :

    ALSA lib pcm.c:2208:(snd_pcm_open_noupdate) Unknown PCM hw=CARD=U0x46d0x821,DEV=0
    [alsa @ 0x9c96580] cannot open audio device hw=CARD=U0x46d0x821,DEV=0 (No such file or directory)
    hw:CARD=U0x46d0x821,DEV=0: Input/output error

    I have also tried :

    ffmpeg -f alsa -i "usb-046d_0821_6813BFD0-00"

    and

    ffmpeg -f alsa -i "usb-046d_0821_6813BFD0-00,DEV=0"

    and have still received error message

    Could you please help in formulating the correct format of the command

  • SWF to PNG.. but merge all pngs inside into 1

    14 novembre 2014, par Jayden

    The title says it all,

    I’ve tried swftools and ffmepg but I don’t ’think’ they achieve what I need to do.

    Basically there is a SWF file that is made up of up to 60 images, them 60 images inside the SWF all are parts of an image that make up 1 final image or animation on an online game.

    I need to be able to download the swf as a png image with the same output it will look like on the virtual game - so not 60 images if seperate graphics, just one image with them all (merged ?) together.

    I am not even sure if this is possible to do in the commandline so if you understand any of this, please point me in the right direction.

    I am using Ubuntu 14.04

  • How to restart the Ip Camera through ffmpeg or gstreamer ?

    11 avril 2022, par HARSH BHATNAGAR

    I am dealing with 550 IP camera , in which camera randomly power off due to power supply issue .
I need to restart the camera when the camera is online .

    


    I have tried the IP ping concept , ffmpeg grabbing frame concept but the issue when we are integrating 550 camera IP ping concept it gives the False Positive and not able to restart the all camera whereas ffmpeg grabbing frame concept sometimes ffmpeg stuck in the terminal .
    
All testing code written in python language .
[ Note : i can't used the opencv for 550 camera ]
Please give me the suggestion how to deal with the problem .