Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (51)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (9064)

  • How to use open SVC decoder to decode a .264 video and get o/p in yuv format ?

    20 avril 2014, par ghada Gamal

    I am trying to use open SVC decoder to decode a .264 video. However, I noticed that the output video always produces smaller number of frames.

    I tried many methods shown below :

    mplayer -fps 24 BBB.264

    or :

    mplayer -fps 24 BBB.264 -frames 7200

    Only 3599 of 7200 frames’ video decoded !!
    Displayed video lasts for only 2.5 min instead of the original 5min.

    I am also interested in getting a yuv version of the encoded video for PSNR calculation
    I tried :

    mplayer -fps 24 BBB.264 -vo yuv4mpeg

    ffmpeg -i stream.yuv -vcodec rawvideo output.yuv

    but the smaller number of frames persists.

    I tried other output formats including PNG and AVI but the problem persists. I would appreciate any advice on this issue.

  • ffmpeg avio_open() failed to open output file for writing encoded streams

    13 juin 2017, par Sureshkumar Menon

    i am trying to convert raw PCM into mp4 using ffmpeg ported for android.I am facing a problem in which the avio_open return negative value saying Could not open sample.mp4 which is the output file saved in sdcard.i have given filepath like /sdcard/sample.mp4 .

    avio_open(&oc->pb, filename, AVIO_FLAG_WRITE)  returns -2

    /* open the output file, if needed */

    if (!(fmt->flags & AVFMT_NOFILE)) {
        if (avio_open(&oc->pb, filename, AVIO_FLAG_WRITE) < 0) {
            fprintf(stderr, "Could not open '%s'\n", filename);
            return 1;
        }
    }

    any idea ?

  • Piwik at Free and Open Source Software Conference

    26 août 2013, par thomas — Community

    Piwik at 8th FrOSCon - 2013Last weekend Fabian and Thomas from the Piwik team have represented Piwik at the 8th FrOSCon in St. Augustin (Germany, near Cologne).

    At our booth we handed out Piwik brochures, our new awesome Stickers, and of course sweets. Many Piwik users came by and we were glad to gather some interesting feature ideas and feedback. Thank you ! We also helped a few people troubleshoot issues on their servers and we introduced Piwik to many visitors stopping by the booth.

    We cannot put into words what the incredible FrOSCon team and all the people who helped have achieved. Thank you for making this conference possible ! We really enjoyed FrOSCon and we hope to be there next year again.