Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (64)

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

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

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

  • Can I use HTTP/2.0 for downloading HLS streams using FFmpeg ?

    8 juin 2024, par SpongeBed

    I am trying to download an HLS stream using FFmpeg. However, FFmpeg defaults to HTTP/1.1 for downloading content, and the video source's firewall blocks HTTP/1.1 connections. Consequently, FFmpeg cannot download the video.

    


    I used the same headers as my browser to access the content and replicated the request using Insomnia. And again, my request was blocked when using HTTP/1.1.

    


    I've searched everywhere but haven't found any information on how to change the HTTP version FFmpeg uses for requests.

    


    Is there a way to configure FFmpeg to use HTTP/2.0 instead of HTTP/1.1 ?

    


  • Merging audio and video files both in mp4 format in python [duplicate]

    24 janvier 2021, par Anuj Dhillon

    This is my first question here.

    


    I am trying to write a script in python to download videos from reddit. In reddit both videos and audios are downloaded separately in mp4 format. I've managed to download both the audio and video files.

    


    Now I want to merge these files together. I know it can be done in python with ffmpeg but I have no idea how it works when the audio is in mp4 format. Any help would be appreciated.

    


  • How much video data is required to get stream information using ffprobe ?

    21 octobre 2014, par Mayank

    I am using java to download a video file from my cloud. Later on I am using java runtime to execute ffprobe on that video file. The video file size could be in hundreds of MBs. I want to know that can I make only a partial download of the video file (say around 10kb) and run ffprobe on this content and still get all relevant information ? If yes, how much data should be downloaded to guarantee successful ffprobe results ?