Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (81)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Les sons

    15 mai 2013, par
  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

Sur d’autres sites (5575)

  • How to stream all videos in a folder ?

    30 mai 2015, par Krishnendu

    Hi i want to stream videos over web using ffserver. i got this link as reference.

    Now what i am not able to figure out is how to pass a folder(which content all videos i want to stream) as input to stream all videos. I also want add more videos dynamically to this folder in time to time and streaming should happen(like how it works in Darwin). now i can’t use Darwin because it doesn’t support for iOS.

    please give me a suggestion.

    is there any other open source tool by which i can do this ?

  • Mix 2 videos with FFmpeg (overlay one on top of other)

    10 août 2016, par iSun

    I using ffmpeg through Android-NDK. I’ve 2 pieces of the videos , The first one is my main video and the second one is my effect video.

    Now I wanna mix this 2 videos together, Is it possible ?

    Note : Both videos decoding through MP4 format.

  • problem ffmpeg batch convert .mkv to .mp4 with subtiles on .mkv file [closed]

    9 décembre 2020, par damvelisa

    I am trying to batch convert a large number of .mkv video files to .mp4 while hard coding the subtitles included in the .mkv files. I would like to retain as much quality as possible.
is use this code but give error

    


     for f in *.mkv; do ffmpeg -i "$f" -vf subtitles="${f%.mkv}" -acodec copy "${f%.mkv}.mp4"; done


    


    this error