Recherche avancée

Médias (91)

Autres articles (85)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (10052)

  • movenc : Remove an unnecessary condition when flushing fragments

    18 décembre 2014, par Martin Storsjö
    movenc : Remove an unnecessary condition when flushing fragments
    

    If fragments == 0 it means we haven’t written any moov atom yet.
    If the empty_moov flag is set, we already have written an empty moov
    atom at startup. Thus, the check for empty_moov is redundant.

    This is in preparation for allowing writing the moov atom later,
    even when using the empty moov flag.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/movenc.c
  • ffmpeg not detecting corrupt video file

    16 février 2018, par Nitishkumar Singh

    I have a video file with duration 2:06:43. The video can be played for 2 hours on vlc player, but as it reaches to 2:03:00 vlc player just skips to the end of duration. I assume reason for this behavior is corrupt video file.

    I am trying to detect error in video file using ffmpeg using below command

    ffmpeg -v error -sseof -60 -i source.mp4 -f null - 2>error.log

    but no error log is generated for video file. is there any way I can detect these errors.

    EDIT
    tried running with warning and it produced below output

    ffmpeg -v warning -sseof -60 -i source.mp4 -f null - 2>error.log

    Finishing stream 0:0 without any data written to it. Finishing stream
    0:1 without any data written to it. Output file is empty, nothing was
    encoded (check -ss / -t / -frames parameters if used)

  • stream FFMPEG clients on webserver [closed]

    19 septembre 2020, par Pierre

    i tried to make a picture that sums up what i want to do.&#xA;I hope you understand :)&#xA;protocol operation

    &#xA;

    please guide me&#xA;the best of the best would be not to open ports !&#xA;clients sending their FFMPEG stream (h264) —> server who interprets them —> front-end which displays all the video streams (php nodejs..)&#xA;Thanks x)

    &#xA;