Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (31)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (6661)

  • FFMPEG trim video resulting not moving videos and black video with audio

    13 juin 2023, par Rafliii

    I tried to trim my video based on start and end time with the following code :

    


    ffmpeg -ss 02:06:30.500 -to 02:06:32.417 -i movie.mp4 -c copy output.mp4

    


    The output video is not moving video and some of them are black videos with audio. What should I do ?

    


    enter image description here

    


    What should I do ?

    


  • avfilter/vf_libvmaf : fix string comparison bug

    1er décembre 2023, par nilfm
    avfilter/vf_libvmaf : fix string comparison bug
    

    The libvmaf filter was doing substring checks in place of string equality
    comparisons. This led to a bug when the user specified the pooling method
    "harmonic_mean", since "mean" was checked first and the substring comparison
    returned true. This patch changes all substring comparisons for string equality
    comparisons. This is both correct and more efficient than the existing method.

    Signed-off-by : nilfm <nilf@netflix.com>

    • [DH] libavfilter/vf_libvmaf.c
  • Generate photo SlideShow in Java and Export as Video

    21 avril 2015, par Abduliam Rehmanius

    I want to create a cross platform SlideShow maker desktop-application (mainly Windows & Mac), the SlideShow will be generated using a set of images with background music, subtitles/captions and there will be a transition between each slide/image.

    I have done all the UI in swing and it all works superb on Windows & Mac. Now the only "little" problem is

    How to generate a video from a set of images with "transitions" & "subtitles" in java using native java libs/frameworks and add some music in background ;-)

    I want the video output format to be at least in avi & mov, with transitions like :
    1) fade
    2) Zoom (images will zoom-in from e.g. 64x64 to full video size)
    3) Multiple (multiple images will appear in single slide)

    I have used JMF example to generate .mov from .jpeg images it was buggy but may work if I can add transitions ?? But it appears JMF is mainly for media playback it only supports a few media formats (for output).
    I have also read a few docs of jffmpeg but it appears it too does not support transitions.
    I have also tried FMJ but no use, now I am stuck and need assistance, on how this task can be done in java.

    I would be immensely thankful if anyone can guide me in right direction.


    many thanks