Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (98)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (7354)

  • ffmpeg prevents access to page while processing

    30 juin 2013, par Kal

    I am having trouble accessing my page after calling ffmpeg. I can't access the page until the ffmpeg finishes processing the files.

    I have a php create.php that calls videoHandler.php via ajax to create video files.

    create.php

    function createReady(){
    $.ajax({
       url: '/videoHandler',  //server script to process data
       type: 'POST',
       async: true,
       success: function(result) {

       }
    });
    window.location.href = "/create";
    }

    videoHandler.php

    $ffmpegpath = "c:/ffmpeg"; $input = "hd_file.mp4"; $ouput = "out_480.mp4";
    $exec_string = "$ffmpegpath -i $input -vcodec libx264 -b 250k -c:a libvo_aacenc -b:a 128k $output";
    $output = "out_680.mp4";
    $exec_string = "$ffmpegpath -i $input -vcodec libx264 -b 500k -c:a libvo_aacenc -b:a 128k $output";

    hd_file.mp4 size is about 500Mb

    Is there a command that forces ffmpeg to work async. or any solution to my issue ?

  • Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.

    7 septembre 2011, par Laurent Aimar

    Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.

  • Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.

    7 septembre 2011, par Laurent Aimar

    Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.