Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (102)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (6435)

  • FFmpeg droplet on Windows (converting EXR sequences to mp4)

    6 mars 2018, par KnK

    I’m trying to create a little droplet on my desktop in windows10 that creates mp4 files out of exr sequences. My idea would be to drag the first frame of the sequence and the droplet would recognize the sequence and cook a nice mp4 video out of it.

    My source sequence usually look like this :
    render.0001.exr
    render.0002.exr
    render.0003.exr
    etc.

    So far I’m doing this completely manually by typing this to a command line :

    ffmpeg.exe -gamma 2.2 -i render.%04d.exr -q:v 0 -r 25 video.mp4

    This command creates a nice quality gamma 2.2 mp4 which is perfect but manually setting it is obviously a hassle.

    After a little google-ing I’ve found this droplet :

    ffmpeg.exe -i %1 -y %~n1_preview.mp4

    Which is brilliant but doesn’t recognize file sequences so if I drop multiple files on it it will create single frame mp4 files. I guess it is missing the %04d but I have no idea where to put it or whether it needs some other parameter to work properly.

    Do you guys and girls have any idea how to format this droplet properly ? It would be a huge timesaver.

    Thanks in advance !

  • pydub.exceptions.CouldntEncodeError : Encoding failed

    2 décembre 2023, par asdasdasasd

    im on alpine linux and i get running into this error

    


    File "/usr/lib/python3.9/site-packages/zspotify/_main_.py", line 697, in main
    zs.start()
  File "/usr/lib/python3.9/site-packages/zspotify/_main_.py", line 672, in start
    self.download_by_url(query)
  File "/usr/lib/python3.9/site-packages/zspotify/_main_.py", line 504, in download_by_url
    ret = self.download_track(parsed_url["track"])
  File "/usr/lib/python3.9/site-packages/zspotify/_main_.py", line 332, in download_track
    output_path = self.respot.download(
  File "/usr/lib/python3.9/site-packages/zspotify/respot.py", line 66, in download
    handler.convert_audio_format(audio_bytes, output_path)
  File "/usr/lib/python3.9/site-packages/zspotify/respot.py", line 648, in convert_audio_format
    AudioSegment.from_file(audio_bytes).export(
  File "/usr/lib/python3.9/site-packages/pydub/audio_segment.py", line 970, in export
    raise CouldntEncodeError(
pydub.exceptions.CouldntEncodeError: Encoding failed. ffmpeg/avlib returned error code: -4


    


    tried running zspotify and this error popped up, it also resulted in a 0kb file with the songs title

    


  • Localization : Update Arabic translations (#2485)

    20 mars 2024, par 5baddi
    Localization : Update Arabic translations (#2485)
    

    * feat : update arabic messages translations

    * psr : coding style

    * wip : coding style