Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (83)

  • 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 (...)

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (2562)

  • How to get h264 video info ?

    6 février 2018, par Zelenov

    How can I get specific h264 video information from video file ? I need to know profile (Baseline/Main/High) and is there B-Frames in movie ?

  • Where to download FFMPEG.exe and use it in C#

    1er décembre 2015, par Charlie

    I am trying to watermark a video using FFMPEG.
    I tried following code

    NReco.VideoConverter.FFMpegConverter wrap = new FFMpegConverter();
    wrap.Invoke("-i D:\\input.mp4 -i D:\\inputImage.png -filter_complex \"overlay=10:10\" D:\\Output.mp4");

    but it gives error

    ffmpeg : Invalid argument (exit code : 1)

    I tried searching if i could use such kind of method(invoke) in AForge, splicer or in other library.

    I came across many another questions on stackoverflow like
    which uses ffmpeg exe. I don’t know where i can find it.

    I also found this link from official ffmpeg website for windows but can not find any such thing

    I have just started working on video processing in c# so i am very confused about the concepts kindly help me to get a start.

  • Start .bat after files get download in torrent client

    16 mai 2018, par AniEncoder

    I tried to start a .bat file which is located in a particular folder but it doesn’t start even if I write the file location.

    The files get downloaded

    C:\Users\Dhrubo\Desktop\torrent.bat

    TorrentScreenshot