Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (61)

  • 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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (9179)

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

  • adpcm : Write the proper predictor in trellis mode in IMA QT

    5 juin 2014, par Martin Storsjö
    adpcm : Write the proper predictor in trellis mode in IMA QT
    

    The actual predictor value, set by the trellis code, never
    was written back into the variable that was written into
    the block header. This was accidentally removed in b304244b.

    This significantly improves the audio quality of the trellis
    case, which was plain broken since b304244b.

    Encoding IMA QT with trellis still actually gives a slightly
    worse quality than without trellis, since the trellis encoder
    doesn’t use the exact same way of rounding as in
    adpcm_ima_qt_compress_sample and adpcm_ima_qt_expand_nibble.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/adpcmenc.c
  • 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;