Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (45)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (6588)

  • tools/graph2dot : use larger data types than int for array/string sizes

    12 mai 2015, par Michael Niedermayer
    tools/graph2dot : use larger data types than int for array/string sizes
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tools/graph2dot.c
  • How to change subtitle's color & add background to it with mencoder/ffmpeg command line tools ?

    4 septembre 2014, par AliGH

    I want to burn a subtitle file with .srt format in Persian (-utf8) into a video file with .mp4 format using mencoder. I’m using ubuntu 14.04. This command works for the simple task of burning subtitle on video file :

    sudo mencoder input.mp4 -sub subtitle.srt -utf8 -o output.mp4 -oac pcm -ovc lavc

    Now I want to change the color and font size of subtitle, and also add background for the subtitle. I’ve seen some commands here, like -ass-color <value></value> , -sub-bg-color but They don’t work together. -sub-bg-color works when I import the .srt file, and -ass-color works with .ass format. Also I don’t want to convert .srt files to .ass.
    Does anyone know how can I complete this line of command to do these changes I mentioned above ?

    Any equal command in ffmpeg is also wellcomed. I’m using mencoder just to avoid messing up with ffmpeg compiling process.

  • GUI Development using Eclipse, PYQT , QT designer tools in Linux for the c shell scripts written in Cygwin [on hold]

    9 octobre 2014, par user2658684

    I have written a c shell script that used the audio libraries such as ffmpeg and sox. In the script I have also called the python scripts. I have done this using CYGWIN and for that I had installed the ffmpeg, sox, python etc in cygwin environment.

    Now I want this to be transferred to LINUX machine that has centos 7.0 installed and develop the GUI for this. I have installed eclipse on it with Pydev and am trying to develop the GUI using PyQt and QT designer tools. Please suggest me if there is audio processing libraries like ffmpeg, sox available for eclipse PYdev.

    Also if some one can give me better suggestion of environment that I can use to develop the GUI other that Eclipse so that it is easier to use all the libraries in the environment.