Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (97)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (11083)

  • Revision 4943 : On change les labels du titre + description pour ne pas troubler les gens ...

    7 février 2011, par kent1 — Log

    On change les labels du titre + description pour ne pas troubler les gens ... On ne change le zoom que si on a un point au changement de zoom ... cela évite d’avoir un zoom d’entrée de jeu et donc de devoir le supprimer si on ne souhaite pas mettre de point Un peu d’explications sur les (...)

  • Use GPU with zoompan and xfade filters in FFmpeg [closed]

    29 août 2023, par Folk

    This command works but uses CPU, the speed is about 0,40x.

    


    ffmpeg -i 1.jpg -i 2.jpg -filter_complex "\
    [0:v]scale=1080:-1,crop=1080:1920,setsar=1[bg];\
    [0:v]scale=1080:1920:force_original_aspect_ratio=decrease,setsar=1[fg];\
    [bg][fg]overlay=y=(H-h)/2,scale=8000:-1,zoompan=z='zoom+0.001':x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):d=150:s=1080x1920[zoomdeba];\
    [1:v]scale=-1:1920,crop=1080:1920,setsar=1[bg];\
    [1:v]scale=1080:1920:force_original_aspect_ratio=decrease,setsar=1[fg];\
    [bg][fg]overlay=y=(H-h)/2,scale=8000:-1,zoompan=z='zoom+0.001':x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):d=150:s=1080x1920[zoomah];\
    [zoomah][zoomdeba]xfade=transition=coverdown:duration=1:offset=5,format=yuv420p[v2];\
    [v2]concat=n=1:v=1:a=0,format=yuvj420p[v]" \
    -map "[v]" ./out_fade.mp4


    


    I tried to make a small change to the command but only CPU uses :

    


    ffmpeg -hwaccel cuda -i 1.jpg ...

    


    Does it possible to make video by this command using GPU only ?

    


  • Stop termux on battery low [closed]

    9 août 2022, par Wouter van Dam

    TL ;DR BELOW

    


    I have a second phone who is converting some mkv files through ffmpeg in termux. But the phone can't get enough charging power from the charger because it uses to much power. So it state is always charging even if it isn't charging. No I want to run in termux a script that hits a kill command when the battery is low. So that it doesn't corrupt my files when shutting down because it just cant survive the night with my battery capacity. Any ideas of achieving this ?

    


    TL ;DR
How to run a termux command or script async with a event or looping function so that it kills the process when battery power is low.