
Recherche avancée
Autres articles (66)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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 ;
-
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (13939)
-
The audio export failed, possily because the bitrate you specified was > two high or too low for the video codec
13 avril 2016, par MichaelI am occasionally receiving the following error when attempting to write a m4a (aac) audio file to a video using
write_videofile
with the moviepy library. I cannot isolate what exactly is causing this error because it happens rarely. I have tried specifying different audio bitrates, but it still raise an exception.video = video.set_audio(AudioFileClip("asdf.m4a"))
video.write_videofile("video.mp4", fps=FPS, codec='libx264', audio_codec="aac", temp_audiofile='temp-audio.m4a', remove_temp=True, audio_bitrate="256k")[Errno 32] Broken pipe MoviePy error : FFMPEG encountered the
following error while writing file temp-audio.m4a :temp-audio.m4a : Permission denied
The audio export failed, possily because the bitrate you specified was
two high or too low for the video codec. : IOError Traceback (most
recent call last) :video.write_videofile("video.mp4",
fps=FPS, codec=’libx264’, audio_codec="aac",
temp_audiofile=’temp-audio.m4a’, remove_temp=True,
audio_bitrate="256k")File "", line 2, in write_videofile File
"/var/task/moviepy/decorators.py", line 54, in requires_duration
return f(clip, *a, **k)File "", line 2, in write_videofile File
"/var/task/moviepy/decorators.py", line 137, in
use_clip_fps_by_default return f(clip, *new_a, **new_kw) File
"", line 2, in write_videofile File
"/var/task/moviepy/decorators.py", line 22, in convert_masks_to_RGB
return f(clip, *a, **k)File "/var/task/moviepy/video/VideoClip.py", line 331, in
write_videofile verbose=verbose) File "", line 2,
in write_audiofile File "/var/task/moviepy/decorators.py", line 54,
in requires_duration return f(clip, *a, **k) File
"/var/task/moviepy/audio/AudioClip.py", line 204, in write_audiofile
verbose=verbose, ffmpeg_params=ffmpeg_params) File
"", line 2, in ffmpeg_audiowrite File
"/var/task/moviepy/decorators.py", line 54, in requires_duration
return f(clip, *a, **k) File
"/var/task/moviepy/audio/io/ffmpeg_audiowriter.py", line 162, in
ffmpeg_audiowrite writer.write_frames(chunk) File
"/var/task/moviepy/audio/io/ffmpeg_audiowriter.py", line 122, in
write_frames raise IOError(error)IOError : [Errno 32] Broken pipe MoviePy error : FFMPEG encountered the
following error while writing file temp-audio.m4a : temp-audio.m4a :
Permission denied The audio export failed, possily because the
bitrate you specified was two high or too low for the video codec. -
mingw : Enable high-entropy ASLR on 64-bit Windows
28 janvier 2016, par Henrik Gramnermingw : Enable high-entropy ASLR on 64-bit Windows
To fully utilize HEASLR the image base address must also be set above
4 GiB. For consistency use the same address as MSVC uses by default.This requires binutils 2.25 which isn’t available on all common
distributions, so only enable it after checking that it’s supported. -
lavfi/af_hdcd : Implement high definition audio cd filtering.
15 avril 2016, par Benjamin Steffes