
Recherche avancée
Autres articles (61)
-
Publier sur MédiaSpip
13 juin 2013Puis-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 2011Si 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, parLes 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 SinghI 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 outputffmpeg -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> -
stream FFMPEG clients on webserver [closed]
19 septembre 2020, par Pierrei tried to make a picture that sums up what i want to do.
I hope you understand :)
protocol operation


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