
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (24)
-
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone. -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (3744)
-
PyArcade (Pyglet) python3 Help needed
8 juillet 2024, par F4ziPython 3.8.1


using python-arcade and linux manjaro os


This project is a multiplayer game built with python arcade


I get these errors while running :


class Client(arcade.Window):

 def __init__(
 self, 
 width: int, 
 height: int, 
 title: str = 'Immortals'
 ) -> None:
 super().__init__(width, height, title=title)



Traceback (most recent call last):
 File "/home/iddos/Documents/Github/Python/immortals/immortals/main.py", line 42, in <module>
 main(**config['resolution'])
 File "/home/iddos/Documents/Github/Python/immortals/immortals/main.py", line 20, in main
 window = Immortals(*args, **kwargs)
 File "/home/iddos/Documents/Github/Python/immortals/immortals/core/client.py", line 40, in __init__
 super().__init__(width, height, title=title)
 File "/home/iddos/.local/share/virtualenvs/immortals-SS7Euna6/lib/python3.8/site-packages/arcade/application.py", line 70, in __init__
 super().__init__(width=width, height=height, caption=title,
 File "/home/iddos/.local/share/virtualenvs/immortals-SS7Euna6/lib/python3.8/site-packages/pyglet/window/xlib/__init__.py", line 171, in __init__
 super(XlibWindow, self).__init__(*args, **kwargs)
 File "/home/iddos/.local/share/virtualenvs/immortals-SS7Euna6/lib/python3.8/site-packages/pyglet/window/__init__.py", line 642, in __init__
 self._create()
 File "/home/iddos/.local/share/virtualenvs/immortals-SS7Euna6/lib/python3.8/site-packages/arcade/application.py", line 469, in _create
 super()._create()
 File "/home/iddos/.local/share/virtualenvs/immortals-SS7Euna6/lib/python3.8/site-packages/pyglet/window/xlib/__init__.py", line 352, in _create
 self.set_caption(self._caption)
 File "/home/iddos/.local/share/virtualenvs/immortals-SS7Euna6/lib/python3.8/site-packages/arcade/application.py", line 481, in set_caption
 super().set_caption(caption)
 File "/home/iddos/.local/share/virtualenvs/immortals-SS7Euna6/lib/python3.8/site-packages/pyglet/window/xlib/__init__.py", line 511, in set_caption
 self._set_text_property('_NET_WM_NAME', caption)
 File "/home/iddos/.local/share/virtualenvs/immortals-SS7Euna6/lib/python3.8/site-packages/pyglet/window/xlib/__init__.py", line 785, in _set_text_property
 raise XlibException('Could not create UTF8 text property')
pyglet.window.xlib.XlibException: Could not create UTF8 text property
</module>


And also this ffmpeg not found error, altough ffmpeg is in /usr/bin/ffmpeg


Unable to find match for ffmpeg sound library at expected location: /home/iddos/.local/share/virtualenvs/immortals-SS7Euna6/lib64/python3.8/site-packages/pyglet_ffmpeg2/linux_x86_64/libavfilter.so.7.



I would love to get some help from you guys since i didn't find a solution for this yet.


-
FFmpeg skips generating thumbs
25 janvier 2018, par Awais fiazI am using
ffmpeg
for creating thumbs out of videos withinphp
script howeverffmpeg
skips creating thumbs sometimes but sometimes it goes okay and works fine i am a little confused of this strange behavior.Command which fails :
Command : /opt/bin/ffmpeg -ss 00:00:06 -i /home/my/public_html/files/conversion_queue/1516767375521d6.mp4 -an -r 1 -y -f image2 -vframes 1 /home/my/public_html/files/thumbs/2018/01/24/1516767375521d6-original-1.jpg
Output error
[image2 @ 0x2eaab00] Could not open file : /home/my/public_html/files/thumbs/2018/01/24/1516767375521d6-original-1.jpg
av_interleaved_write_frame(): Input/output error
frame= 1 fps=0.0 q=7.1 Lsize=N/A time=00:00:01.00 bitrate=N/A speed=25.3x
video:41kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Conversion failed!Command which works fine :
Command : /opt/bin/ffmpeg -ss 00:01:01 -i /home/my/public_html/files/conversion_queue/1516867108c557e.mp4 -an -r 1 -y -f image2 -vframes 1 /home/my/public_html/files/thumbs/2018/01/25/1516867108c557e-original-1.jpg
Output
frame= 1 fps=0.0 q=3.1 Lsize=N/A time=00:00:01.00 bitrate=N/A speed=49.9x
video:21kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknownAlthough both are same but still i am facing this issue.
Any help regarding this would be really appreciated. -
GIF to MP4 Conversion with ffmpeg won't play in browsers or certain computers
24 janvier 2014, par GordnfreemanI am using a script to convert a gif to an mp4 file using ImageMagick and ffmpeg (the latest version from http://ffmpeg.gusari.org/static/). The conversion works and gives me a mp4 file which I can play on my home computer but not any other one, the file also does not play in browsers. I have downloaded a lot of codecs at home so I suspect that is the issue.
The code I am using, I will include all of it incase there is a problem earlier on in the script :
convert ORIGINALGIF.gif NEWPNG%03d.png
ffmpeg -framerate 10 -i NEWPNG%03d.png NEWVIDEO.mp4And that is about it this script works and creates the file but I can only view it on my home computer, I did some research and found the script below :
ffmpeg -framerate 10 -i NEWPNG%03d.png -b 1500k -vcodec libx264 -vpre slow -vpre baseline -g 30 NEWVID.mp4
I have tried this and a few variations of it but even if the file gets made it cannot be played in any browsers.