Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (19)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (3768)

  • Revision a8ffa96e9b : Passing block index explicitly instead of using get_sb_index(). That makes deco

    16 octobre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_encodeframe.c



    Passing block index explicitly instead of using get_sb_index().

    That makes decoder and encoder (only bitstream writing part) a little bit
    simpler and faster. Moving get_sb_index() function to the encoder.

    Change-Id : Ie91aaeefd69c84b085948267b33556a7666c6278

  • given a line number. which command sets the string at this line number as a parameter [duplicate]

    1er juillet 2022, par pitterpatter

    i have two lists.

    


    urls.txt contains urls line by line to files.

    


    they are named gibberish like 2345.mp4

    


    filenames.txt contains new filenames i want for those files.

    


    also line by line. both lists are in the correct order.

    


    i want to download those files in urls.txt with ffmpeg and rename them.

    


    i dont know how to work it out for the filenames.txt

    


    so far i have a for loop functioning with the gibberish filenames.

    


    how do i get the new filenames ?

    


    assume the for loop increments line numbers i++, which command sets the string at this line number as a parameter ?

    


    for /f %%a in (urls.txt) do ( 
ffmpeg -i "%%a" -c copy "%%~na.mp4" )

 


    


  • Revision e717d22b63 : Use reconstructed pixels for intra prediction This commit makes the speed -6 an

    8 novembre 2014, par Jingning Han

    Use reconstructed pixels for intra prediction

    This commit makes the speed -6 and above use the reconstructed
    boundary pixels for precise intra prediction. This allows more
    intra prediction modes to be tested in the non-RD coding process.

    Enabling horizontal and vertical intra prediction modes can
    improve the speed -6 compression performance for rtc set
    by 0.331%.

    Change-Id : I3a99f9d12c6af54de2bdbf28c76eab8e0905f744