Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (49)

  • 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

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (9620)

  • Ubuntu 14 FFMPEG & Black and White Conversion

    3 septembre 2015, par Jesse James Richard

    As the HUE option doesn’t exist in FFMPEG on Ubuntu because it’s AVCONC, can it just be assumed that it’s nearly impossible to convert a video to black and white since FFMPEG is effectively incomplete ?

  • [FFMPEG]Add 20 black frames at beginning of video (seeking)

    6 mai 2022, par Halano Siblee

    .MOV VFX video animation start at 00:00:00
    I need ffmpeg Command for adding
    
20 black frame at start so video start at 00:00:20

    


    ffmpeg -i input.mov -ss 20 -vcodec copy -acodec copy output.mov


    


    this code above trim first 25 frame i need to add 25 black frames ?

    


  • ffmpeg hflip command causes video to go black

    28 octobre 2017, par user3713080

    Using the command ffmpeg -i test.mp4 -filter_complex "[0]hflip" new.mp4 makes the output video turn completely black in windows media player until you play the file a second time and then frames will be missing.

    If you append the mirrored video after another video it will just simply stop playing once it reaches the time in the timeline where the mirrored video starts. If you put the mirrored video before another video it will simply display the mirrored video as a black screen.

    Any suggestions on how to fix this or another solution i can use in C# to flip and merge videos ?