Recherche avancée

Médias (91)

Autres articles (106)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (10017)

  • Cannot build FFmpeg 4.2 whatever I disable/enable (Cygwin)

    19 novembre 2020, par kubinka0505

    I have a strange (or maybe not) problem. As the title says I cannot compile FFmpeg.

    


    First I need to state that I have completely no experience in C, (which FFmpeg is primarily made in) not even mentioning its compilation, so I probably will not be able to change any of its source code.

    


    What I want to achieve - I want to have a static executable binary file (ffmpeg.exe) without any audio encoders/decoders. I mainly want it because of the smaller file size.

    



    


    I'm using :

    


    



    


    Steps that I've done (for testing purposes) :

    


      

    1. I've trying to build it after watching that video
    2. 


    3. With the following command :
    4. 


    


    ./configure --disable-libmp3lame --enable-static


    


    Log is avaliable here

    



    


    Please give me information about what am I doing wrong and how to fix this. I'm struggling with it for over a week.

    


  • How can i make ffmpeg pick the right file ?

    20 septembre 2019, par A Person

    I’ve been trying to make ffmpeg pick up files from a folder and merge them together.

    The code i have for merging the audio and video is :

    ffmpeg -i video.m2v -i audio.wav -c copy -map 0:0 -map 1:0 %orginal_name%.mxf

    This works but i chnage the %origninal_name to the name of the video file.

    Im currently using a watch folder in FFAStrans to pick the video file up and using custom ffmpeg comand to run the command. The problem i’m having is that i have to specify the video and audio file name.

    The folder has over 100 video and audio file and they have the same name so if ita s food show it would be

    category_name_episode_HighRandomVariable.m2v for video
    category_name_episode_HighRandomVariableDifferentFromVideo.wav for audio
    example of this is
    food_johnsCooking_EP1_High745548.m2v and
    food_johnsCooking_EP1_High8547885874.wav

    im using regext as well but dont really know how to use in in FFAStrans but the command looks like this.
    $regext("%s_original_name%","(.+)_High")

    Does anyone know how i can set it up so i can get the correct audio and video file to merge and at the same time make sure all other videos and audio files are done without me having to change the ffmpeg -i to the next video and audio name.

    Any Help or advice is appreciated.

    Many thanks in advance.

  • vvcdec : add parameter parser for sps, pps, ph, sh

    28 décembre 2023, par Nuo Mi
    vvcdec : add parameter parser for sps, pps, ph, sh
    

    Co-authored-by : Xu Mu <toxumu@outlook.com>
    Co-authored-by : Frank Plowman <post@frankplowman.com>
    Co-authored-by : Shaun Loo <shaunloo10@gmail.com>
    Co-authored-by : Wu Jianhua <toqsxw@outlook.com>

    • [DH] libavcodec/vvc/Makefile
    • [DH] libavcodec/vvc/vvc_ps.c
    • [DH] libavcodec/vvc/vvc_ps.h
    • [DH] libavcodec/vvc/vvcdec.h