Recherche avancée

Médias (91)

Autres articles (75)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (6559)

  • How to implement ffmpeg filter_complex in c++ code ?

    6 octobre 2020, par Fluffy

    I am trying to implement C++ code which uses an FFmpeg filter to merge 2 mono audio streams from input video into 1 stereo stream. The filter itself can be found easily enough in several sources :

    


    FFmpeg : How to merge all audio streams into stereo

    


    http://underpop.online.fr/f/ffmpeg/help/amerge.htm.gz

    


    My question relates to how I can implement this in code. I am using the exact same code found in the FFmpeg examples here :
https://ffmpeg.org/doxygen/trunk/filtering_audio_8c-example.html

    


    I just change the filter_descr variable to :

    


    static const char *filter_descr = "[0:1][0:2] amerge=inputs=2";


    


    When I use this I get the following exception :
Output pad "default" with type audio of the filter instance "in" of a buffer not connected to any destination
I get an Invalid Argument -22 exception when I'm configuring the filter graph

    


    if ((ret = avfilter_graph_config(filter_graph, NULL)) < 0)


    


  • I have a problem with my input resampling FFmpeg audio code [closed]

    31 mars, par Jaime Samper

    I,ve tried to do a resampling with ffmpeg, but i found issues all the time in my code.

    


    firt, i tried to get the imput channel layout but av_channel_layout_default(&layout, audio_codecpar->nb_channels) tells me, "there´s not nb_channels menber.

    


    so i put the resampling code manually cause I know is stereo.

    


    av_opt_set_sample_fmt(swr_ctx, "in_sample_fmt", codec_ctx->sample_fmt, 0);
av_opt_set_int(swr_ctx, "in_channel_layout", AV_CH_LAYOUT_STEREO, 0);
av_opt_set_int(swr_ctx, "in_sample_rate", codec_ctx->sample_rate, 0);
av_opt_set_sample_fmt(swr_ctx, "out_sample_fmt", AV_SAMPLE_FMT_S16, 0);
av_opt_set_int(swr_ctx, "out_channel_layout", AV_CH_LAYOUT_STEREO, 0);
av_opt_set_int(swr_ctx, "out_sample_rate", pwfx->nSamplesPerSec, 0);


    


    but on execution give me this error :

    


    Formato de mezcla: 48000 Hz, 32 bits, 2 canales
[SWR @ 00000277ef707a40] Input channel layout "" is invalid or unsupported.


    


    any clue ?

    


  • Alembik developement and source code

    14 janvier 2013, par vaibought

    In my project i am using alembik media server heavily. However i am unable to find the source code of the tag on the alembik site. The repository they are giving is not sure whether stable or not. somebody have knowledge if the alembik developement has been closed, if closed, then where i can found one stable tag of the code and if there any alternative to alembik