
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 (76)
-
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 (8605)
-
x264 CLI crash while encoding [migrated]
28 août 2011, par Ithilioni'm having hard time with x264 CLI encoding.
I'm trying to encode a blu-ray source (8gb .m2ts file) into a mp4 video, but x264.exe keeps always crashing at approximately 20% progress.This is the Avisynth script i'm using :
Source="C:\Ithilion\Temp\Editing\Anime\input.m2ts"
V=FFVideoSource(Source,fpsnum=24000,fpsden=1001)
A=FFAudioSource(Source)
AudioDub(V,A)
GradFun2DBmod(str=1.2)
aWarpSharp2(depth=20)
LimitedSharpenFaster(strength=255)
TextSub("C:\Ithilion\Temp\Editing\Anime\subs1.ass")
TextSub("C:\Ithilion\Temp\Editing\Anime\subs2.ass")These are the commands i'm using for the encode :
x264 --profile high10 --level 5.1 --crf 23 --bframes 10 --b-adapt 2 --direct auto
--me umh --merange 24 --partitions all --rc-lookahead 60 --ref 16 --subme 10
--trellis 2 --deblock -2:-2 --psy-rd 0.6:0.0 --aq-strength 1 --acodec aac
--abitrate 256 --output "output.mp4" "input.avs"This is the error i get :
Name of the application that generated the error: x264.exe, Version: 0.0.0.0, time stamp: 0x4e427829
Module name that generated the error: KERNELBASE.dll, Version: 6.1.7601.17651, time stamp: 0x4e211319
Exception Code: 0xc00000fd
Fault offset 0x0000b9bc
Process ID that generated the error: 0xaac
Start time of the application that generated the error: 0x01cc64e7f962548a
Path to the application that generated the error: C:\Ithilion\Temp\Editing\x264\x264.exe
Path of the module that generated the error: C:\Windows\syswow64\KERNELBASE.dll
ID alert: a702ec4e-d0e7-11e0-b4d3-0023547ccfc5I'm running Win7 64 on a Q9400 @3200mHz with 4 GB RAM
Thanks in advance for your support
Best regards -
How to install FFMpeg in WampServer 2.1 (Windows XP)
14 août 2013, par Raja Bilal AhmedI m using php 5.3.5 on windows xp and now i try to install ffmepg from this link http://sergey89.ru/files/ffmpeg-php-win32-all.zip
when i resart my wamp server i got this warning
PHP Startup:ffmpeg : Unable to initialize module
Module compiled with modle API=2006013
PHP compiled with module API=20060626
These options need to match
Kindly someone guide me how i correct this problem. -
HTTP Stream (video) recording to a set of files
14 septembre 2011, par mhambraI just thinked that a usage of VLC's livehttp module on a certain project is way too resource hungry, just for recording video stream by 30-minute files. Thereby, what OSS software can be used to record an UDP video stream part-by-part ? Excluding mencoder, since the recorded video should be gap-less.
Also, if writing own FFmpeg code, what is the best way to tell libavformat/libavcodec to switch file output after certain # of keyframes, using already cached last/next frames ?