Recherche avancée

Médias (91)

Autres articles (41)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7528)

  • ffmpeg not working in Java

    25 août 2014, par Tauqeer Ahmad

    I tried to convert a video file forflv to mp4 in Ubuntu command line and it worked fine and the video quality is good. Now I am passing the ditto command in.

    Runtime.getRuntime().exec("/usr/local/ffmpeg -i input.flv -c:v libx264 -crf 23 -c:a libvo_aacenc out.mp4")

    But the quality of video is not good while executing with Java program. The quality of video is same if I run the command.

    Runtime.getRuntime().exec("/usr/local/ffmpeg -i input.flv output.flv")

    Does anyone know the solution ?

  • Unable to open video from C++ in opencv. It works from python

    3 septembre 2014, par user3612710

    I’m trying to use open cv (2.4.9) video support from within C++. However, when I try to open a video file with cv::VideoCapture I get

    warning: Error opening file (/tmp/opencv-mLsrDm/opencv-2.4.9/modules/highgui/src/cap_ffmpeg_impl.hpp:545)
    WARNING: Couldn't read movie file 11:28:39.mp4

    Using cv2.VideoCapture from within python on the same file works. The python wrappers are from the same build of opencv so I’m a bit perplexed.

    Mac os 10.9.4. OpenCV is built with ffmpeg (but no quicktime) via homebrew.

    I’m linking against all the libraries that the the python cv2.so is linked against.

    Any ideas ? Thanks.

  • Revision dbdff12b81 : vp9 : sync workers at the start of decode_tiles_mt() prevents any problems resum

    29 août 2014, par James Zern

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c



    vp9 : sync workers at the start of decode_tiles_mt()

    prevents any problems resuming decode after decoding a corrupt frame

    Change-Id : Ib7eb1b5c062aebe71074fef1ece32a32822c16be