Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (42)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

  • "Cannot find ffmpeg" error when using 'audioconcat'

    2 janvier 2020, par Mosukoshide

    I would like to concatenate three ’.oga’ sound files using audioconcat, however whenever I try to do so, I am met with this error :

    Error: Error: Cannot find ffmpeg
       at /root/user/node_modules/fluent-ffmpeg/lib/processor.js:136:22
       at /root/user/node_modules/fluent-ffmpeg/lib/capabilities.js:123:9
       at /root/user/node_modules/fluent-ffmpeg/lib/capabilities.js:116:11
       at /root/user/node_modules/fluent-ffmpeg/lib/utils.js:223:16
       at F (/root/user/node_modules/which/which.js:68:16)
       at E (/root/user/node_modules/which/which.js:80:29)
       at /root/user/node_modules/which/which.js:89:16
       at /root/user/node_modules/isexe/index.js:42:5
       at /root/user/node_modules/isexe/mode.js:8:5
       at FSReqWrap.oncomplete (fs.js:152:21)
    ffmpeg stderr: undefined

    I have already installed ffmpeg with the flags that were listed on the audioconcat npm page like this :

    npm i ffmpeg --enable-libass --enable-libmp3lame

    And the code I am trying to run looks like this :

                   audioconcat(audioFiles)
                   .concat(`main.oga`)
                   .on('start', function (command) {
                     console.log('ffmpeg process started:', command)
                   })
                   .on('error', function (err, stdout, stderr) {
                     console.error('Error:', err)
                     console.error('ffmpeg stderr:', stderr)
                   })
                   .on('end', function (output) {
                     console.error('Audio created in:', output)
                   })

    I’m not sure how to fix this problem...

  • Running ffmpeg in PHP exec() encounter "libstdc++ not found" error

    5 octobre 2019, par mitra razmara

    When I run ffmpeg (3.4.6) in "terminal" (ubuntu 18.4), it works fine ; But when I run it through "PHP exec()" (PHP 7.3)

    exec('ffmpeg 2>&1', $output);
    foreach ($output as $key => $value) {
     echo $value.'<br />';
    }

    it gives me below output.

    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib/x86_64-linux-gnu/libjack.so.0)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/lib/x86_64-linux-gnu/libjack.so.0)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib/x86_64-linux-gnu/libzmq.so.5)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib/x86_64-linux-gnu/libzmq.so.5)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/lib/x86_64-linux-gnu/libzmq.so.5)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/x86_64-linux-gnu/librubberband.so.2)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib/x86_64-linux-gnu/librubberband.so.2)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/lib/x86_64-linux-gnu/librubberband.so.2)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib/x86_64-linux-gnu/libopenmpt.so.0)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib/x86_64-linux-gnu/libopenmpt.so.0)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/lib/x86_64-linux-gnu/libopenmpt.so.0)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib/x86_64-linux-gnu/libgme.so.0)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/lib/x86_64-linux-gnu/libchromaprint.so.1)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /usr/lib/x86_64-linux-gnu/libsnappy.so.1)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib/x86_64-linux-gnu/libsnappy.so.1)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib/x86_64-linux-gnu/libnorm.so.1)
    ffmpeg: /opt/lampp/lib/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib/x86_64-linux-gnu/libnorm.so.1)

    If I run this

    exec('which ffmpeg 2>&amp;1', $output);

    I get below output

    /usr/bin/ffmpeg
  • Error "EVP_DecryptFinal_ex:bad decrypt:crypto\evp\evp_enc.c:570" appears even after specifying -md5 sha256 in command line

    29 septembre 2019, par shantanu goel

    I have the following query. Could anyone please suggest me a solution.

    I’m working on decryption of .ts file for the first time. I have downloaded multiple .ts files from the source and have merged them but not able to decrypt the file. Even if it gets decrypted the size of the file is zero bytes.

    Command I’m using :

    aes-128-cbc -d -in D:\Test\joined_files.ts -out D:\Test\decrypt_I00100000.ts -iv 0 -K 313863756468736b63646b6a616b -md SHA256

    The error I’m getting :

    the hex string is too short, padding with zero bytes to the length
    the hex string is too short, padding with zero bytes to the length
    bad decrypt
    1132:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:crypto\evp\evp_enc.c:570 :
    error in aes-128-cbc

    enter image description here