Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (87)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (7965)

  • Can I use FFMPEG to replace $N number of frames while keeping the audio ?

    16 août 2020, par Ian Arman

    Is this possible with ffmpeg or am I required to use another program.

    


    I have a .mp4 file and I want to replace $n number of frames while keeping the audio.

    


    At this point I'm not concerned about transitions such as fading or anything - I'm only wondering if this is possible through the commands.

    


    Thus the output of the file would be {replaced frames - $N number}{remaining video - minus replaced frames}

    


  • How can I create a process that can be multiplied by a variable number ?

    18 octobre 2019, par Kaden

    A bit hard to explain this one, but I have an ingest of a variable amount of .mp4 files (sometimes it’s 30, other times it’s 10) and I need to have a subproccess.call('code', shell=True) for each of the .mp4 files that are being ingested into that folder. Each file has already been renamed in numeric order (1.mp4, 2.mp4, 3.mp4, etc...) and I can store the number of ingested files into a variable sumlines using the code
    with open(urls.txt", 'r') as file:     sumlines = sum(1 for _ in file)
    So my question is, is there a way I can use the variable sumlines to automatically subproccess call the exact number of files needed ?
    Find a screenshot here

  • Update progress number on directive initialization.

    2 mai 2013, par blueimp
    Update progress number on directive initialization.