Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (21)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (6659)

  • MediaTomb, doesnt execute ffmpeg

    19 janvier 2014, par Александър Добрев

    Im trying to setup MediaTomb on home machine to watch movies on TV via DLNA.Last 2 days, i tried several configs for MediaTomb, a lot of codec variations for ffmpeg but nothing.
    The problem is that i try to play HD movie(mkv file), movie is fine except that doesnt have any sound.

    Strange here is that when i play movie, ffmpeg isnt running as process in htop. Any ideas will be good.

    This is my current config of Mediatomb.

    http://pastebin.com/L1cPb2c8

  • fatal Error Issues - jhotovy's version of android-ffmpeg-x264 - github.com/jhotovy/android-ffmpeg.git

    3 août 2012, par user1545779

    The following is the output for issuing init-submodules.sh. I keep receiving this

    error:fatal error:
       Unable to checkout '15e02184e136e47ecff01bf56aca
       The49d8e2646fb4&#39; in submodule path &#39;Project/jni/ffmpeg&#39;<br />

    Has anyone run jhotovy's version of halfninja's code successfully so far ? Any help in resolving this issue will be greatly appreciated

    My screen output :

       gipsyblues@android-general:~/android-ffmpeg$ ./init-submodules.sh <br />
       ls: cannot access ./jni/ffmpeg/*: No such file or directory<br />
       Submodule &#39;ffmpeg&#39; (git://git.videolan.org/ffmpeg.git) registered for path   Project/jni     /ffmpeg&#39;<br />
       Submodule &#39;x264&#39; (git://git.videolan.org/x264.git) registered for path &#39;Project/jni    /x264&#39;<br />
       user.name=xxxxxxx <br />
       user.email=yyyyyyy <br />
       core.repositoryformatversion=0<br />
       core.filemode=true<br />
       core.bare=false<br />
       core.logallrefupdates=true<br />
       remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*<br />
       remote.origin.url=git://github.com/jhotovy/android-ffmpeg.git
       branch.master.remote=origin<br />
       branch.master.merge=refs/heads/master<br />
       submodule.ffmpeg.url=git://git.videolan.org/ffmpeg.git<br />
       submodule.x264.url=git://git.videolan.org/x264.git<br />
       Initialized empty Git repository in /home/gipsyblues/android-ffmpeg/Project/jni/ffmpeg  /.git/<br />
       remote: Counting objects: 237417, done.<br />
       remote: Compressing objects: 100% (57251/57251), done.<br />
       remote: Total 237417 (delta 186957), reused 228690 (delta 179782)<br />
       Receiving objects: 100% (237417/237417), 59.89 MiB | 5.22 MiB/s, done.<br />
       Resolving deltas: 100% (186957/186957), done.<br />
       fatal: reference is not a tree: 15e02184e136e47ecff01bf56aca49d8e2646fb4<br />
       Unable to checkout &#39;15e02184e136e47ecff01bf56aca49d8e2646fb4&#39; in submodule path    &#39;Project/jni/ffmpeg&#39;<br />
      gipsyblues@android-general:~/android-ffmpeg$ <br />

    I have successfully run the original halfninja version which is also at githuib.com/halfninja/android-ffmpeg-x264.&lt;br> I have searched all over the Internet and i am not finding any reference to this issue. Anyone had any success with that implementation

  • Strange error [adding watermark to flv video with ffmpeg on linux centos 6]

    20 juillet 2012, par igor

    I have tried to do the job with following code :

    ffmpeg -i /home/igordr/video.flv -vf "movie=/home/igordr/wm.jpg [watermark]; [in][watermark] overlay=main_w/2-overlay_w/2:main_h/2-overlay_h/2 [out]" /home/igordr/outputvideo.flv

    Also tried :

    ffmpeg -i /home/igordr/video.flv -b:a 300k -ar 22050 -t 10 -f flv -s 352x288 -vf "movie = /home/igordr/wm.png [watermark]; [in][watermark] overlay =0:0 [out]" /home/igordr/out.flv

    I get errors :

    Unrecognized option &#39;vf&#39;

    Unrecognized option &#39;b:a&#39;

    Also, I am interested, how I can add just one big image, before video starts, without watermark, and does it possible ?

    How can i check ffmpeg version, and install new one if it's old ?