Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (91)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (6460)

  • FFmpeg streaming low CRF results in low quality

    12 août 2019, par Max Paython

    I am streaming(live chat) with FFmpeg using the following parameters.

    ffmpeg -f dshow -rtbufsize 100M -i video="device":audio="device" \
    -c:v libx264 -crf 30 -preset ultrafast -tune zerolatency \
    -c:a aac -f mpegts udp://127.0.0.1:1234

    Unexpectedly, when CRF is lowered from 30 to 20, step-by-step. The stream quality decreases dramatically. When the CRF is about 20, sudden changes in the picture (like a head movement), seems to make the image green, gray or very distorted. I tried using CRF 30, and the problems seems to be gone. Why is this happening ?

    I don’t think it is a bandwidth issue given that I am on localhost. Also I didn’t change anything based on I-frames.

    Edit : I checked the file sizes given CRF 20 and CRF 30 on libx265.

    10 Second video.

    CRF 20 : 1.7M

    CRF 30 : 350kb

    Is 1.7M really bad for a 10 second stream that localhost or any other live streaming sevice can’t handle ?

  • How do I use rust to read video (.mp4 or .mov) metadata on windows 11 ? [closed]

    21 avril 2024, par Hchap

    I want to be able to read the metadata of .mp4 and .mov files with rust on windows 11 to find the date that the video was taken, and failing that, the file creation date.

    


    I need a step-by-step guide on how to set up the dependencies for the solution - I have tried with ffmpeg and was unable to get it working with msys2, at first I have issues with PKG_CONFIG_PATH but I resolved those, and then I specified the location of the includes in msys2 in cargo.toml, which resolved ffmpeg-sys not being able to find header files.

    


    However, I was unable to resolve the issue that rust could not find vcpkg - why does it need this ? Do I need to install it ? I believe I have incorrectly installed FFMPEG. How can I correctly install it, and will it be possible to build my rust project for release so that it can run on a variety of computers without FFMPEG installed ?

    


  • How do I build ffmpeg including x264 library for android ?

    27 septembre 2012, par user1093191

    Lots of question and answer available on the ffmpeg and android. But I did not get thing that directly address ffmpeg building with x264 library.

    Actually I want to make a movie from some still images in android.

    Still do not get any solution to resolve this problem. Some of the forum told that it can be do using ffmpeg. If I build ffmpeg after downloading from "http://bambuser.com/opensource", it works fine to decode a video file. But it does not get any codec while it try to encode still image into movie.

    That's why I try to use x264 as encoding library with ffmpeg. While I try to build it with ffmpeg it returns error.

    Could you please provide any detail step by step guide line to build ffmpeg with x264 library in windows or mac for android ?

    If any one knows anything other that can be used to make movie from still images in android please tell me the way. Your help will be highly appreciated.

    Thank you in advance for your kind response.