Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (54)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (11472)

  • Core : Focus invalid element when validating a custom set of inputs

    16 décembre 2014, par Maks3w
    Core : Focus invalid element when validating a custom set of inputs
    

    Invalid element is not focused when validate a custom set of inputs and
    the last one is a valid input. The issue is element method, via
    prepareElement method, via reset method, resets errorList state after
    validate each input so the global state of the validator is not
    preserved.

    Closes #1327

  • What is the proper way to convert mp4-stream to .avi with FFmpeg ?

    17 avril 2016, par Website Newbie

    I was wondering, what is the "proper" way of encoding online mp4-stream to avi.
    I converted couple of streams, but they won’t work on my xbx360, but all other movies in .avi works ; no matter of the resolution, video codec nor audio codec, they just work.

    So what is the proper way to convert a stream to avi ?

    My current code looks like this :

    bin\ffmpeg -i http://nelonenmedia-ondemand02.nelonenmedia.fi/18/online/video/video_episode_115102918.smil/playlist.m3u8 -vf scale=768:-1 -acodec libmp3lame -vcodec libxvid -vtag XVID -threads 0 -f avi -b:v 1000k "Cybertron\S01E01 Transformers Cybertron.avi"
    bin\ffmpeg -i http://nelonenmedia-ondemand02.nelonenmedia.fi/19/online/video/video_episode_115102919.smil/playlist.m3u8 -vf scale=768:-1 -acodec libmp3lame -vcodec libxvid -vtag XVID -threads 0 -f avi -b:v 1000k "Cybertron\S01E02 Transformers Cybertron.avi"
    ect...

    But that does not work on the xbox360. I have tried different resolutions and pretty much everything ; it just doesn’t work.

  • How create with ffmpeg a *.mov file which could be opened in default WMP ?

    22 mai 2016, par xiaose

    How create MOV, QuickTime Movie (.mov) which could be opened in default Windows Media Player ? Actually, smth. like this : http://cdn.online-convert.com/example-file/video/mov/example.mov

    I have files MPEG-1 or MPEG-2 and want to convert it with ffmpeg to the mov. Sure, I can write smth. like this :

    ffmpeg -i in.mpg -level 3.1 -vformat mpeg4 -qscale 1 -f mov out.mov

    ...and this will be Ok. But I need resulting file which will be correct MOV but, may be, without mpeg4 in it and played in WMP without installing any additional codecs