Recherche avancée

Médias (0)

Mot : - Tags -/logo

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

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • 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

Sur d’autres sites (11269)

  • is there any command which is use for video transition with scalling through FFMPEG ? [closed]

    24 mai 2023, par Shubhangi Jhala

    ffmpeg -i input1.mp4 -i input2.mp4 -filter_complex "[0:v]trim=0:10,setpts=PTS-STARTPTS[bg][1:v]trim=10,setpts=PTS-STARTPTS[fg] ;[fg]format=pix_fmts=yuva420p,alphaextract[fga] ; [bg][fga]overlay=x='W-w*t/10':shortest=1[tmp] ; [0:v][tmp]alphamerge[outv]" -map "[outv]" output.mp4
I unable to found any command which is better to give result

    


  • Evolution #2470 : Publier le site (non public par défaut)

    27 décembre 2011, par tetue -

    Bref (j’ai oublié une phrase), la publication du site doit résulter d’une action volontaire du webmestre et non une être surprise : « C’est super, il y a même des statistiques ! Mais... pourquoi y a-t-il des visites alors que je n’ai pas encore publié le site ? » Cf. : (...)

  • avcodec/dcahuff : Always use three bits for transition mode VLCs

    6 septembre 2022, par Andreas Rheinhardt
    avcodec/dcahuff : Always use three bits for transition mode VLCs
    

    It increases the size of one VLC from two to three bits, thereby
    requiring four more VLCEntries (16 bytes .bss), but it allows to
    inline the number of bits used when reading them.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/dca_core.c
    • [DH] libavcodec/dcahuff.c
    • [DH] libavcodec/dcahuff.h