Recherche avancée

Médias (91)

Autres articles (66)

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

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (5003)

  • 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 'vf'

    Unrecognized option 'b:a'

    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 ?

  • 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

  • Error while transcoding using FFMPEG from MXF to mp4

    27 mai 2015, par jasper

    I am using FFmpeg 0.6.3 in command line to transcode files from one format to another in windows server 2008.But when i try to convert mxf file to mp4 format. i am getting the following error message

    ffmpeg error while opening encoder for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height

    ffmpeg command that is used to transcode
    ffmpeg -y -i "inputfile.mxf" -t 30 -s 640x360 output.mp4 -t 30 -s 1280x720 output2.mp4