Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (97)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7131)

  • avcodec/vp9 : Do not destroy uninitialized mutexes/conditions

    2 septembre 2021, par Andreas Rheinhardt
    avcodec/vp9 : Do not destroy uninitialized mutexes/conditions
    

    Also do not destroy and reinitialize mutexes and conditions when
    certain input parameters change. Given that the decoder did not
    create these variables at all during init, uninitialized mutexes
    and conditions are destroyed before the very first initialization.
    This is undefined behaviour and certain threading implementations
    like pthreadGC2 crash when it is attempted.

    Fix this by initializing these objects once during init and freeing
    them in close.

    Reported-by : Steve Lhomme <robux4@ycbcr.xyz>
    Reviewed-by : Steve Lhomme <robux4@ycbcr.xyz>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vp9.c
  • fluent-ffmpeg ffmpeg exited with code 1 : Unknown decoder 'h264_nvenc'

    3 juillet 2022, par zzzhim
          import { ipcMain } from "electron"&#xA;      import fluentFfmpeg from "fluent-ffmpeg"&#xA;      import ffmpegStaticElectron from "ffmpeg-static-electron"&#xA;      import ffprobeStaticElectron from "ffprobe-static-electron"&#xA;&#xA;      const ffmpeg = fluentFfmpeg()&#xA;      ffmpeg.setFfmpegPath(ffmpegStaticElectron.path)&#xA;      ffmpeg.setFfprobePath(ffprobeStaticElectron.path)&#xA;&#xA;      ffmpeg&#xA;        .input(&#x27;0.mp4&#x27;)&#xA;        .inputOption([&#xA;          "-hwaccel cuvid",&#xA;          // "-hwaccel_device 1",&#xA;          "-c:v h264_cuvid",&#xA;          "-c:v h264_nvenc",&#xA;        ])&#xA;        // .videoCodec("h264_nvenc")&#xA;        .outputOptions([&#xA;          &#x27;-map 0&#x27;,&#xA;          &#x27;-f hls&#x27;,&#xA;          &#x27;-hls_time 5&#x27;,&#xA;          &#x27;-segment_time 5&#x27;,&#xA;          &#x27;-hls_list_size 0&#x27;,&#xA;          &#x27;-hls_segment_filename&#x27;,&#xA;          `${tsFilePath}/%d.ts`&#xA;        ])&#xA;        .output(`${m3u8FilePath}/${name}.m3u8`)&#xA;        .on(&#x27;start&#x27;, (commandLine) => {&#xA;        })&#xA;        .on(&#x27;error&#x27;, (err, stdout, stderr) => {&#xA;          console.log(err, stdout, stderr)&#xA;        })&#xA;        .on(&#x27;progress&#x27;, (progress) => {&#xA;&#xA;        })&#xA;        .on(&#x27;end&#x27;, (err, stdout, stderr) => {&#xA;      &#xA;          &#xA;        })&#xA;        .run()&#xA;

    &#xA;

    ffmpeg -codecs

    &#xA;

    enter image description here&#xA;enter image description here&#xA;Sorry, my English is not very good !

    &#xA;

    I want ffmpeg to use GPU hardware acceleration. The above is my code, but it has been executing incorrectly. This problem has plagued me for several days. I hope you can help me, thank you !

    &#xA;

  • Evolution #2454 (Nouveau) : distinguer auteurs et visiteurs en attente de confirmation

    11 décembre 2011, par Jacques Bouthier

    Un rédacteur passe de statut nouveau à 1comite lorsqu’il renvoie le mail de confirmation. Mais il peut arriver que ce mail n’arrive pas, qu’il soit détruit par erreur dans les spams... Aujourd’hui on ne les voit que dans la table des auteurs. Serait-il possible de rajouter une option qui (...)