Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (13532)

  • Save base64 bit encoded tring to the file in php

    10 mai 2016, par ppeiris

    I have a php application which takes base64 encoded wav file from the client (browser) via ajax and save to the database. No I have to re encode the wav file using ffmpeg before I save the file in to the database (I can do this using system calls). But the questions is I need the input file (name.wav) for ffmpeg to do the work and as of right now I have only base64 encoded string in my php variable. I need to save this file to the disk using these base64 encoded string. How can I do this in php.

    my server is running on RedHat and apache.

    Thanks for your help in advance

    Prabath

  • How to save changes in video file in Ffmpeg C++ ?

    16 avril 2021, par TheSofya

    How to save changes in video file in Ffmpeg C++ ? Do we need encoder ? How to use avcodec_encode_video2 functions ?

    


    while (av_read_frame(pFormatCtx, &packet) >= 0)
    {

        if (packet.stream_index == videoStream) {
            avcodec_decode_video2(pCodecCtx, pFrame, &frameFinished, &packet); 
            if (frameFinished) {
                sws_scale(sws_ctx, (uint8_t const* const*)pFrame->data,
                    pFrame->linesize, 0, pCodecCtx->height,
                    pFrameRGB->data, pFrameRGB->linesize);

                if (i == secretframe) {
                    //Here we change pixels
                    hidetext(pFrameRGB, pCodecCtx->width, pCodecCtx->height, secretframe);
                    //unhidetext(pFrameRGB, pCodecCtx->width, pCodecCtx->height, secretframe); 

                    std::cout << "\n\n" << i << "\n\n";
                }
                if (i > secretframe) { 
                break; 
                }
                i++;
            }
        }


    


  • Revision d30f6b3ef8 : rename README.webm -> README.libvpx matches the project name and doesn't share

    11 avril 2014, par James Zern

    Changed Paths :
     Add /third_party/googletest/README.libvpx
    (from /third_party/googletest/README.webm
    :dc89e9b0b6a668ca4082e20463eb767f655b6909)
     Delete /third_party/googletest/README.webm


     Add /third_party/libwebm/README.libvpx
    (from /third_party/libwebm/README.webm
    :dc89e9b0b6a668ca4082e20463eb767f655b6909)
     Delete /third_party/libwebm/README.webm


     Add /third_party/libyuv/README.libvpx
    (from /third_party/libyuv/README.webm
    :dc89e9b0b6a668ca4082e20463eb767f655b6909)
     Delete /third_party/libyuv/README.webm


     Add /third_party/nestegg/README.libvpx
    (from /third_party/nestegg/README.webm
    :dc89e9b0b6a668ca4082e20463eb767f655b6909)
     Delete /third_party/nestegg/README.webm


     Add /third_party/x86inc/README.libvpx
    (from /third_party/x86inc/README.webm
    :dc89e9b0b6a668ca4082e20463eb767f655b6909)
     Delete /third_party/x86inc/README.webm



    rename README.webm -> README.libvpx

    matches the project name and doesn't share a media file extension

    Change-Id : I9ad6c0a180e36c41f8fc49120615a070ea792a30