Recherche avancée

Médias (1)

Mot : - Tags -/pirate bay

Autres articles (53)

  • 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

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (10302)

  • Introducing CI Status : the build dashboard for Travis CI

    6 octobre 2014, par Matthieu Napoli — Development, Meta

    The Piwik team has been working on a new tool for developers : CI Status.

    CI Status is a dashboard displaying the latest build status for all your repositories set up on Travis-CI.org or Travis-CI.com. The usage is meant to be as simple as possible : just login using your GitHub account and enjoy.

    CI-status.com

    Give CI Status a try now at ci-status.com !

    CI Status screenshot

    On your server : Setup CI Status

    The application is open source (released under the GNU Affero General Public License) and developed on GitHub. You are encouraged to contribute to the GitHub project if you find any bug or if you want to add new features. Since it was developed with reusability in mind, you can also install and maintain the application on your own server.

    We hope you will find this tool as useful as we do !

  • ffmpeg error - "error converting wmv to ac3 "

    13 octobre 2014, par yakumo

    hello i have an error

    my line

    ffmpeg -i 00003.track_4352.wav 00003.track_4352.ac3

    and résult

    ffmpeg version 2.1.5 Copyright (c) 2000-2014 the FFmpeg developers
    built on Jul 8 2014 20:44:17 with gcc 4.8.3 (GCC) 20140624 (Red Hat 4.8.3-1)
    configuration : —prefix=/usr —bindir=/usr/bin —datadir=/usr/share/ffmpeg —incdir=/usr/include/ffmpeg —libdir=/usr/lib64 —mandir=/usr/share/man —arch=x86_64 —optflags=’-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong —param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic’ —enable-bzlib —disable-crystalhd —enable-frei0r —enable-gnutls —enable-libass —enable-libcdio —enable-libcelt —enable-libdc1394 —disable-indev=jack —enable-libfreetype —enable-libgsm —enable-libmp3lame —enable-openal —enable-libopencv —enable-libopenjpeg —enable-libopus —enable-libpulse —enable-libschroedinger —enable-libsoxr —enable-libspeex —enable-libtheora —enable-libvorbis —enable-libv4l2 —enable-libvpx —enable-libx264 —enable-libxvid —enable-x11grab —enable-avfilter —enable-avresample —enable-postproc —enable-pthreads —disable-static —enable-shared —enable-gpl —disable-debug —disable-stripping —shlibdir=/usr/lib64 —enable-runtime-cpudetect
    libavutil 52. 48.101 / 52. 48.101
    libavcodec 55. 39.101 / 55. 39.101
    libavformat 55. 19.104 / 55. 19.104
    libavdevice 55. 5.100 / 55. 5.100
    libavfilter 3. 90.100 / 3. 90.100
    libavresample 1. 1. 0 / 1. 1. 0
    libswscale 2. 5.101 / 2. 5.101
    libswresample 0. 17.104 / 0. 17.104
    libpostproc 52. 3.100 / 52. 3.100
    00003.track_4352.wav : Invalid data found when processing input

    I do not understand this error can you help me I would like to convert this file

    thank you in advance

  • Ffmpeg, avconv and sameq

    25 avril 2015, par xiaose

    Earlier I wrote so :

    ffmpeg -i input.mp4 -sameq output.mp3

    ...and thus receive audio from video file. Ffmpeg just taken out or converted audio to mp3 with an appropriate quality. All thanks to key : -sameq [use same quantizer as source]

    Now in Ubuntu instead of ffmpeg we have libav and there (in man for avcomv) I see no -sameq key. Well, here is a question : what I have to do now ?..

    What I have to do now to get converted audio file with the same quality as in original ?

    PS. -sameq : Use same quantizer as source (implies VBR).

    $ man ffmpeg | col -b > ./man_ffmpeg

    this man_ffmpeg is there : http://pastebin.com/qYxz1M1E

    FFMPEG(1)
    NAME
      ffmpeg - ffmpeg video converter
    SYNOPSIS
      ffmpeg [[infile options][-i infile]]... {[outfile options] outfile}...
    ...
    ...
    ...
    -sameq
      Use same quantizer as source (implies VBR).
    ...
    ...
    ...
    SEE ALSO
      avplay(1), avprobe(1), avserver(1) and the Libav HTML documentation
    AUTHORS
      The Libav developers
    2014-02-06
    FFMPEG(1)