Recherche avancée

Médias (91)

Autres articles (18)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4266)

  • Running batch file from C# causes file not found error [on hold]

    29 juillet 2018, par user10152616

    I am streaming an IP camera using the program FFMPEG. I made a C# windows sform app to restart the FFMPEG process if it stops running. The C# app kills the process and starts a batch file which runs the FFMPEG command. It works great. However, I wanted to change the FFMPEG command so that it loads a .acv color file to correct some haze in the image. The problem is FFMPEG says file not found when it tries to load the .acv file. FFMPEG and the .acv file are in the same directory so I don’t see how this is possible. The batch file works fine if I double click on it. It’s only when run from the C# program that FFMPEG can’t find the .acv file.

    Any help greatly appreciated,

    Thanks

  • Can you convert a video to an audio file in python without saving to a file ?

    31 janvier 2017, par user2983738

    For a python web project I receive a video file through a flask interface.
    Now to do analysis, I need to extract the audio file from it.

    Problem is that I can’t save the video to file first, which seemingly eliminates using ffmpeg as it requires a link to a file location.

    Are there any python solutions that would allow me to pass and return audio/video files using objects only ?

    Thank you in advance

  • ffmpeg not recognizing %d sequence number for digits

    16 juin 2022, par HEART LOCKET

    I am trying to use ffmpeg to combine a folder full of pngs into a video. I am following along with this lesson and trying to do the command he inputs at 00:30 minutes to combine the images. It appears that ffmpeg does not recognize the %d syntax and therefore cannot find the files.

    


    I receive the following error :

    


    -i /Users/heartlocket/Downloads/skeltest/%04d.png -framerate 24 -vcodec libx264 -pix_fmt yuv420p /Users/heartlocket/Downloads/video.mp4 

[image2 @ 0x13e6054b0] Could find no file with path '/Users/heartlocket/Downloads/skeltest/%04d.png' and index in the range 0-4
/Users/heartlocket/Downloads/skeltest/%04d.png: No such file or directory