Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (26)

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

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5079)

  • Files FFMPEG needs after compiling it (CentOS)

    29 juin 2015, par coder_uk

    Background : I wanted to use the libfdk_aac library with FFMPEG as they say it is the highest quality one (https://trac.ffmpeg.org/wiki/Encode/AAC). So that meant I had to compile FFMPEG from source.

    That’s all fine - I’ve done that and it all works.

    But now I want to make a backup/image of the server, but keep it as small as possible. So I know I don’t need all of source files.

    But could anyone tell me whether I can just go ahead and delete everything apart from /usr/bin/ffmpeg (or whatever the path to the binary is) ?

    Or does that binary depend on a load of other libraries that have been built/buried within the system as part of the compilation process ? I don’t mind some - it’s really just knowing how much I can safely get rid of without it randomly breaking due to a missing file weeks from now :)

  • ffmpeg Decode Hardware Accelerator concept and NVDEC, DXVA, VAAPI

    12 février 2019, par Hun

    I have video player using DX11, FFMPEG but It has so much CPU usage when H.264 4K 60FPS video play.
    So I try to hardware accelerated decode and search about this.
    But All I can get confused.
    According to this page.

    https://trac.ffmpeg.org/wiki/HWAccelIntro

    I can choose between DXVA2, VAAPI, and NVENC.
    But I do not know what is different.

    1. Can you explain the advantages and disadvantages of these ? (pros and cons)

    2. Is there a hardware acceleration method other than these ? ex) hardware

    acceleration of ffmpeg itself. Codeccontext->hwaccel//

    Thanks for reply

  • Ubuntu ffmpeg command -i not found

    12 avril 2016, par Gerwin

    I’m a beginner with Ubuntu and I need to setup a streaming server for my company, I’ve installed NGINX and FFMPEG, but when I call ffmpeg -i in the ~/ffmpeg/ffmpeg directory it returns an error command not found but when I call ./ffmpeg -i it returns a list with configurations.. why does ffmpeg -i not work and how can I fix it ?

    I think that the Path Enviroment Variable is incorrect but how would I go abouts changing said variable ? I’m not that experienced with Ubuntu / CMD programming / FFMPEG configuration.

    Sources - https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
    https://github.com/arut/nginx-rtmp-module/wiki/Control-module
    and http://docs.unified-streaming.com/tutorials/live/broadcast-247.html#continuous-timestamps