Recherche avancée

Médias (0)

Mot : - Tags -/content

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (50)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

Sur d’autres sites (5770)

  • Running batch file from C# causes file not found error [on hold]

    29 juillet 2018, par user10152616

    I am streaming an IP camera using the program FFMPEG. I made a C# windows sform app to restart the FFMPEG process if it stops running. The C# app kills the process and starts a batch file which runs the FFMPEG command. It works great. However, I wanted to change the FFMPEG command so that it loads a .acv color file to correct some haze in the image. The problem is FFMPEG says file not found when it tries to load the .acv file. FFMPEG and the .acv file are in the same directory so I don’t see how this is possible. The batch file works fine if I double click on it. It’s only when run from the C# program that FFMPEG can’t find the .acv file.

    Any help greatly appreciated,

    Thanks

  • Can you convert a video to an audio file in python without saving to a file ?

    31 janvier 2017, par user2983738

    For a python web project I receive a video file through a flask interface.
    Now to do analysis, I need to extract the audio file from it.

    Problem is that I can’t save the video to file first, which seemingly eliminates using ffmpeg as it requires a link to a file location.

    Are there any python solutions that would allow me to pass and return audio/video files using objects only ?

    Thank you in advance

  • Match audio file with video file in batch (.bat)

    3 octobre 2019, par Jake Pearson

    i have done my research and found a fairly new thread that opened -> Finding File Matches & Variable Assignment using a .BAT Script

    However,it doesn’t seem like this person has same issue as me although they maybe using the same fotware for ingesting the videos as the naming convention says so.

    For me i have many different output names. the string in the output files has same name like the thread above -> channel_typeOfProgram_ID_DatesinString.m2v or .wav

    The one thing thast common is that before the date starts, i have High written in the file name followed by c in the video file name or 00, 01 for audio and i believe in the Finding File Matches & Variable Assignment using a .BAT Script the person who answer it made it clear that 00c is left audio and 01c is right audio.

    Here are example of the files names I get.

    Video

    BA_MUS_006606Highc450277**20190320**1831370611.m2v

    Audio

    BA_MUS_006606High00c450277201903201831370623.wav

    BA_MUS_006606High01c450277201903201831370625.wav

    or the file name would have BA_PRG_006606_02High01c45027720190320183137785

    so its a problem to break the code to using delimiters as the number of _ or segments are going to be different.