Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (22)

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

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (3320)

  • Playing large AVI files online with subtitles

    3 mai 2012, par Tareq

    I need a way to play a relatively large avi files (1+ GB) on the web with their subtitles, I have searched a lot for this, the only thing that I came up with was a normal embed without controls and it requires specific browser or application to show controls or even play.

    I have a large number of files (12 TB) so converting these files to mp4 would take ages not to mention having to miss with quality of audio or video.

    Is there a way that allows me to play these online along with their subtitls or should I convert these to MP4 ? I have tried to convert a file to MP4 and it didn't play either apparently it hits the browser limits or something (I tried playing it using flowplayer).

    I was considering a solution like red5, but as I found out it doesn't support avi either.

    I used this command to convert the mp4

    ffmpeg -y -i $file.avi -vcodec copy -acodec copy -copyts -f mp4 $file.mp4

    It toke relatively long time to get converted, if you have a better command or a solution that will work for playing the avis without converting, Please be my guest.

  • Using ffmpeg to merge two videos from online sources without downloading both ?

    18 juin 2014, par user3754017

    Im trying to merge two videos from that I found online into just one file to be downloaded to my pc. Im looking to do this without downloading the first and second video then merging them together. In addition to merging I also want to edit like the duration of the video that I want from the video I found online. Can I do this with just the url alone ?

  • Android Get only Audio Stream of Online Video ?

    19 avril 2014, par user1575044

    I am beginner in Android, basically I want to get only audio stream of an online streaming video, so that I don't have to download video just download audio part of video only as an mp3 file(saving lot of data if you only need it as an mp3 file). I researched and got to know it can be done maybe using ffmpeg. Can someone guide me in this, some tutorials links or sample code would be beneficial.

    Thank You !!