Recherche avancée

Médias (0)

Mot : - Tags -/api

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

Autres articles (63)

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

  • 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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (7878)

  • JPEG quality problems

    26 février 2020, par atokzz

    I am currently using C# to retrieve frames from a borescope (via the FFMPEG library). However, I came across a problem weeks ago and I can’t solve it.

    The images are returned in JPEG format (since the borescope stream is MJPEG).

    Some images come without quality problems, but others come with a strange line in the middle
    followed by random staining. (At the end of the question there is an example of a normal image and one with problems).

    Analyzing the structure of the files, I realized that there are some differences, but I don’t really understand JPEG’s binary structure very well, and I can’t tell what is corrupted.

    Getting to know what is corrupted in the image, which culminates in the quality problem, is very important to me because, through this, I can discard the frame using C#. However, without understanding this problem, I can’t even discard the frame, much less fix it.

    So, having the image without quality problems as a reference, what is the problem with the binary structure of the image with quality problems ?

    Examples :

    JPEG 1 : Image without quality problems

    Image’s preview (just to see the quality, do not download from here)

    JPEG 2 : Image with quality problems

    Image’s preview (just to see the quality, do not download from here)

    It’s possible to look into binary structure of images through online HEX editors like : Online hex editor, Hexed or Hex-works.

    Thank you for reading and have a nice day.

  • JPEG image quality problems

    2 mars 2020, par atokzz

    I have two different JPEG images captured by the same source (stream IP Boroscope MJPEG). I analyzed the bytes and the structure and, with my very little experience with image byte structures, I couldn’t tell the difference between the two. So, based on the image that has no defects, what makes JPEG 2 have quality problems ?

    PS. : Both of them has the correct SOI and EOI markers (FFD8 and FFD9)

    JPEG 1 : Image without quality problems download from here to see the bytes

    Image’s preview (do not download from here)

    JPEG 2 : Image with quality problems download from here to see the bytes

    Image’s preview (do not download from here)

    Online hex editor (online hex editor to see the binary of the image)

  • FFMPEG error showing while complile for android

    15 mars 2020, par Vijay

    I am trying to add ffmpeg into my android project. I am using ubuntu 14.04 OS.

    I am following this link. Link

    But I am getting error while executing this line.

    $ANDROID_NDK/build/tools/make-standalone-toolchain.sh --toolchain=x86-4.8 --arch=x86 --system=linux-x86_64 --platform=android-14 --install-dir=/tmp/vplayer

    I am getting this following error.

    HOST_OS=linux
    HOST_EXE=
    HOST_ARCH=x86_64
    HOST_TAG=linux-x86_64
    HOST_NUM_CPUS=1
    BUILD_NUM_CPUS=2
    ERROR: Unknown option '--system'. See --help for usage.

    Please help me how to solve this issue and add ffmpeg into my project.