Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (61)

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

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

Sur d’autres sites (11030)

  • Android ffmpeg simple JNI wrapper

    12 octobre 2012, par user1504495

    I've been trying to use an ffmpeg binary with command line access for a while now and getting nowhere (Using runtime.exec)
    It looks like the only way I'll be able to get it to work is using a wrapper in C to access the built ffmpeg libraries using JNI...
    Main problem : I haven't coded C for more than one and a half decades now and wouldn't know where to begin...

    I just need 3 operations, I need to add audio to a video file, I need to concatenate two video files and if possible I need to rotate a clip by 90 degrees (but I could do without this)...

    Does anyone have any example code that could work for me, or some good places to start (I've already exhausted much of the first pages of various google results to no avail)...

    Any help would be greatly appreciated !

  • How do I preserve side data when concatenating files in ffmpeg ?

    28 mai 2020, par Mark Kahn

    I have multiple 360 videos that I'm trying to concatenate in ffmpeg. The command it self is pretty straightforward :

    



    ffmpeg -f concat -i 0036_concat.txt -c copy -strict unofficial 36.mp4


    



    where 0036_concat.txt is just a list of the individual files. The issue I'm having is that I can't get ffmpeg to preserve side data. Very simply put, ffprobe on any of the source files includes this :

    



    Side data:
  spherical: equirectangular (0.000000/0.000000/0.000000)


    



    And I can't, for the life of me, get that to propagate to the output file.

    



    this question has a solution that works for single files, but it doesn't work when concatenating multiple files.

    



    I'd be perfectly fine injecting that entire string if anyone knows how.

    


  • How can I specify pixel density in ffmpeg for video captured on retina screen ?

    24 juillet 2015, par hfossli

    I did a screencapture on my retina desktop screen. In QuickTime Player the ⌘1 Actual size is then the half size of the video. After processing the video in ffmpeg it seems to loose this information. How do I specify the pixel density of the video ?

    (Kind of hard to articulate this so please feel free to edit)