Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (105)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9202)

  • Identify local vs live URL FFmpeg

    9 juin 2014, par Tarun Seera

    Hi I am using FFmpeg in my iOS app for stream local and live URL.
    Is there any way to identify the URL which I am opening is local or live.
    Actually I want to specify the rtsp_transport in avformat_open_input accordingly.
    If I do not specify the transport its by default taking UDP.
    In UPD I am losing packets in live stream.So i want to specify the transport TCP for live and default for local url.

  • How to play transport stream ? [on hold]

    3 juin 2014, par berke

    I tried to play ts file in android vlc and couldn’t play a video which has unknown pids in vlc.

    What i try to do is to play a .ts video(via vlc android) that has unknown pids in it (at least vlc android logs says that).

    In windows vlc, when i start vlc via cmd window(like this : pathtovlc\vlc.exe —demux ffmpeg). I can play the .ts file that i have.

    1. What is the difference btw starting plainly and starting this cmd parameter.
    2. Can I accomplish to play this video with android vlc source.
  • Screen Transfer [on hold]

    9 décembre 2013, par sanalism

    I need to develop a program that transfers a users screen and sound to another user over internet. The scenario can be visualized like this :

    There is a teacher in front of his computer and writes some code on his computer (ex:visual studio). He has a microphone. There is two students watching teacher's screen and listening his voice from their own computers.

    There are a few alternatives to get screen capture of a user and transfer it like ffmpeg, aforge or self coded screen capture program by c# (over udp). Tried all alternatives.

    However, the problem is all of them are so slow, or creates bad resolution of video. There should be an alternative way, because some programs reaches a high quality. For example teamviewer, windows remote desktop, logmein can send the screen with a high quality. More over, teamviewer can send sound also.

    Where should I begin to overcome this mission ? Which platform, language, protocol is useful ?