Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (70)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (8245)

  • How connect OBS with VPS which has ffmpeg for live streaming ?

    6 mai 2017, par user7647539

    Helo I’ve a VPS on Centos 7 with Apache and ffmpeg.
    How can I do live streaming on this server using OBS on my local PC to encode and publish to this server and after embed this live video in my wordpress website to allow every device to watch the live video ?
    Thank you all

  • when i use FFmpeg libary to compress video,ide show this error

    29 mai 2017, par leslie
    E/FFmpeg: Exception while trying to run: /data/user/0/com.example/files/ffmpeg -y -i /storage/emulated/0/DCIM/Camera/VID_20170517_112234.mp4 -vf scale=500:-1 qscale:v 8 -acodec copy -vcodec mpeg4/storage/emulated/0/wobingwoyi/1496060268815.mp4

    java.io.IOException: Error running exec(). Command: [/data/user/0/com.wobingwoyi/files/ffmpeg, -y, -i, /storage/emulated/0/DCIM/Camera/VID_20170517_112234.mp4, -vf, scale=500:-1, -qscale:v, 8, -acodec, copy, -vcodec, mpeg4, /storage/emulated/0/wobingwoyi/1496060268815.mp4] Working Directory: null Environment: null

    Here is my Configuration

    This is the complete error message

  • Error while trying to compress a 10 sec video on react-native

    10 novembre 2017, par Kamil Kamili

    I am currently using the library react-native-video-processing to compress a 10 sec video on android. But this is the error I get while trying to compress it.

    Any ideas suggestions ?

    Possible Unhandled Promise Rejection (id : 0) : Error : compress error :
    failed. ffmpeg version 3.3.5 Copyright (c) 2000-2017 the FFmpeg
    developers built with gcc 4.8 (GCC) configuration : —target-os=linux
    —cross-prefix=/Users/kesha/Projects/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi-
    —arch=arm —cpu=cortex-a8 —enable-runtime-cpudetect —sysroot=/Users/kesha/Projects/ffmpeg-android/toolchain-android/sysroot
    —enable-libx264 —enable-pthreads —disable-debug —disable-ffserver —enable-version3 —enable-hardcoded-tables —disable-ffplay —disable-ffprobe —enable-yasm —disable-doc —disable-shared —enable-static —enable-nonfree —disable-network —enable-gpl —enable-ffmpeg —enable-small —disable-filters —enable-filter=copy —enable-filter=trim —enable-filter=crop —enable-filter=scale —enable-filter=format —pkg-config=/Users/kesha/Projects/ffmpeg-android/ffmpeg-3.3-pkg-config —prefix=/Users/kesha/Projects/ffmpeg-android/build/armeabi-v7a —extra-cflags=’-I/Users/kesha/Projects/ffmpeg-android/toolchain-android/include
    -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all’ —extra-ldflags=’-L/Users/kesha/Projects/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie’ —extra-cxxflags= —extra-libs=’-lx264 -lm’ libavutil 55. 58.100 / 55. 58.100 libavcodec 57. 89.100 / 57. 89.100 libavformat 57. 71.100 / 57. 71.100 libavdevice 57. 6.100 / 57. 6.100 libavfilter 6. 82.100 /
    6. 82.100 libswscale 4. 6.100 / 4. 6.100 libswresample 2. 7.100 / 2. 7.100 libpostproc 54. 5.100 / 54. 5.100Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
    ’file :///storage/emulated/0/Movies/VID_20171110_195700.mp4’ :
    Metadata : major_brand : mp42 minor_version : 0
    compatible_brands : isommp42 creation_time :
    2017-11-10T16:57:05.000000Z com.android.version : 7.1.1 Duration :
    00:00:03.10, start : 0.000000, bitrate : 2094 kb/s Stream #0:0(eng) :
    Video : h264 (avc1 / 0x31637661), yuvj420p(pc, smpte170m), 720x480,
    1991 kb/s, SAR 1:1 DAR 3:2, 30 fps, 30 tbr, 90k tbn, 180k tbc
    (default) Metadata : rotate : 270 creation_time
     : 2017-11-10T16:57:05.000000Z handler_name : VideoHandle
    Side data : displaymatrix : rotation of 90.00 degrees Stream

    0:1(eng) : Audio : aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 95 kb/s (default) Metadata : creation_time :

    2017-11-10T16:57:05.000000Z handler_name : SoundHandleStream
    mapping : Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
    Stream #0:1 -> #0:1 (aac (native) -> aac (native))Press [q] to stop,
    [?] for helpError reinitializing filters !Failed to inject frame into
    filter network : Out of memoryError while processing the decoded data
    for stream #0:0[aac @ 0xf6f04c00] Qavg : 12036.106[aac @ 0xf6f04c00] 2
    frames left in the queue on closingConversion failed ! Error : compress
    error : failed. ffmpeg version 3.3.5 Copyright (c) 2000-2017 the FFmpeg
    developers built with gcc 4.8 (GCC) configuration : —target-os=linux
    —cross-prefix=/Users/kesha/Projects/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi-
    —arch=arm —cpu=cortex-a8 —enable-runtime-cpudetect —sysroot=/Users/kesha/Projects/ffmpeg-android/toolchain-android/sysroot
    —enable-libx264 —enable-pthreads —disable-debug —disable-ffserver —enable-version3 —enable-hardcoded-tables —disable-ffplay —disable-ffprobe —enable-yasm —disable-doc —disable-shared —enable-static —enable-nonfree —disable-network —enable-gpl —enable-ffmpeg —enable-small —disable-filters —enable-filter=copy —enable-filter=trim —enable-filter=crop —enable-filter=scale —enable-filter=format —pkg-config=/Users/kesha/Projects/ffmpeg-android/ffmpeg-3.3-pkg-config —prefix=/Users/kesha/Projects/ffmpeg-android/build/armeabi-v7a —extra-cflags=’-I/Users/kesha/Projects/ffmpeg-android/toolchain-android/include
    -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all’ —extra-ldflags=’-L/Users/kesha/Projects/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie’ —extra-cxxflags= —extra-libs=’-lx264 -lm’ libavutil 55. 58.100 / 55. 58.100 libavcodec 57. 89.100 / 57. 89.100 libavformat 57. 71.100 / 57. 71.100 libavdevice 57. 6.100 / 57. 6.100 libavfilter 6. 82.100 /
    6. 82.100 libswscale 4. 6.100 / 4. 6.100 libswresample 2. 7.100 / 2. 7.100 libpostproc 54. 5.100 / 54. 5.100Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
    ’file :///storage/emulated/0/Movies/VID_20171110_195700.mp4’ :
    Metadata : major_brand : mp42 minor_version : 0
    compatible_brands : isommp42 creation_time :
    2017-11-10T16:57:05.000000Z com.android.version : 7.1.1 Duration :
    00:00:03.10, start : 0.000000, bitrate : 2094 kb/s Stream #0:0(eng) :
    Video : h264 (avc1 / 0x31637661), yuvj420p(pc, smpte170m), 720x480,
    1991 kb/s, SAR 1:1 DAR 3:2, 30 fps, 30 tbr, 90k tbn, 180k tbc
    (default) Metadata : rotate : 270 creation_time
     : 2017-11-10T16:57:05.000000Z handler_name : VideoHandle
    Side data : displaymatrix : rotation of 90.00 degrees Stream

    0:1(eng) : Audio : aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 95 kb/s (default) Metadata : creation_time :

    2017-11-10T16:57:05.000000Z handler_name : SoundHandleStream
    mapping : Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
    Stream #0:1 -> #0:1 (aac (native) -> aac (native))Press [q] to stop,
    [?] for helpError reinitializing filters !Failed to inject frame into
    filter network : Out of memoryError while processing the decoded data
    for stream #0:0[aac @ 0xf6f04c00] Qavg : 12036.106[aac @ 0xf6f04c00] 2
    frames left in the queue on closingConversion failed !
    at createErrorFromErrorData (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:1807:15)
    at http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:1760:25
    at MessageQueue.__invokeCallback (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:2118:16)
    at http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:1935:16
    at MessageQueue.__guard (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:2053:9)
    at MessageQueue.invokeCallbackAndReturnFlushedQueue (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false:1934:12)
    at http://localhost:8081/debugger-ui/debuggerWorker.js:72:58