Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP

Autres articles (73)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (4600)

  • OSError : [errno2] no such file or directory and OSError : [Errno 12] Cannot allocate memory

    30 octobre 2018, par elena

    I am trying to convert video with Apache Kafka and FFmpeg. I have run my program on my system, but it fails when it runs on the server. I run code I got this error :

    Traceback (most recent call last):
     File "/home/fu/kafka/kafkaVideo/ffmpeg-python-master/ffmpeg/send.py", line 30, in <module>
       subprocess.call([sys.executable, start])
     File "/usr/lib/python2.7/subprocess.py", line 523, in call
       return Popen(*popenargs, **kwargs).wait()
     File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
       errread, errwrite)
     File "/usr/lib/python2.7/subprocess.py", line 1235, in _execute_child
       self.pid = os.fork()
    OSError: [Errno 12] Cannot allocate memory
    frame send
    frame send
    frame send
    frame send
    ...
    raceback (most recent call last):
     File "/home/fu/kafka/kafkaVideo/ffmpeg-python-master/ffmpeg/send.py", line 30, in <module>
       subprocess.call([sys.executable, start])
     File "/usr/lib/python2.7/subprocess.py", line 523, in call
       return Popen(*popenargs, **kwargs).wait()
     File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
       errread, errwrite)
     File "/usr/lib/python2.7/subprocess.py", line 1235, in _execute_child
       self.pid = os.fork()
    OSError: [Errno 12] Cannot allocate memory
    frame send
    frame send
    ...
    Traceback (most recent call last):
     File "send.py", line 107, in <module>
       publish_video(video_path)
     File "send.py", line 48, in publish_video
       subprocess.call([sys.executable, start])
     File "/usr/lib/python2.7/subprocess.py", line 523, in call
       return Popen(*popenargs, **kwargs).wait()
     File "/usr/lib/python2.7/subprocess.py", line 1392, in wait
       pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
     File "/usr/lib/python2.7/subprocess.py", line 476, in _eintr_retry_call
       return func(*args)``
    OSError: [Errno 2] No such or directory
    </module></module></module>

    but The third part of the error is different in different debug

  • avcodec/vp3 : Do not initialize unused tables for keyframes in unpack_superblock()

    28 octobre 2018, par Michael Niedermayer
    avcodec/vp3 : Do not initialize unused tables for keyframes in unpack_superblock()
    

    Fixes : Timeout (139sec -> 102sec)
    Fixes : 9642/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VP3_fuzzer-6676767875006464

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/vp3.c
  • avcodec/simple_idct_template : Fix several integer overflows

    28 juillet 2018, par Michael Niedermayer
    avcodec/simple_idct_template : Fix several integer overflows
    

    Fixes : simple_idct_template.c:184:30 : runtime error : signed integer overflow : -1065517056 - 1392182838 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:269:21 : runtime error : signed integer overflow : 16384 * 259254 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:164:17 : runtime error : signed integer overflow : 21407 * 210162 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:167:17 : runtime error : signed integer overflow : 21407 * 210162 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:169:19 : runtime error : signed integer overflow : 22725 * 259190 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:171:19 : runtime error : signed integer overflow : 19265 * 259190 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:173:19 : runtime error : signed integer overflow : 12873 * 259190 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:183:28 : runtime error : signed integer overflow : 1860878336 + 585177665 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:159:17 : runtime error : signed integer overflow : 16384 * 189520 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:170:22 : runtime error : signed integer overflow : 19265 * 130147 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:174:23 : runtime error : signed integer overflow : -22725 * 130147 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:183:20 : runtime error : signed integer overflow : 16384 * -175206 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:184:22 : runtime error : signed integer overflow : -16384 * -175206 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:185:22 : runtime error : signed integer overflow : -16384 * -175206 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:186:20 : runtime error : signed integer overflow : 16384 * -175206 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:195:26 : runtime error : signed integer overflow : 19265 * 150747 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:198:27 : runtime error : signed integer overflow : -22725 * 150747 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:184:37 : runtime error : signed integer overflow : 21407 * -171941 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:185:37 : runtime error : signed integer overflow : 21407 * -171941 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:192:27 : runtime error : signed integer overflow : -12873 * 206341 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:185:30 : runtime error : signed integer overflow : 1196441600 + 1703756981 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:176:23 : runtime error : signed integer overflow : -12873 * 168461 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:191:27 : runtime error : signed integer overflow : -22725 * -140062 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:197:26 : runtime error : signed integer overflow : 19265 * -140062 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:183:34 : runtime error : signed integer overflow : 8867 * -243046 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:186:34 : runtime error : signed integer overflow : 8867 * -243046 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:186:28 : runtime error : signed integer overflow : -816234496 - 2139878414 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:188:26 : runtime error : signed integer overflow : 12873 * -239872 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:165:16 : runtime error : signed integer overflow : 8867 * -260084 cannot be represented in type 'int'
    Fixes : simple_idct_template.c:166:16 : runtime error : signed integer overflow : 8867 * -260084 cannot be represented in type 'int'
    Fixes : 9135/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MPEG4_fuzzer-6324422955761664

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/simple_idct_template.c