Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (59)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (10629)

  • lavc/riscv : add forward-edge CFI landing pads

    22 juillet 2024, par Rémi Denis-Courmont
    lavc/riscv : add forward-edge CFI landing pads
    
    • [DH] libavcodec/riscv/aacencdsp_rvv.S
    • [DH] libavcodec/riscv/aacpsdsp_rvv.S
    • [DH] libavcodec/riscv/ac3dsp_rvb.S
    • [DH] libavcodec/riscv/ac3dsp_rvv.S
    • [DH] libavcodec/riscv/ac3dsp_rvvb.S
    • [DH] libavcodec/riscv/alacdsp_rvv.S
    • [DH] libavcodec/riscv/audiodsp_rvf.S
    • [DH] libavcodec/riscv/audiodsp_rvv.S
    • [DH] libavcodec/riscv/blockdsp_rvv.S
    • [DH] libavcodec/riscv/bswapdsp_rvb.S
    • [DH] libavcodec/riscv/bswapdsp_rvv.S
    • [DH] libavcodec/riscv/exrdsp_rvv.S
    • [DH] libavcodec/riscv/flacdsp_rvv.S
    • [DH] libavcodec/riscv/fmtconvert_rvv.S
    • [DH] libavcodec/riscv/g722dsp_rvv.S
    • [DH] libavcodec/riscv/h263dsp_rvv.S
    • [DH] libavcodec/riscv/h264_mc_chroma.S
    • [DH] libavcodec/riscv/h264addpx_rvv.S
    • [DH] libavcodec/riscv/h264dsp_rvv.S
    • [DH] libavcodec/riscv/h264idct_rvv.S
    • [DH] libavcodec/riscv/huffyuvdsp_rvv.S
    • [DH] libavcodec/riscv/idctdsp_rvv.S
    • [DH] libavcodec/riscv/jpeg2000dsp_rvv.S
    • [DH] libavcodec/riscv/llauddsp_rvv.S
    • [DH] libavcodec/riscv/llviddsp_rvv.S
    • [DH] libavcodec/riscv/llvidencdsp_rvv.S
    • [DH] libavcodec/riscv/lpc_rvv.S
    • [DH] libavcodec/riscv/me_cmp_rvv.S
    • [DH] libavcodec/riscv/opusdsp_rvv.S
    • [DH] libavcodec/riscv/pixblockdsp_rvi.S
    • [DH] libavcodec/riscv/pixblockdsp_rvv.S
    • [DH] libavcodec/riscv/rv34dsp_rvv.S
    • [DH] libavcodec/riscv/rv40dsp_rvv.S
    • [DH] libavcodec/riscv/sbrdsp_rvv.S
    • [DH] libavcodec/riscv/startcode_rvb.S
    • [DH] libavcodec/riscv/startcode_rvv.S
    • [DH] libavcodec/riscv/svqenc_rvv.S
    • [DH] libavcodec/riscv/takdsp_rvv.S
    • [DH] libavcodec/riscv/utvideodsp_rvv.S
    • [DH] libavcodec/riscv/vc1dsp_rvi.S
    • [DH] libavcodec/riscv/vc1dsp_rvv.S
    • [DH] libavcodec/riscv/vorbisdsp_rvv.S
    • [DH] libavcodec/riscv/vp7dsp_rvv.S
    • [DH] libavcodec/riscv/vp8dsp_rvi.S
    • [DH] libavcodec/riscv/vp8dsp_rvv.S
    • [DH] libavcodec/riscv/vp9_intra_rvi.S
    • [DH] libavcodec/riscv/vp9_intra_rvv.S
    • [DH] libavcodec/riscv/vp9_mc_rvi.S
    • [DH] libavcodec/riscv/vp9_mc_rvv.S
  • FFMPEG : Application provided invalid in convert RTP to HLS

    2 mars 2016, par ALiS

    i try to convert a RTP stream from dvb cart to HLS with code :

    ffmpeg -i rtp://239.1.2.1:60001 -acodec copy -vcodec copy -hls_time 2 -hls_wrap 5 -f hls /var/www/html/ts/1.m3u8

    after i run this code view a warning :

    [hls @ 0xd0e8c0] Invalid DTS: 6622762 PTS: 6615562 in output stream 0:0

    and then after some minute show an error that :

    Application provided invalid, non monotonically increasing dts to muxer in stream 0: 6611962 >= NOPTS
    av_interleaved_write_frame(): Invalid argument

    i see this error when try to convert UDP stream too, can anyone help me hoe to solve this problem ?

  • Run FFmpeg as a separate process for an application

    4 avril 2021, par user3405291

    Assume I have an app for Android and the same app for iOS. In both cases, my app needs to use FFmpeg features. I decided to avoid calling libavcodec and libavformat directly. Instead, I'm going to implement this suggestion :

    


    


    IMHO running ffmpeg in a separate process is a better idea, so your application won't be stuck while the lengthy process of video encoding goes.

    


    


    What's the standard approach to run ffmpeg in a separate process on each platform ? What's the standard way to communicate with it ?