Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (97)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (8899)

  • How to implement FFMEG library for android video streaming

    10 mai 2014, par Kabir

    I am trying to create online streaming video player in android.
    I am trying to compile the appunite/AndroidFFmpeg library for android application to play HLS videos online. I am using linux-ubuntu OS I also have set the NDK path.
    I have executed all command one by one given on the link :

    https://github.com/appunite/AndroidFFmpeg

    But when I executed the following script :

    ./build_android.sh

    I got the following error :

    abi-gcc —sysroot=/home/singsys-063/android-ndk-r9d/platforms/android-5/arch-arm/
    checking whether the C compiler works... no
    configure : error : in
    /home/singsys-063/AndroidFFmpeg/FFmpegLibrary/jni/vo-amrwbenc :
    configure : error : C compiler cannot create executables
    See config.log for more details

  • how to use the H264 video encoder with ffmpeg / opencv2 ?

    30 août 2023, par Vince

    I am on ubuntu 22.04.

    


    I installed ffmpeg with apt.

    


    I am creating a video from some image files using python/opencv2 (installed via pip)

    


    When I use :

    


    cv2.VideoWriter_fourcc(*"mp4v")


    


    the video is successfully created, but is not supported by firefox.

    


    I read online that the H264 encoder would be a better fit for web-browsers supports.

    


    ffmpeg -codecs | grep h264 


    


    shows :

    


    


    DEV.LS h264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 (decoders : h264 h264_v4l2m2m h264_qsv h264_cuvid ) (encoders : libx264 libx264rgb h264_nvenc h264_omx h264_qsv h264_v4l2m2m h264_vaapi nvenc nvenc_h264 )

    


    


    but

    


    cv2.VideoWriter_fourcc(*"h264")


    


    results in :

    


    


    OpenCV : FFMPEG : tag 0x34363268/'h264' is not supported with codec id 27 and format 'mp4 / MP4 (MPEG-4 Part 14)'

    


    


    I could not find online what was wrong (h264 is not installed, how to install it ? the 'fourcc' of h264 is not 'h264' ? I should not create a *.mp4 file ?)

    


  • How can I download a video with url beginning with blob:https://…

    11 août 2017, par iMax

    I would like to know if it is possible to download a video from a URL beginning with blob :

    blob:https://www.xyz123…

    i would prefer a terminal solution (ffmpeg ?, youtube-dl ?). but i have not found anything on the world wide web.

    Again : I have the url of the video stream, which looks like the above. How can I download the complete video ?

    Update

    Ok. I now found a webpage which allowed me to download the video file I wanted :
    https://video-download.online/

    But I am still wondering if there is a Terminal solution for downloading video with blob-URL (like in arte mediathek [ example arte ] or in zdf mediathek [ example zdf ]).

    Does nobody know how to do it ?