Recherche avancée

Médias (91)

Autres articles (112)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (11407)

  • playing part of audio of video/audio file from a specific point(second) to another point

    13 avril 2021, par Farhang Amaji

    I want to play audio from a specific point(second) to another point of a video or an audio file.

    


    I know there are some libraries like Pymedia or audioclipextractor but I can't find the way of doing this because their documentations seem to be vague or incomplete. for instance from example of audioclipextractor I can't understand where is '/path/to/ffmpeg'.

    


    or any other way of playing audio from a point to point is appreciated.

    


    from audioclipextractor import AudioClipExtractor, SpecsParser

# Inicialize the extractor
ext = AudioClipExtractor('/path/to/audio/file.mp3', '/path/to/ffmpeg')

# Define the clips to extract
# It's possible to pass a file instead of a string
specs = '''
    3.5     17      Winter is coming.
    26      32.4    Summer child.
    40      58.9    Hodor. Hodor. Hodor.
'''

# Extract the clips according to the specs and save them as a zip archive
ext.extract_clips(specs, '/path/to/output/directory', zip_output=True)


    


    also I would love to know straight way of playing audio from a video file in from point to point if its possible to do except converting it first.

    


  • Revision 6a8ec3eac2 : General code cleanup. Removing redundant parenthesis and curly braces. Combinin

    8 août 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/decoder/vp9_onyxd_if.c


     Modify /vp9/encoder/vp9_mcomp.c



    General code cleanup.

    Removing redundant parenthesis and curly braces. Combining declarations
    with initializations. Adding useful intermediate variables instead of
    recalculating expressions every time.

    Change-Id : I00106f404afd60bfc189905b0fded881684f941a

  • Revision 2deecdd5cb : Move integral projection motion search to vp9_mcomp.c Make it a general purpose

    4 mars 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_mcomp.h



    Move integral projection motion search to vp9_mcomp.c

    Make it a general purpose fast motion estimation function, to be
    used in the mode search process.

    Change-Id : Ib354cb0e664dc61c30c0b2314297835ee75b157a