Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (30)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

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

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

Sur d’autres sites (6016)

  • "playback error" in Powerpoint using FFMEG conversion

    3 avril 2014, par John Du

    I tried the following command to convert a mov to wmv to play back in powerpoint

    ffmpeg -i movie.mov -b 1500k -vcodec wmv2 -acodec wmav2 -f asf movie.wmv

    I am constantly plaugued with "playback error"s no other information

    any help would be appreciated what settings to use that will not cause this error

  • Revision 490c5fe074 : Merge "Fixing error found by ioc."

    12 avril 2014, par Dmitry Kovalev

    Merge "Fixing error found by ioc."

  • "ibpostproc 52. 3.100 / 52. 3.100" Error when convert video to flv

    14 avril 2014, par Ziba

    I use FFMpegConverter for convert video to flv in my site. it work properly in local but i get below error in host, why ?

    libpostproc    52.  3.100 / 52.  3.100

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Exception:  libpostproc    52.  3.100 / 52.  3.100

    Source Error:


    Line 71:
    Line 72:                         FFMpegConverter ff = new FFMpegConverter();
    Line 73:                         ff.ConvertMedia(start, end, Format.flv);
    Line 74:
    Line 75:                         if (File.Exists(VideoPath))

    Source File: f:\domains\bfs-co.ir\wwwroot\Cms\AddVideo.aspx.cs    Line: 73