Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (70)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (8046)

  • Got an error when I build WebRTC with rtc_use_h264=true

    28 mai 2021, par Chaos Lucas

    Got an error when I build WebRTC.

    



    This is my build args

    



    INFO:root:Building WebRTC with args: target_os="ios" ios_enable_code_signing=false 
use_xcode_clang=true is_component_build=false is_debug=false is_component_build=false 
rtc_include_tests=false rtc_enable_protobuf=false use_rtti=true use_custom_libcxx=false 
rtc_use_h264=true ffmpeg_branding="Chrome" is_debug=false target_cpu="arm64" 
ios_deployment_target="10.0" rtc_libvpx_build_vp9=true enable_ios_bitcode=false 
use_goma=false enable_dsyms=true enable_stripping=true


    



    Full error log :

    



    INFO:root:Building target: framework_objc
ninja: Entering directory `/webrtc-checkout/src/out_ios_libs/arm64_libs'
[85/168] LIBTOOL-STATIC obj/third_party/ffmpeg/libffmpeg_internal.a
FAILED: obj/third_party/ffmpeg/libffmpeg_internal.a
rm -f obj/third_party/ffmpeg/libffmpeg_internal.a && TOOL_VERSION=1592470677 python ../../build/toolchain/mac/filter_libtool.py /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -D  -o obj/third_party/ffmpeg/libffmpeg_internal.a -filelist obj/third_party/ffmpeg/libffmpeg_internal.a.rsp
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file list file: obj/third_party/ffmpeg/libffmpeg_internal.a.rsp is empty


    


  • Determine video bitrate Python

    7 juin 2021, par Thunderssucks

    I have a video downloaded from Telegram and I need to determine its bitrate.
I have moviepy (pip install moviepy, not the developer version).
Also, I have ffmpeg, but I don't know how to use it in python.
Also, any other library would work for me.

    


  • Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f'

    30 octobre 2017, par James Almer
    Merge commit 'b5f19f7478492307e4b4763aeac3180faf50e17f'
    

    * commit 'b5f19f7478492307e4b4763aeac3180faf50e17f' :
    aac : Split function to parse ADTS header data into public and private part

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

    • [DH] configure
    • [DH] doc/developer.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/aac_adtstoasc_bsf.c
    • [DH] libavcodec/aac_parser.c
    • [DH] libavcodec/aacadtsdec.c
    • [DH] libavcodec/aacadtsdec.h
    • [DH] libavcodec/aacdec.c
    • [DH] libavcodec/aacdec_fixed.c
    • [DH] libavcodec/aacdec_template.c
    • [DH] libavcodec/adts_header.c
    • [DH] libavcodec/adts_header.h
    • [DH] libavcodec/adts_parser.c
    • [DH] libavcodec/adts_parser.h
    • [DH] libavformat/spdifdec.c
    • [DH] libavformat/spdifenc.c