Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

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

Autres articles (38)

  • Initialisation de MediaSPIP (préconfiguration)

    20 février 2010, par

    Lors de l’installation de MediaSPIP, celui-ci est préconfiguré pour les usages les plus fréquents.
    Cette préconfiguration est réalisée par un plugin activé par défaut et non désactivable appelé MediaSPIP Init.
    Ce plugin sert à préconfigurer de manière correcte chaque instance de MediaSPIP. Il doit donc être placé dans le dossier plugins-dist/ du site ou de la ferme pour être installé par défaut avant de pouvoir utiliser le site.
    Dans un premier temps il active ou désactive des options de SPIP qui ne le (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

Sur d’autres sites (8193)

  • Set matplotlib video animation size (1920x1080)

    3 juillet 2021, par David Ferris

    I'm trying to create a matplotlib animation that is 1920x1080. The following animation generated is (1152x648), which is the right ratio but too small. I know that I can do this after the fact with ffmpeg, but I'd like to avoid re-encoding if possible.

    


    y = my_data
fig = plt.figure(figsize=(16,9))

def ani(i):
    # Animation Code

animator = FuncAnimation(fig, ani, frames=y.shape[0])

# Can't figure out what extra_args to set here
ffmpeg_writer = FFMpegWriter(fps=y.shape[0]/sound.duration_seconds, extra_args=['-scale', '1920x1080'])
animator.save('mymovie.mp4', writer=ffmpeg_writer)

print(ffmpeg_writer.frame_size) # prints (1152, 648)

ipd.Video('mymovie.mp4')


    


    As you can see above, I have tried a few extra_args, however I can't get anything to work.

    


  • Android FFMPEG video compression issue in Samsung Galaxy S4 device

    13 novembre 2015, par momersaleem

    I am using this library to compress video in android. App gets crash when I try to compress video second time. It works fine on other android devices except Samsung Galaxy S4. It gives the following signal on crash.

    Fatal signal 11 (SIGSEGV) at 0x7b820a94 (code=2), thread 960 (Thread-1277)

    I searched a lot for this issue but couldn’t find solution. Any help would be greatly appreciated.

  • Anomalie #3024 : spip_loader.php et IE8 (oui.... les pros du C/S traditionnels l’exigent !)

    26 janvier 2014, par Franck Dalot

    Bonjour
    Je l’ajoute à ce ticket, car il est possible que cela soit le même problème.

    Spip_loader ne fonctionne pas avec IE11, je viens de faire le test en php 5.4.21 chez OVH
    Je clique sur "commencer l’installation" et le pourcentage n’apparait même pas.
    A savoir que à la racine du site, j’ai la céation d’un dossier "SPIP-branche-3.0.zip" d’une taille de 9 253 006 octets et d’un dossier commençant par zip_

    Par contre, si je lance spip_loader avec firefox 26, je n’ai aucun problème.

    Il y a aussi des notices si j’ai configurer mes options, mais bon, ça c’est autre chose.

    Cordialement, Franck