Recherche avancée

Médias (91)

Autres articles (28)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

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

Sur d’autres sites (4546)

  • RTSP to HTTP Live Streaming (iOS)

    15 novembre 2013, par user2964075

    I have RTSP feed coming from my IP Camera as my source input and need to publish it to HTTP Live Streaming (HLS) for playback on iOS devices. I have already tried RTSP-to-RTSP on iOS and it worked ; this time I want to try RTSP-to-HLS. I already have Wowza and ffmpeg installed but I just don't know what commands I should run to produce HLS. I've googled for the right commands but I just couldn't find them. What should I run ?

    Safari supports HLS. Does it also mean that UIWebView supports HLS as well ?

  • ffmpeg transcode video, audio to specific configuration [on hold]

    20 novembre 2013, par John Simpson

    I have a mp4 video. I want to transcode it to mp4 video with specific configuration as follows :
    - video, h264, resolution : 720x480, framerate : 24.
    - audio, aac, 44100 Hz.

    How can I achieve that by using ffmpeg ?

  • Video Comparison Using Java - Video similarity [on hold]

    23 novembre 2013, par Emily Webb

    Is there approach to compare 2 videos and check are they different versions of the same video...

    Here by different version I meant that we can create two same videos with different resolutions or one of the video can be a large video and the other one can be a portion of it.But we should recognize both videos as same video in this scenario.

    Is there any java libraries to attain this ? Or is there any approaches to achieve this ?