Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (91)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • 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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (9809)

  • avcodec/bytestream : fix warnings with signed/unsigned compare in bytestream.h

    17 mars 2023, par Devin Heitmueller
    avcodec/bytestream : fix warnings with signed/unsigned compare in bytestream.h
    

    When including the header in decklink_enc.cpp it would be fed
    through the C++ compiler rather than the C compiler, which has
    more strict warnings when comparing signed/unsigned values.

    Make the local variables unsigned to match the arguments they are
    being passed for those functions.

    Signed-off-by : Devin Heitmueller <dheitmueller@ltnglobal.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/bytestream.h
  • compare a png logo with video except png's transparent background pixels

    24 décembre 2022, par Thm Lee

    I want to find frames with the logo image from video, and to concat theses frames without commercials for getting ad-free video.&#xA;I tried this first by using ffmpeg & jpg logo image.

    &#xA;

    ffmpeg -i input.mp4 -loop 1 -i logo.jpg -an -filter_complex crop=47:25:639:24,"blend=difference:shortest=1,blackframe=95:60" -f null -&#xA;

    &#xA;

    And it works, but in the case by case, less accurate with blackframe setting number.&#xA;So, for getting more accuracy I tried png logo image with transeparent background.

    &#xA;

    ffmpeg -i input.mp4 -loop 1 -i logo.png -an -filter_complex crop=47:25:639:24,"blend=difference:shortest=1,blackframe=95:60" -f null -&#xA;

    &#xA;

    But on the contrary of my idea, the results came out worse than jpg logo. It seems that the cause is why ffmpeg compare the png's transparent background part pixels too with video.

    &#xA;

    Is there a way to compare png logo with video except png logo's transparent part pixels ?

    &#xA;

    I'd appreciate your advice, thank you.

    &#xA;

  • ffmpeg compare a png logo with video except png's transparent background pixels

    19 décembre 2022, par Thm Lee

    I want to find frames with the logo image from video, and to concat theses frames without commercials for getting ad-free video.&#xA;I tried this first by using ffmpeg & jpg logo image.

    &#xA;

    ffmpeg -i input.mp4 -loop 1 -i logo.jpg -an -filter_complex crop=47:25:639:24,"blend=difference:shortest=1,blackframe=95:60" -f null -&#xA;

    &#xA;

    And it works, but in the case by case, less accurate with blackframe setting number.&#xA;So, for getting more accuracy I tried png logo image with transeparent background.

    &#xA;

    ffmpeg -i input.mp4 -loop 1 -i logo.png -an -filter_complex crop=47:25:639:24,"blend=difference:shortest=1,blackframe=95:60" -f null -&#xA;

    &#xA;

    But on the contrary of my idea, the results came out worse than jpg logo. It seems that the cause is why ffmpeg compare the png's transparent background part pixels too with video.

    &#xA;

    Is there a way to compare png logo with video except png logo's transparent part pixels ?

    &#xA;

    I'd appreciate your advice, thank you.

    &#xA;