Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (91)

Sur d’autres sites (16689)

  • +new logo sprite

    24 avril 2011, par Scott Schiller

    + demo/_image/logo-sprite.png +new logo sprite

  • 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.
I tried this first by using ffmpeg & jpg logo image.

    


    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 -


    


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

    


    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 -


    


    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.

    


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

    


    I'd appreciate your advice, thank you.

    


  • Evolution #3770 : Logo des articles sur les listes

    17 février 2021, par nicod _

    Le top serait d’arriver à ne toucher que .liste-objets tr td.logo et .liste-objets tr td.logo img pour que ça fonctionne partout sans avoir à modifier de squelettes (je pense à tous les objets générés avec la fabrique et autres).

    Par contre, dans un td object-fit marche moins bien...