
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (61)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (6374)
-
Could not load file or assembly 'accord.video.ffmpeg.x64.dll' or one of its dependencies
15 novembre 2022, par malt_manI'm using Accord.video.ffmpeg.x64. My project is built in x64 as well. It is a click once windows forms application. I installed accord through nuget. C++ redistributor is installed.



Everything works fine when I run the program from debug. But when I publish it and try to run it (on the same machine or any other machine) I get the error "could not load file or assembly 'accord.video.ffmpeg.x64.dll' or one of its dependencies."



Thank you for any help you can provide.


-
How can I use FFMpeg with PHP in a Vagrant environment ?
31 juillet 2015, par curtisblackwellI’ve got this working on a DigitalOcean server, but I can’t seem to get it working locally.
My Vagrant box is ubuntu/trusty64. When I ssh into the machine to check out the permissions of the
ffmpeg
binary, it’s664
. I tried runningchmod 755 ffmpeg
(w/ and w/osudo
), but it has no effect and outputs no response. I’m the owner, sochown
wouldn’t make any difference (but also doesn’t work, w/ or w/osudo
). Outside of the Vagrant machine, the file permissions are755
and owned by me, though that doesn’t seem to matter.The binaries are static builds from a site linked to on the official FFMpeg site’s download page.
Running
cat /etc/*-release
on both the remote DO server and the Vagrant machine returns the same result :DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"
NAME="Ubuntu"
VERSION="14.04.2 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.2 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"When attempting to execute the binary through PHP on the Vagrant machine (with
exec()
), I get a126
exit code.What else should I try to get this working ?
-
Run FFmpeg commands [on hold]
28 juillet 2018, par avanibHow can I use ffmpeg commands in my application ? The ffmpeg commands work perfectly on my local machine, but ffmpeg.exe is installed locally. How would I make them work when running the application on the server. Can I have the ffmpeg.exe in the app directory, will that work ?
I tried not to use command line instructions as much as possible, but to write text on a video, I had to use the drawtext instruction. Any ideas on how to use ffmpeg command when ffmpeg is installed only on your local machine ?