Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (59)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • 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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (7568)

  • How make audio to start from the specified point in the video and last specified amount of time

    5 avril 2022, par Vuqar Samed

    Lets say I have sample video named "samplevideo" and sample audio named "sampleaudio". I want to replace the audio of the samplevideo with the sampleaudio starting from 5 sec to 12 sec. Until 5 sec mark the video audio won't change, then sampleaudio starts and lasts for 7 sec.

    


    I tried to come up with ffmpeg command that solves this problem :

    


    ffmpeg -i samplevideo.mp4  -i sampleaudio.aac -ss 20 -map 0:v  -map 1:a -c:v copy output.mp4


    


    Problem :
    
It cuts video starting from 20 sec time mark. What I want is to persist the video and the original audio stream until it hits desired time mark and then use sampleaudio until desired end time.

    


    I would appreciate any help.

    


  • Revision 4529c68b3b : Separate transform and quant from vp9_encode_sb This allows removing a large nu

    3 mai 2013, par John Koleszar

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


     Modify /vp9/common/vp9_invtrans.h


     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodeintra.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encodemb.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_quantize.h


     Modify /vp9/encoder/vp9_rdopt.c



    Separate transform and quant from vp9_encode_sb

    This allows removing a large number of transform size specific functions,
    as well as supporting 444/alpha by routing all code through the
    subsampling-aware path.

    Change-Id : Ieb085cebe9f37f24fc24de179898b22abfda08a4

  • Merge commit 'ddea22a684611c1fec9d8b5c70d835e983a9252e'

    28 décembre 2017, par James Almer
    Merge commit 'ddea22a684611c1fec9d8b5c70d835e983a9252e'
    

    * commit 'ddea22a684611c1fec9d8b5c70d835e983a9252e' :
    avconv : Use codec hardware config to configure hwaccels
    lavc : Mark all AVHWAccel structures as const
    lavc : Delete all fake hwaccels
    lavc : Remove register mechanism for hwaccels
    lavc : Deprecate av_hwaccel_next() and av_register_hwaccel()
    lavc : Use hardware config information in ff_get_format()
    webp : Fix alpha initialisation
    lavc : Add hardware config metadata for decoders supporting hardware output
    lavc : Add codec metadata to indicate hardware support

    This commit is a noop, see
    24cc0a53e99e281b0ff502e82e7cf857111eca3f
    758fbc54fef2f31957b5c5f22e05e5fd9b04f631
    9f00fa536938130e3c7ad2640a61795770d419a1
    67e81d79ccfc6713c797ddb19a3b8aea476c947b
    3536a3efb9fde88d34d526a51b1080247326cd6e
    9bd326ac465db2eee47301a1225d55dffd7bfe93
    da4e02b1961572c15d7cd6a701d153155f196477
    3a71bcc213f223428622ac3750fe1a923f2f3ab4
    b0cd14fb1dab4b044f7fe6b53ac635409849de77

    Merged-by : James Almer <jamrial@gmail.com>