
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (80)
-
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 (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (13026)
-
How can I create a dynamic video and stream to Tiktok ? (node.js, canvas, tiktok) [closed]
18 mai 2022, par Иван ИвановI need to create dynamic videos with canvas, node.js, ffmpeg. I need this video stream on tiktok.
Maybe something like that would work for me.
https://github.com/fbsamples/Canvas-Streaming-Example


But I don't understand how to organize a broadcast on tik tok. Perhaps you have a solution or you faced a similar problem. I will be glad if you share a solution. Perhaps you can suggest an alternative.


-
ffmpeg add long text in multiline automatically
30 juillet 2016, par Pranoy CI am using ffmpeg to add text to a video. Currently this command works for me :
ffmpeg -y -i cut.mp4 -vf drawtext="fontfile=/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf: text='Stack Overflow': fontcolor=white: fontsize=24: box=1: boxcolor=black@0.5: boxborderw=5: x=(w-text_w)/2: y=main_h-(text_h*3)" -codec:a copy output.mp4
- If I have a very long text "Stack Overflow is awesome and this is a test of long text", is there a way to automatically make it wrap without me having to insert new line characters in the text ?
Currently such a text just goes off the screen if I don’t have newline characters.
- Is there a way to specify maximum width & height for the text ?
-
Facing libavfilter error while doing cmake for NVIDIA-DALI library on ubuntu version
27 avril 2019, par vamsi— Installed OpenCV 3.4.4 which NVIDIA DALI recommended.
— below link for NVIDIA DALI reference.
https://docs.nvidia.com/deeplearning/sdk/dali-developer guide/docs/quickstart.html
— below link for OpenCV installation :
https://www.pyimagesearch.com/2018/05/28/ubuntu-18-04-how-to-install-opencv/—NVIDIA DALI using below versions :
-DALI version : 0.10.0dev
-Found PythonInterp : /usr/bin/python (found version "2.7.15")
-Found CUDA : /usr (found suitable version "9.1", minimum required is "8.0")
-Found OpenCV : /usr/local/include ;/usr/local/include/opencv (found suitable version "3.4.4", minimum required is "2.0")---This is the error(No package ’libavfilter’ found) i am getting.
- Found CUDA : /usr (found suitable version "9.1", minimum required is "8.0")
Building WITHOUT nvJPEG
Building WITHOUT JpegTurbo
Found OpenCV : /usr/local/include ;/usr/local/include/opencv (found suitable version "3.4.4", minimum required is "2.0")
OpenCV libraries :
opencv_core ;opencv_imgproc ;opencv_imgcodecs -
Found PythonLibs : /usr/lib/x86_64-linux-gnu/libpython2.7.so
pybind11 v2.2.4
Found Protobuf : /usr/lib/x86_64-linux-gnu/libprotobuf.a ;-lpthread (found suitable version "3.0.0", minimum required is "2.0")
-
Enabling TensorFlow TFRecord file format support
- Found PkgConfig : /usr/bin/pkg-config (found version "0.29.1")
- Checking for module ’libavformat’
- Found libavformat, version 58.20.100
Checking for module ’libavcodec’
- Found libavcodec, version 58.35.100
Checking for module ’libavfilter’
No package ’libavfilter’ found
CMake Error at /usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:415 (message) :
A required package was not found
Call Stack (most recent call first) :
/usr/share/cmake-3.10/Modules/FindPkgConfig.cmake:593 (_pkg_check_modules_internal)
cmake/Dependencies.cmake:176 (pkg_check_modules)
CMakeLists.txt:45 (include)Configuring incomplete, errors occurred !
See also - Found CUDA : /usr (found suitable version "9.1", minimum required is "8.0")