Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (80)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (14065)

  • libffmpeg.so in not building

    22 mai 2015, par Sargam Modak

    my build_ffmpeg_for_android.sh is like this

    #!/usr/bin/env bash

    NDK=/home/samo/Downloads/android-ndk-r10e
    SYSROOT=$NDK/platforms/android-9/arch-arm/
    TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64
    PLATFORM=$NDK/platforms/android-19/arch-arm/
    PREBUILT=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64

    function build_one
    {
    ./configure \
       --prefix=$PREFIX \
       --enable-shared \
       --disable-static \
       --disable-doc \
       --disable-ffmpeg \
       --disable-ffplay \
       --disable-ffprobe \
       --disable-ffserver \
       --disable-avdevice \
       --disable-doc \
       --disable-symver \
       --cross-prefix=$TOOLCHAIN/bin/arm-linux-androideabi- \
       --target-os=linux \
       --arch=arm \
       --enable-cross-compile \
       --sysroot=$SYSROOT \
       --extra-cflags="-Os -fpic $ADDI_CFLAGS" \
       --extra-ldflags="$ADDI_LDFLAGS" \
       $ADDITIONAL_CONFIGURE_FLAG
    make clean
    make -j4
    make install
    $PREBUILT/bin/arm-linux-androideabi-ar d libavcodec/libavcodec.a inverse.o
    $PREBUILT/bin/arm-linux-androideabi-ld -rpath-link=$PLATFORM/usr/lib -L$PLATFORM/usr/lib  -soname libffmpeg.so -shared -nostdlib  -z,noexecstack -Bsymbolic --whole-archive --no-undefined -o $PREFIX/libffmpeg.so libavcodec/libavcodec.a libavformat/libavformat.a libavutil/libavutil.a libswscale/libswscale.a -lc -lm -lz -ldl -llog  --warn-once  --dynamic-linker=/system/bin/linker $PREBUILT/lib/gcc/arm-linux-androideabi/4.8/libgcc.a
    }

    CPU=arm
    PREFIX=/home/samo/ffmpeg/android/$CPU
    ADDI_CFLAGS="-marm"

    build_one

    when i am running this code libffmpeg.so is not building.
    secondly error is coming : /home/samo/Downloads/android-ndk-r10e/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld : ,noexecstack : unknown -z option

    Can someone explain me the two lines after ’make install’. What are those two lines doing. I dont know the scripting so pls elaborate what d and -z terms doing. Thanx

  • How to stack several videos using ffmpeg ?

    13 juillet 2019, par John

    I have four cameras that are recording videos and wand to stack all videos into one video file. The final video must be a 2x2 grid.

    final video - 2x2 grid

    THE HARD PART is that sometimes cameras are not recording simultaneously.

    Here you can see one situation of how cameras are recording :

    Camera 1 timeline: |recording....................................|
    Camera 2 timeline: |stopped....|recording........................|
    Camera 3 timeline: |recording.........|stopped....|recording.....|
    Camera 4 timeline: |recording..................|stopped..........|

    Explanation :

    • Camera 1 is recording all time.
    • Camera 2 is starting recording later.
    • Camera 3 is recording, then stopped a period of time, then again recording.
    • Camera 4 is recording a period of time, then stopped.

    In the final video I want to synchronize each video by timestamps.

    If a camera is stopped a period of time then at its position must be a black portion.

    How can I do this ?

  • Streaming trouble, ffmpeg unable to find a suitable output format

    9 octobre 2018, par Michael Munyanyi

    FFMPEG for some odd reason won’t allow me to output a stream, it’s odd because I have two computers available and one, which had low CPU was having trouble decoding but the stream worked, so I switched my network cables and I have tried transcoding with the same command and it will not output a stream.

    My command reads

    ffmpeg -i udp://@xxx.x.x.xx.xxxx -f mpegts udp://@xxx.x.x.xx.xxxx

    I also tried

    ffmpeg -i udp://@xxx.x.x.xx.xxxx udp://@xxx.x.x.xx.xxxx

    The error reads

    [NULL @ 000001c95eeb2600] Unable to find a suitable output format for udp://@xxx.x.x.xx.xxxx'
    udp://@xxx.x.x.xx.xxxx: Invalid argument"

    full log

    C:\Users\xxx\Downloads\Installations\FFMPEG\bin>ffmpeg -i udp://@xxx.x.x.xx:xxxx -f mpegts udp://@xxx.x.x.xx.xxxx
    ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg developers
     built with gcc 7.3.1 (GCC) 20180722
     configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth
     libavutil      56. 14.100 / 56. 14.100
     libavcodec     58. 18.100 / 58. 18.100
     libavformat    58. 12.100 / 58. 12.100
     libavdevice    58.  3.100 / 58.  3.100
     libavfilter     7. 16.100 /  7. 16.100
     libswscale      5.  1.100 /  5.  1.100
     libswresample   3.  1.100 /  3.  1.100
     libpostproc    55.  1.100 / 55.  1.100
    [h264 @ 000001c3a9dff900] non-existing SPS 0 referenced in buffering period
    [h264 @ 000001c3a9dff900] SPS unavailable in decode_picture_timing
    [h264 @ 000001c3a9dff900] non-existing PPS 0 referenced
    [h264 @ 000001c3a9dff900] non-existing SPS 0 referenced in buffering period
    [h264 @ 000001c3a9dff900] SPS unavailable in decode_picture_timing
    [h264 @ 000001c3a9dff900] non-existing PPS 0 referenced
    [h264 @ 000001c3a9dff900] decode_slice_header error
    [h264 @ 000001c3a9dff900] no frame!
    [h264 @ 000001c3a9dff900] non-existing SPS 0 referenced in buffering period
    [h264 @ 000001c3a9dff900] SPS unavailable in decode_picture_timing
    [h264 @ 000001c3a9dff900] non-existing PPS 0 referenced
    [h264 @ 000001c3a9dff900] non-existing SPS 0 referenced in buffering period
    [h264 @ 000001c3a9dff900] SPS unavailable in decode_picture_timing
    [h264 @ 000001c3a9dff900] non-existing PPS 0 referenced
    [h264 @ 000001c3a9dff900] decode_slice_header error
    [h264 @ 000001c3a9dff900] no frame!
    [h264 @ 000001c3a9dff900] non-existing SPS 0 referenced in buffering period
    [h264 @ 000001c3a9dff900] SPS unavailable in decode_picture_timing
    [h264 @ 000001c3a9dff900] non-existing PPS 0 referenced
    [h264 @ 000001c3a9dff900] non-existing SPS 0 referenced in buffering period
    [h264 @ 000001c3a9dff900] SPS unavailable in decode_picture_timing
    [h264 @ 000001c3a9dff900] non-existing PPS 0 referenced
    [h264 @ 000001c3a9dff900] decode_slice_header error
    [h264 @ 000001c3a9dff900] no frame!
    [h264 @ 000001c3a9dff900] non-existing SPS 0 referenced in buffering period
    [h264 @ 000001c3a9dff900] SPS unavailable in decode_picture_timing
    [h264 @ 000001c3a9dff900] non-existing PPS 0 referenced
    [h264 @ 000001c3a9dff900] non-existing SPS 0 referenced in buffering period
    [h264 @ 000001c3a9dff900] SPS unavailable in decode_picture_timing
    [h264 @ 000001c3a9dff900] non-existing PPS 0 referenced
    [h264 @ 000001c3a9dff900] decode_slice_header error
    [h264 @ 000001c3a9dff900] no frame!
    [h264 @ 000001c3a9dff900] non-existing SPS 0 referenced in buffering period
    [h264 @ 000001c3a9dff900] SPS unavailable in decode_picture_timing
    [h264 @ 000001c3a9dff900] non-existing PPS 0 referenced
    [h264 @ 000001c3a9dff900] non-existing SPS 0 referenced in buffering period
    [h264 @ 000001c3a9dff900] SPS unavailable in decode_picture_timing
    [h264 @ 000001c3a9dff900] non-existing PPS 0 referenced
    [h264 @ 000001c3a9dff900] decode_slice_header error
    [h264 @ 000001c3a9dff900] no frame!
    [h264 @ 000001c3a9dff900] non-existing SPS 0 referenced in buffering period
    [h264 @ 000001c3a9dff900] SPS unavailable in decode_picture_timing
    [h264 @ 000001c3a9dff900] non-existing PPS 0 referenced
    [h264 @ 000001c3a9dff900] non-existing SPS 0 referenced in buffering period
    [h264 @ 000001c3a9dff900] SPS unavailable in decode_picture_timing
    [h264 @ 000001c3a9dff900] non-existing PPS 0 referenced
    [h264 @ 000001c3a9dff900] decode_slice_header error
    [h264 @ 000001c3a9dff900] no frame!
    [mpegts @ 000001c3a9dea3c0] PES packet size mismatch
    [h264 @ 000001c3a9dff900] Reference 2 >= 2
    [h264 @ 000001c3a9dff900] error while decoding MB 62 39, bytestream 99129
    [h264 @ 000001c3a9dff900] reference picture missing during reorder
    [h264 @ 000001c3a9dff900] Missing reference picture, default is 65373
    Input #0, mpegts, from 'udp://@xxx.x.x.xx:xxxx':
     Duration: N/A, start: 87772.784411, bitrate: N/A
     Program 4030
       Metadata:
         service_name    : SONY TV HD
         service_provider: BSkyB
       Stream #0:0[0x208]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 50 tbr, 90k tbn, 50 tbc
       Stream #0:1[0x281](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), fltp, 384 kb/s
       Stream #0:2[0x243](eng): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)
    [udp @ 000001c3aa7aaa00] getaddrinfo(xxx.x.x.xx.xxxx, 0): The name does not resolve for the supplied parameters
    udp://@xxx.x.x.xx.xxxx: I/O error