Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (111)

  • 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

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (10385)

  • Upscale the key frames while decoding in H.264

    25 janvier 2023, par Monaco

    I would like to just upscale the keyframes in an H.264 video. I've been trying to see where can I hold the key frame, in the C src code, in order to scale it. I'm confused whether to apply the scaling in the parsing packet part, or in the decoding part.

    


    I also don't know if upscaling the B & P frames would be enough to not damage the video frames.

    


    I hope you guide me as there are no sufficient documentation about FFmpeg. If you have any suggestions please let me know.

    


  • dashenc : Heuristically fill in the duration of packets that need it

    6 mars 2015, par Martin Storsjö
    dashenc : Heuristically fill in the duration of packets that need it
    

    This avoids that the mp4 muxer does a similar heuristic, adjusting
    the timestamps in a way that the dash muxer doesn’t know the actual
    timestamps written to the file in the end. By making sure that the
    mp4 muxer internal heuristic isn’t applied, we know the exact
    timestamps written to file, so that the timestamps in manifest match
    the files.

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

    • [DBH] libavformat/dashenc.c
  • How can I install and configure ffmpeg on linux server ?

    3 avril 2015, par Sanket Shah

    I need to generate thumbnail from an uploaded video in codeigniter. After some R&D I came to know that i need to install ffmpeg on my server so can anybody guide me for that ?
    My server is linux server.