Recherche avancée

Médias (91)

Autres articles (49)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (6365)

  • Script to keep running ffmpeg always

    28 novembre 2022, par John Doe

    I have a raspberry connected to a network camera, recording an rtsp stream through ffmpeg.

    


    The problem is that the command stops for no apparent reason.

    


    I made a script to make it loop, but it also crashes...

    


    I have this script added in the rc.local so that it starts automatically.

    


    The sh script is as follows :

    


    while true; do FFREPORT=file"/home/pi/ffmpeglog_%p-%t.log":level=48 ffmpeg -hide_banner -y -loglevel error -rtsp_transport tcp -use_wallclock_as_timestamps 1 -i rtsp://xxxx:xxxx@192.168.1.108/11 -vcodec copy -acodec copy -f segment -reset_timestamps 1 -segment_time 3600 -segment_format mkv -segment_atclocktime 1 -strftime 1 /home/pi/Videos/camhi144_%Y_%m%d_%H%M.mkv; done

    


    Many thanks...

    


    I need to save the stream locally without it stopping...

    


  • ffmpeg-Error splitting the argument list : Option not found

    9 janvier 2020, par Android Developer

    I am trying to execute below command using ffmpeg-android-java

    -i /storage/sdcard0/WhatsApp/Media/WhatsApp
    Video/VID-20170228-WA0000.mp4 -ss 180 -t 292 -strict -2 -async 1
    /storage/sdcard0/Movies/cropper_video_1.mp4

    I am getting below failure message-

    FAILED with output : 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/arm-linux-androideabi-
    —arch=arm —cpu=cortex-a8 —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/armeabi-v7a —extra-cflags=’-I/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/include
    -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all’ —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
    Unrecognized option ’i /storage/sdcard0/WhatsApp/Media/WhatsApp
    Video/VID-20170228-WA0000.mp4 -ss 180 -t 292 -strict -2 -async 1
    /storage/sdcard0/Movies/cropper_video_1.mp4’.
    Error splitting the argument list : Option not found

    Why am i getting this error and how can i resolve it ?

  • ffmpeg-Error splitting the argument list : Option not found

    1er mars 2017, par Stranger

    I am trying to execute below command using ffmpeg-android-java

    -i /storage/sdcard0/WhatsApp/Media/WhatsApp
    Video/VID-20170228-WA0000.mp4 -ss 180 -t 292 -strict -2 -async 1
    /storage/sdcard0/Movies/cropper_video_1.mp4

    I am getting below failure message-

    FAILED with output : 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/arm-linux-androideabi-
    —arch=arm —cpu=cortex-a8 —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/armeabi-v7a —extra-cflags=’-I/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/include
    -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all’ —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
    Unrecognized option ’i /storage/sdcard0/WhatsApp/Media/WhatsApp
    Video/VID-20170228-WA0000.mp4 -ss 180 -t 292 -strict -2 -async 1
    /storage/sdcard0/Movies/cropper_video_1.mp4’.
    Error splitting the argument list : Option not found

    Why am i getting this error and how can i resolve it ?