Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (65)

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

  • 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

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

Sur d’autres sites (9108)

  • How to automatically add date to output file generated in ffmpeg ?

    4 avril 2019, par Maxime Richard

    I am using Terminal to run ffmpeg commands (Mac OS) in order to record radio shows streamed online. The stream is in m3u8 I want to output it in mp3. So far so good, I am able to achieve that. However, I’d like the output file to read YYYYMMDD-fm93-segal.mp3 where YYYYMMMDD are the date the recording was made.

    I am not able to achieve this using -strftime 1 for some reason. When using my code, the output file reads %Y%m&d-fm93-segal.mp3 instead of replacing the strings by the real date.

    Here is the line I’m using :

    ffmpeg -i "https://cogecomedia.leanstream.co/cogecomedia/CJMFFM.stream/playlist.m3u8" -acodec mp3 -strftime 1 "%Y%m%d-fm93-segal.mp3"

    Anyone knows why and could help me with that ?

  • libavformat/mxfenc : color_range should be inclusive

    20 août 2020, par Harry Mallon
    libavformat/mxfenc : color_range should be inclusive
    

    MXF CDCI color range was being set to (1<<sc->component_depth) - 1
    for full range but it should be (1<<sc->component_depth) as 0 is
    a valid value.

    Signed-off-by : Harry Mallon <harry.mallon@codex.online>

    • [DH] libavformat/mxfenc.c
  • Combine multiple video and single audio stream into a single output

    15 janvier 2020, par Prashant Saraswat

    I am trying to record an online meeting.
    During the meeting I will receive continuous audio and intermittent video

    • A. Audio B. Video1 C. Video 2

    The Audio stream will span the length of the call. The video1 and video2 streams will be somewhere in the middle.

    Assuming I know the timestamps for all of these streams, how do I combine them in one video ?

    Consider the scenario where the audio stream starts at Tbegin and ends at Tend. The video1 stream starts at T1 and ends at T2. The video2 stream starts at T3 and ends at T4.

    We can assume that the audio stream is of type mp3 and the other streams are of type mp4