Advanced search

Medias (91)

Other articles (7)

  • Ajouter notes et légendes aux images

    7 February 2011, by

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

  • Les formats acceptés

    28 January 2010, by

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

  • Les vidéos

    21 April 2011, by

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

On other websites (1965)

  • FFMPEG Error -1414092869: Immediate exit requested

    8 July 2019, by Manity

    Hello i am using ffmpeg to play 4 videos at the same time.
    I am using a wpf/c# .net 4.7.2 wrapper for ffmpeg to do this.

    Occasionally get this error message, and the application just shuts down.
    there are no errors or exceptions thrown other than this one logged.

    Error -1414092869: Immediate exit requested

    I have searched for a meaning to this error but can find nothing other than a vague reference to an android video player which does not provide me with any information at all.

    Can anyone shed any light at all, anything at all on the meaning of and cause of this above error and how it might be resolved?.

  • FFmpeg & Installation on phpmyadmin [migrated]

    18 September 2011, by Vivek

    I am attempting to have an interface in which people can upload music files and listen to them through the site. The biggest problem obviously is that someone who uploads an audio track in mp3 format into Mozilla wouldn't be able to play it back (since MF doesn't support mp3 playback since I'm using jPlayer).

    I did some research and found out that I could use command line php using FFmpeg to convert the mp3 to ogg or some other supportable format. I believe I understand (a little bit) how command line php works but I was wondering how I could install it onto phpmyadmin on my hosting service? Could anyone link me to a tutorial or care to explain? I tried googling it but I just couldn't find it.

  • Is there any way to concatinate multiple video and audio streams with offset?

    17 April 2019, by Demchenko Oleg

    I am sory for my english, it is not my mother language. My issue related to ffmpeg concatenation of audio and video streams. There are multiple audio and video streams which were recorded by online chat. All of them have start and end time points. If user turned off a micro or camera then audio and video streams wouldn’t be matched. How can I align all streams in one time series? Can I add some white noise to separate the two videos? Similar with audio.