Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (67)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

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

  • Compiling FFmpeg 3.1.1 for x86 using Android NDK

    7 juillet 2016, par user3032481

    The newest version of FFmpeg is 3.1.1. After version 3.1, I can’t compile FFmpeg for x86.(But 3.0.2 or earlier versions can be compiled.)

    The terminal shows ld: error: libavutil/../compat/strtod.o: incompatible target.

    My OS is Xubuntu 14.04 x86 and x86_64.(I have tried both of them.)

    My NDK version is r10e(x86) and r12b(x86_64).

    When I compile FFmpeg 3.0.2, it has no error.

    This is my configure :

    ./configure \
    --prefix="${PREFIX}" \
    --enable-shared \
    --disable-static \
    --disable-doc \
    --disable-ffplay \
    --disable-ffprobe \
    --disable-ffserver \
    --cross-prefix="${PREFIX}/bin/i686-linux-android-" \
    --target-os=linux \
    --arch=x86 \
    --enable-cross-compile \
    --sysroot="${PREFIX}/sysroot" \
    --extra-cflags="" \
    --extra-ldflags="" \
    --extra-libs="" \
    --disable-debug

    ${PREFIX} is a directory path used for --install-dir option while running make-standalone-toolchain.sh which is a tool in Android NDK.

    It only happens while I compile FFmpeg for x86. ARM architecture is ok.

  • Can't get simple ffmpeg tutorial to compile on OSX ?

    31 août 2016, par toy

    I’ve installed ffmpeg using homebrew and everything is working fine. Now I’m following the tutorial from http://dranger.com/ffmpeg/

    But I can’t get it to compile on my OSX

    Here’s my code

    #include "libavcodec/avcodec.h"
    #include "libavformat/avformat.h"
    #include "libavfilter/avfilter.h"

    int main() {
     av_register_all();
     return 0;
    }

    This is how I compile

    gcc ffmpeg-test.cpp -I /usr/local/include

    I get this error

    Undefined symbols for architecture x86_64:
     "av_register_all()", referenced from:
         _main in ffmpeg-test-821a45.o
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
  • Merge commit ’d6096a67422534918405abb46dafbbac4608cbc3’

    13 mars 2014, par Michael Niedermayer
    Merge commit ’d6096a67422534918405abb46dafbbac4608cbc3’
    

    * commit ’d6096a67422534918405abb46dafbbac4608cbc3’ :
    Remove all SH4 architecture optimizations

    Conflicts :
    libavcodec/sh4/dsputil_sh4.c
    libavcodec/sh4/dsputil_sh4.h
    libavcodec/sh4/idct_sh4.c
    libavcodec/sh4/sh4.h

    If someone wants to maintain these (or other) SH4 optimizations, please
    contact me or ffmpeg-devel.
    I am happy to revert this removial if theres someone considering to
    maintain this code.

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/dsputil.c
    • [DH] libavcodec/dsputil.h
    • [DH] libavcodec/options_table.h
    • [DH] libavcodec/sh4/Makefile
    • [DH] libavcodec/sh4/dsputil_sh4.c
    • [DH] libavcodec/sh4/dsputil_sh4.h
    • [DH] libavcodec/sh4/idct_sh4.c
    • [DH] libavcodec/sh4/sh4.h
    • [DH] libavcodec/version.h