Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (64)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (10822)

  • Can I create a file that simulates lower bit-depth output on another device using FFMPEG ?

    11 mars 2020, par GuyWithDogs

    I’ve got a device with a 640x480 display and RGB565 video output. It plays XVID/MP3 video files in an AVI container. When I convert an MP4 file with FFMPEG (which I’m doing now), I use libxvid to create the output file. These are ending up as a YUV color space, with 8 bit color depth. And they look great playing on a laptop or desktop.

    Then they go on the device and there are blocky artifacts, which the users find "offputting", because "it looks good on my laptop" and "my cell phone has a small screen and plays it fine". If only I had the resources of their laptop or cell phone in my device...

    So, I’m wondering whether I can do the conversion from MP4 to my end AVI file in a way that FIRST converts the MP4 files (which can be sourced from anywhere — the user gets to find them and send them to a system that automagically converts the file to AVI) in the following way...

    Convert MP4 to some format (I can’t figure on out) that is using an RGB565 color space/pixel format
    Then convert that intermediate file to the AVI format. The libxvid package seems to always want yuv420p and 8 bit depth .. what I’m hoping is that the intermediate conversion to something that’s RGB565 gets me the "blocky output" that’s preserved into the AVI file. The idea here (which sounds far-fetched, I’ll admit), is to have something that plays on a laptop/desktop/cellphone with the same sort of artifacts I’ll get on the actual output device with the substandard video playback system.

    Can someone suggest some commands that would allow this type of conversion ? Thanks.

  • Installing openCV with anaconda on ubuntu

    27 juin 2016, par Akash Sethi

    I’m trying to use the openCV library with anaconda (Python) , i am able to import the cv2 package but nothing has been able to access a .mp4 file so far. It’s an issue with the ffmpeg thing which i have no idea about. I cannot post code right now since I’m using my phone. But if anyone can give me a Linux script or a tutorial that can help me work with openCV on python to be able to analyze mp4 videos with h264 encoding , that would be great

  • Installing openCV with anaconda on ubuntu

    6 décembre 2017, par Akash Sethi

    I’m trying to use the openCV library with anaconda (Python) , i am able to import the cv2 package but nothing has been able to access a .mp4 file so far. It’s an issue with the ffmpeg thing which i have no idea about. I cannot post code right now since I’m using my phone. But if anyone can give me a Linux script or a tutorial that can help me work with openCV on python to be able to analyze mp4 videos with h264 encoding , that would be great