Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (35)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

Sur d’autres sites (5472)

  • /document/video:189755 : No such file or directory [duplicate]

    1er février 2018, par lavanya lavan

    This question already has an answer here :

    I tried ffmpeg for splitting a video. I can’t see any files once it’s split. Anyone guide me pls

    onFailure : WARNING : linker : /data/data/com.dageek.instatoolbox_android/files/ffmpeg has text relocations. This is wasting memory and prevents security hardening. Please fix.

    ffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developers
     built with gcc 4.8 (GCC)
     configuration: --target-os=linux
       --cross-prefix=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/bin/i686-linux-android-
       --arch=x86 --cpu=i686 --enable-runtime-cpudetect
       --sysroot=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/sysroot
       --enable-pic --enable-libx264 --enable-libass --enable-libfreetype
       --enable-libfribidi --enable-libmp3lame --enable-fontconfig
       --enable-pthreads --disable-debug --disable-ffserver
       --enable-version3 --enable-hardcoded-tables --disable-ffplay
       --disable-ffprobe --enable-gpl --enable-yasm --disable-doc
       --disable-shared --enable-static
       --pkg-config=/home/vagrant/SourceCode/ffmpeg-android/ffmpeg-pkg-config
       --prefix=/home/vagrant/SourceCode/ffmpeg-android/build/x86
       --extra-cflags='-I/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all -march=i686'
       --extra-ldflags='-L/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie'
       --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=

    libavutil      55. 17.103 / 55. 17.103
     libavcodec     57. 24.102 / 57. 24.102
     libavformat    57. 25.100 / 57. 25.100
     libavdevice    57.  0.101 / 57.  0.101
     libavfilter     6. 31.100 /  6. 31.100
     libswscale      4.  0.100 /  4.  0.100
     libswresample   2.  0.101 /  2.  0.101
     libpostproc    54.  0.100 / 54.  0.100

    /document/video:189755: No such file or directory
  • When reading a file line by line, I only get to execute ffmpeg on the first line

    12 avril 2016, par Shmuel

    I’m writing a Bash script in which I read a file line by line ( well, <(find /home/user/ -iname "*.MP4") to be exact ) , and for each line I execute ffmpeg, so I’m doing something like this :

    while read -r line; do
       ffmpeg -i "$line" [ MORE OPTIONS ... ]
    done < <(find /home/user/ -iname "*.MP4")

    Though, for some reason, only the first line is being processed successfuly.

    Any idea why my code ignores all other lines ?

  • OpenCV libopencv_core.so.2.4.1 File Not Found

    14 novembre 2013, par benrules2

    I am trying to setup OpenCV v2.4.1 with FFMPEG v0.11 support on Scientific Linux SL release 5.0 (Boron), and I am running into a problem with a missing file that seems completely undocumented. The error I am getting is as follows :

    -- Install configuration: "Release"

    -- Up-to-date: /home/s18/s1138832/OpenCV/include/opencv/cv.h
    -- Up-to-date: /home/s18/s1138832/OpenCV/include/opencv/cxmisc.h
    -- Up-to-date: /home/s18/s1138832/OpenCV/include/opencv/cvwimage.h
    -- Up-to-date: /home/s18/s1138832/OpenCV/include/opencv2/opencv.hpp
    CMake Error at modules/core/cmake_install.cmake:63 (FILE):
    file INSTALL cannot find file
     "/home/s18/s1138832/OpenCV/lib/libopencv_core.so.2.4.1" to install.
    Call Stack (most recent call first):
     modules/cmake_install.cmake:57 (INCLUDE)
     cmake_install.cmake:56 (INCLUDE)

    I honestly don't know where to begin troubleshooting this at this point. I successfully installed without ffmpeg a few days ago, but now I can't even install with ffmpeg support set to off.

    The files that link to the missing library are :

    lrwxrwxrwx 1 s1138832 s18      21 Jun 17 18:26 libopencv_core.so ->    libopencv_core.so.2.4
    lrwxrwxrwx 1 s1138832 s18      23 Jun 17 18:26 libopencv_core.so.2.4 -> libopencv_core.so.2.4.1

    Any advice or prods in the right direction would be much appreciated. I would also be happy to provide more info on whatever interesting details I may have omitted.

    UPDATES : This website seems to have the same error, but I can't read it and translations patchy - http://www.opencv.org.cn/forum/viewtopic.php?f=1&t=15664 ( http://translate.google.com/translate?sl=auto&tl=en&js=n&prev=_t&hl=en&ie=UTF-8&layout=2&eotf=1&u=http%3A%2F%2Fwww.opencv.org.cn%2Fforum%2Fviewtopic.php%3Ff%3D1%26t%3D15664&act=url )

    libopencv_core.so.2.4.1 exists after "make", but "make install" deletes it somehow. I copied it and added it again, but it didn't change anything