Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (56)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (9463)

  • doc : remove docs for options removed at the bump

    16 février 2023, par Marton Balint
    doc : remove docs for options removed at the bump
    

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/encoders.texi
    • [DH] doc/filters.texi
    • [DH] doc/muxers.texi
  • how download m3u8 in chunks using ffmpeg ?

    9 mai 2020, par relidon

    I'm trying to convert m3u8 to mp4 and I found the following method that works

    &#xA;&#xA;

    ffmpeg -i &#x27;https://....m3u8&#x27; -bsf:a aac_adtstoasc \&#xA;    -vcodec copy -c copy -crf 50 output.mp4&#xA;

    &#xA;&#xA;

    The end result, however, is too big for me to drag into an external hard drive.

    &#xA;&#xA;

    I also tried writing directly to the hard drive /Volumes/2TR/output.mp4 but the end result is the same - the file is too big, the operation fails.

    &#xA;&#xA;

    I noticed that if I terminate the operation at any point, the output.mp4 file works perfectly, but that it's not the full video (perfect). If the video is one hour and I just want 30 minutes of it I can terminate the ffmpeg operation at that point.

    &#xA;&#xA;

    So I'm wondering whether there's a way for ffmpeg to download the contents in two parts, output-part1.mp4 and output-part2.mp4 ?

    &#xA;

  • How to download videos from m3u8 that has sample-aes encryption [closed]

    8 mai 2021, par Rajat Bisht

    I am trying to download my online lecture from m3u8 link but it shows "ffmpeg do not support sample-aes yet".&#xA;Link of lecture : https://pw.pc.cdn.bitgravity.com/b7826d86-612d-4ef2-b17c-cc4f91d9584c/master.m3u8 .&#xA;It is sample-aes-ctr encrypted. Also I know python a little bit so it would be better if I could download it using python. Also I have link to mpd file : https://pw.pc.cdn.bitgravity.com/b7826d86-612d-4ef2-b17c-cc4f91d9584c/master.mpd.&#xA;Please can anyone tell any module or something which can help in downloading it.....&#xA;Thanks in advance.

    &#xA;