Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (99)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

Sur d’autres sites (11172)

  • FFmpeg returns' Output must be specified' when it has been acknowledged

    28 juillet 2019, par Syed Shah

    Here’s my command in python :

    ffmpeg -i concat:803.ts|804.ts|805.ts -c copy output.ts

    When I run the command it opens the output but it doesn’t save the file to the directory.
    I run the command in FFmpeg and it gave the same result - it opened the output but it gave me this error at the end :

    At least one output file must be specified

    I don’t understand what I did wrong as I specified the output clearly, I already checked for solutions but most of them are suited to OP’s needs

  • Filter "showpalette" of FFmpeg always returns the default palette

    19 mai 2017, par Vej

    I want to extract palette of GIF files with FFmpeg, and learned from the document that filter "showpalette" can do that. But FFmpeg always returns the same default palette instead of the custom palette.

    default palette

    FFmpeg returns the same palette even for the two examples in pkh.me’s Post. Here’s my code :

    ffmpeg -i bbb-trans.gif -vf "showpalette" -y a%03d.png
    ffmpeg -i bbb-nodither.gif -vf "showpalette" -y b%03d.png

    Did I use the wrong command ? Or it’s a just bug of FFmpeg.

  • Revision d78dbff09a : Subpel search cleanups and enhancements - Some fixes to surface fit. - Returns

    7 octobre 2014, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.h


     Modify /vp9/encoder/vp9_mbgraph.c


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_mcomp.h


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h


     Modify /vp9/encoder/vp9_temporal_filter.c



    Subpel search cleanups and enhancements

    - Some fixes to surface fit.
    - Returns variance function as cost rather than sad in the
    pattern search and diamond search functions. Only
    vp9_pattern_search_sad function used in bigdia search
    uses sad as integer 1-away costs.
    - Deploys SUBPEL_TREE_PRUNED_MORE for speed 4+.

    Results :
    derf [Speed 3] : About +0.036% in coding efficiency without any
    discernible speed loss.
    derf [Speed 4] : About 2-3% faster at -0.199% loss in coding efficiency.
    derf [Speed 5] : About 3-4% faster at -0.149% loss in coding efficiency.

    Change-Id : I8462f94f6adb46966ca964f2bd0400977357fd63