Recherche avancée

Médias (91)

Autres articles (95)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 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 (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

Sur d’autres sites (6634)

  • phpvideotoolkit class errors on xampp installed on windows server 2008

    6 mars 2016, par Sourabh Swarnkar

    find i m trying to convert sequence of images into a video. and for that i canme to know about the ffmpeg class.

    the only wrapper class that i found is phpvideotoolkit but i m not able to work with it.

    i installed phpvideotoolkit on xampp on my windows 2008 server . but it is throwing alor of errors

    This example shows you how to extract a specific frame from a movie.


    Notice: Undefined property: PHPVideoToolkit::$_tmb_directory in C:\xampp\htdocs\phpvideo\phpvideotoolkit.php5.php on line 869

    Notice: Undefined offset: 0 in C:\xampp\htdocs\phpvideo\phpvideotoolkit.php5.php on line 877
    PHPVideoToolkit Error: Execute error. Output for file "C:\xampp\htdocs\phpvideo\examples\working\to-be-processed\MOV00007.3gp" was not found. No images were generated.

    Notice: Undefined property: PHPVideoToolkit::$_tmb_directory in C:\xampp\htdocs\phpvideo\phpvideotoolkit.php5.php on line 869

    Notice: Undefined offset: 0 in C:\xampp\htdocs\phpvideo\phpvideotoolkit.php5.php on line 877
    PHPVideoToolkit Error: Execute error. Output for file "C:\xampp\htdocs\phpvideo\examples\working\to-be-processed\Video000.3gp" was not found. No images were generated.

    Notice: Undefined property: PHPVideoToolkit::$_tmb_directory in C:\xampp\htdocs\phpvideo\phpvideotoolkit.php5.php on line 869

    Notice: Undefined offset: 0 in C:\xampp\htdocs\phpvideo\phpvideotoolkit.php5.php on line 877
    PHPVideoToolkit Error: Execute error. Output for file "C:\xampp\htdocs\phpvideo\examples\working\to-be-processed\cat.mpeg" was not found. No images were generated.

    example

    PHPVideoToolkit Error: Execute error. Output for file "C:\xampp\htdocs\phpvideo\examples\working\tmp\1336156630-4fa421d69357d\tmp_%d.jpg" was not found. Please check server write permissions and/or available codecs compiled with FFmpeg. You can check the encode decode availability by inspecting the output array from PHPVideoToolkit::getFFmpegInfo().

    i m trying to make it work since last many hours but no luck

    Also, for this code :

    $srcFile = "test-mpeg.mpg";
    $ffmpegObj = new ffmpeg_movie($srcFile);

    i am gettign error that it cant file the file. i believe its something to do with permissions but i m not able to figure out

    fpoen , fwrite , file_put_contents all are working fine without any permissions problems.

    can anyone please guide me in the write direction. what do i need to do to make this phpvideotoolkit work

  • ffmpeg- Windows server 2008

    6 novembre 2016, par Rafael Maires Rangel

    boa noite
    instalei o ffmpeg no windows server 2008 32 bits, porem ele não executa. Existe alguma biblioteca que devo instalar ?

    O erro é este :
    ffmpeg.exe - Ponto de entrada não encontrado

    Não foi possível localizar o ponto de entrada do procedimento GetNumaNodeProcessorMaskEx na biblioteca de vínculo dinâmico KERNEL32.dll.

  • stdint.h fixes for MSVS 2005/2008

    18 janvier 2017, par Erik de Castro Lopo
    stdint.h fixes for MSVS 2005/2008
    

    This adds a new msvc2005_int.h header file which is "force included"
    as needed by the MSVS project file.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] examples/c/decode/file/example_c_decode_file.vcproj
    • [DH] examples/c/encode/file/example_c_encode_file.vcproj
    • [DH] examples/cpp/decode/file/example_cpp_decode_file.vcproj
    • [DH] examples/cpp/encode/file/example_cpp_encode_file.vcproj
    • [DH] include/FLAC/ordinals.h
    • [DH] include/share/Makefile.am
    • [DH] include/share/compat.h
    • [DH] src/flac/flac.vcproj
    • [DH] src/flac/iffscan.vcproj
    • [DH] src/libFLAC++/libFLAC++_dynamic.vcproj
    • [DH] src/libFLAC++/libFLAC++_static.vcproj
    • [DH] src/libFLAC/libFLAC_dynamic.vcproj
    • [DH] src/libFLAC/libFLAC_static.vcproj
    • [DH] src/metaflac/metaflac.vcproj
    • [DH] src/share/getopt/getopt_static.vcproj
    • [DH] src/share/grabbag/grabbag_static.vcproj
    • [DH] src/share/replaygain_analysis/replaygain_analysis_static.vcproj
    • [DH] src/share/replaygain_synthesis/replaygain_synthesis_static.vcproj
    • [DH] src/share/utf8/utf8_static.vcproj
    • [DH] src/share/win_utf8_io/win_utf8_io_static.vcproj
    • [DH] src/test_grabbag/cuesheet/test_cuesheet.vcproj
    • [DH] src/test_grabbag/picture/test_picture.vcproj
    • [DH] src/test_libFLAC++/test_libFLAC++.vcproj
    • [DH] src/test_libFLAC/test_libFLAC.vcproj
    • [DH] src/test_libs_common/test_libs_common_static.vcproj
    • [DH] src/test_seeking/test_seeking.vcproj
    • [DH] src/test_streams/test_streams.vcproj
    • [DH] src/utils/flacdiff/flacdiff.vcproj
    • [DH] src/utils/flactimer/flactimer.vcproj