Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (60)

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (10202)

  • Add aac single audio to MPEG DASH mpd files

    26 avril 2017, par Adminy

    I am trying to add manually to the .mpd file the following code.

       <adaptationset contenttype="audio" segmentalignment="true" bitstreamswitching="true" lang="English">
           <representation mimetype="audio/mp4" codecs="mp4a.40.2" audiosamplingrate="44100">
               <audiochannelconfiguration schemeiduri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"></audiochannelconfiguration>
               <segmenttemplate timescale="44100" media="http://localhost/audio.aac" startnumber="1">
               </segmenttemplate>
           </representation>
       </adaptationset>

    But its not working, Does everything have to be segmented in .mpd files ? or can I have a single .acc file ?

  • FFMpeg convert VOB to H264 and multi language

    26 octobre 2016, par gduh

    I try to convert VOB files to H264. I know it seems to be crazy to do that but the goal is to use it with the Apple TV.

    To just converting a VOB file to mp4 with the right audio stream is not really a problem.

    The problem is when the VOB file contains multi-sequences in different languages. For example, in the mp4’s file I will have 3 seconds of video including for example a book on the screen in english, then, the same 3 seconds with the book in french and so on...
    But with the VOB file I will have only the 3 seconds in the right language.

    When I check the VOB file, I only see one stream #0.0 for the video.

    So my question is, how can I avoid to include the differents videos sequences with these different languages ?

    Thx for your help.

  • Progress bar in VB 6.0 from Transcoding process in FFMPEG

    1er septembre 2022, par Ramses1974

    firts excuse me for my English it`s super Freak. Sorry

    &#xA;&#xA;

    I have a big problem , i need finish my applicatión in VB6.0 for a test in my High Schooll and i can`t find the solution, My app open a FFmpeg.EXE file which open a cmd window Prompt and start a trascoding process, i need link the last line generated into the Prompt of the CMD window (Or top Bottom) , in this line exists Values what change , in this trascoding process the result are bit Rates , which fluctuates acording to others var. &#xA;The idea it´s what into the form of my app i can read this line in real time to bulid a progress bar (File Size/Bitrate average)=time to process.

    &#xA;&#xA;

    Can you help me. Thanks for the answer....

    &#xA;