Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (57)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (4940)

  • Audio merge modify video length

    15 septembre 2022, par sfarzoso

    I'm trying to merge an audio soundtrackPath to a video videoPath, so I wrote this script :

    


    ffmpeg -i $videoPath -i '$soundtrackPath' -c:v copy \
-filter_complex \"[0:a]aformat=fltp:44100:stereo,apad[0a];[1]aformat=fltp:44100:stereo,volume=1.5[1a];[0a][1a]amerge[a]\" \
-map 0:v -map \"[a]\" -ac 2 $outputPath 2>log.txt


    


    which is working but there are two issues that I don't know how to fix :

    


      

    1. Merge audio is too low, is possible decrease the volume of soundtrackPath ?
    2. 


    3. Video lenght is 1:59 and the soundtrackPath is 3:29, the final result will modify the video length to 3:29, is possible to adapt the audio only for the video length ?
    4. 


    


  • Revision 734c5ffa2c : Apply constrained partition search range to non-RD mode decision This commit en

    23 avril 2014, par Jingning Han

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



    Apply constrained partition search range to non-RD mode decision

    This commit enables a chessboard pattern for partition search. All
    the black blocks run regular partition search ranging from 8x8 to
    32x32. The rest white blocks take the nearby blocks’ information
    to adaptively decide the effective search range.

    The compression performance for rtc set at speed -5 is down by 1.5%.
    For pedestrian 1080p at speed -5, the runtime goes from 41594 ms to
    39697 ms, i.e., about 5% faster.

    Change-Id : Ia4b96e237abfaada487c743bca08fe1afd298685

  • avformat/http: allow the caller to select a request range

    28 décembre 2013, par Anssi Hannula
    avformat/http: allow the caller to select a request range
    

    Add AVOptions for setting the initial offset and the ending offset, so
    they can be used for setting an appropriate Range header.

    Signed-off-by : Anssi Hannula <anssi.hannula@iki.fi>

    • [DH] libavformat/http.c