Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (46)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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

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

Sur d’autres sites (7414)

  • mpegtsenc : Implement writing of Opus trim_start/trim_end control values

    2 novembre 2015, par Sebastian Dröge
    mpegtsenc : Implement writing of Opus trim_start/trim_end control values
    

    Signed-off-by : Sebastian Dröge <sebastian@centricular.com>
    Reviewed-by : Kieran Kunhya <kierank@obe.tv>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mpegtsenc.c
  • facing problem in downloading the audio data of a trimmed youtube video using youtube-dl and ffmpeg libraries

    15 mai 2022, par rkc

    I'm trying to download the audio content of a trimmed YouTube video using youtube-dl (v2021.12.17) and FFmpeg (v4.2.2) libraries in python, on Windows 10 PC. I am able to download the audio data when the command is executed on the Pycharm terminal, but not able to download the same content when using os.system() command.

    &#xA;

    For example, I'm able to download the data when I execute

    &#xA;

    "ffmpeg -ss 30 -t 10 -i $(youtube-dl -f best -g https://www.youtube.com/watch?v=3NGZcpAZcl0) -- output1.wav"&#xA;

    &#xA;

    command on the Pycharm terminal.

    &#xA;

    But, i'm getting an error, when I try to execute the same in the Editor window as shown below,

    &#xA;

    os.system(&#x27;ffmpeg -ss 30 -t 10 -i $(youtube-dl -f best -g https://www.youtube.com/watch?v=3NGZcpAZcl0) -- output1.wav&#x27;)&#xA;&#xA;error: $(youtube-dl: No such file or directory&#xA;

    &#xA;

    I also tried enclosing the $() link in quotes and then executed it. But, after doing this, I am getting a different error as shown below

    &#xA;

    os.system(&#x27;ffmpeg -ss 30 -t 10 -i "$(youtube-dl -f best -g https://www.youtube.com/watch?v=3NGZcpAZcl0)" -- output1.wav&#x27;)&#xA;&#xA;error: $(youtube-dl -f best -g https://www.youtube.com/watch?v=3NGZcpAZcl0): Invalid argument&#xA;

    &#xA;

    So, can any of you help me in resolving this error ?

    &#xA;

  • Revision 7bf475926b : Merge "Use rate/distortion thresholds to control non-RD partition search"

    18 octobre 2014, par Yaowu Xu

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



    Merge "Use rate/distortion thresholds to control non-RD partition search"