Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (55)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

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

  • Update themerollered demo to use latest jQuery UI (along with newer jQuery version). Move code around to speed up page load.

    22 novembre 2011, par Jörn Zaefferer

    m demo/themerollered.html Update themerollered demo to use latest jQuery UI (along with newer jQuery version). Move code around to speed up page load.

  • Best and latest live video streaming soloution [on hold]

    3 avril 2015, par Ford

    I have read a few old posts on StackOverflow about live video streamins, but as they are from around 2008, i assume things have moved on from then... and wonder if a current thread will be useful to me and others.
    Also looking on google gives lots of stuff, but again i dont know who is best to listen to and who is trying to sell their stuff (not that i am against paying).

    Basically what are the main points i need to know in order to add/develope a feature to a website in order to offer "1 on 1" and "1 to many" MULTIPLE live streaming webcam, with voice and text chat.

    I am quiet competent with PHP, OK with basic JavaScript (of course fine with HTMLL/css), but do not know what code i would need for client side software, or if any "off the shelf" software is suitable.
    I have played with ffmpeg and noticed this offers streaming, but i dont know if it would be suitable or the best available option.?
    I have a dedicated server with virtualization so can add a dedicated box for streaming if needed/better.

    Any info that can point me off in the right direction of how to add a live streaming service to a website would be much appreciated !

  • How to get latest video frame without errors with FFMpeg ?

    3 mai 2021, par Kyryl Zotov

    I'm getting frame from video with FFMPEG and its working great except this when I want to get latest second frame.

    


    Video is 15.000 seconds.
But when I want exact that one or even 14.950 its not working.
When I try to get 14.800 it works, is there any way to setup ffpmeg to give closes result if it can't get frame ?

    


    My android library :
implementation 'com.arthenica:ffmpeg-kit-min:4.4.LTS'

    


    My Command
ffmpeg -ss 00:15:00.000 -i input -vframes 1 -q:v 2 output.jpg

    


    Error messages are :

    


    logs=Log{sessionId=1, level=AV_LOG_INFO, message='  configuration: --cross-prefix=aarch64-linux-android- --sysroot=/files/android-sdk/ndk/22.0.7026061/toolchains/llvm/prebuilt/linux-x86_64/sysroot --prefix=/storage/dark/projects/ffmpeg-kit/prebuilt/android-arm64-lts/ffmpeg --pkg-config=/usr/bin/pkg-config --enable-version3 --arch=aarch64 --cpu=armv8-a --cc=aarch64-linux-android21-clang --cxx=aarch64-linux-android21-clang++ --ranlib=aarch64-linux-android-ranlib --strip=aarch64-linux-android-strip --nm=aarch64-linux-android-nm --extra-libs='-L/storage/dark/projects/ffmpeg-kit/prebuilt/android-arm64-lts/cpu-features/lib -lndk_compat' --target-os=android --enable-neon --enable-asm --enable-inline-asm --enable-cross-compile --enable-pic --enable-jni --enable-optimizations --enable-swscale --disable-static --enable-shared --enable-v4l2-m2m --disable-outdev=fbdev --disable-indev=fbdev --enable-small --disable-openssl --disable-xmm-clobber-test --disable-debug --enable-lto --disable-neon-clobber-test --disable-programs --disable-postproc --disable-doc --disable-htmlpages --disable-manpages --disable-podpages --disable-txtpages --disable-sndio --disable-schannel --disable-securetransport --disable-xlib --disable-cuda --disable-cuvid --disable-nvenc --disable-vaapi --disable-vdpau --disable-videotoolbox --disable-audiotoolbox --disable-appkit --disable-alsa --disable-cuda --disable-cuvid --disable-nvenc --disable-vaapi --disable-vdpau --disable-sdl2 --enable-zlib --enable-mediacodec



{sessionId=1, level=AV_LOG_WARNING, message='[swscaler @ 0x75ef56e000] deprecated pixel format used, make sure you did set range correctly


{sessionId=1, videoFrameNumber=0, videoFps=0.0, videoQuality=0.0, size=-22, time=0, bitrate=-1.0, speed=0.0}

{sessionId=1, level=AV_LOG_INFO, message='frame=    0 fps=0.0 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed=   0x    '}

{sessionId=1, videoFrameNumber=0, videoFps=0.0, videoQuality=0.0, size=-22, time=0, bitrate=-1.0, speed=0.0}

video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown'

Output file is empty, nothing was encoded 

(check -ss / -t / -frames parameters if used