Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (76)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (7641)

  • Rtsp streaming with 3gp (Video encoded with ffmpeg) breaking every 8 seconds

    8 août 2012, par user1581063

    I have set up Darwin streaming server(6.0) to stream rtsp on android / other mobile devices in AWS using Ec2.
    I have opened all UDP and necessary tcp ports required for playing RTSP

    I am using ffmpeg to encode videos. Below is the command used for encoding a H264 video to H263.

    ffmpeg -i test1.mp4 -f 3gp -s 176x144 -vcodec h263 -b:v 339k -r 14.895 -acodec libamr_nb -ac 1 -ar 8000 -ab 12.2k -y test.3gp

    The encoded videos stops every multiples of 8 seconds, bufffers and plays again in all Android phone(< 4.0).

    I tried all the options still the behavior is same. The same RTSP link plays well with Daroon player( downloaded from google play) on Android or VLC player in windows.

    I am not able to figure whether its a encoding issue or server side issue.

    Link for the mobile : m.try.vasop.com/rtsp.php

    Link for the RTSP : rtsp ://175.41.130.157/1343973357914_h263.3gp

  • The C compiler "clang.exe" is not able to compile a simple test program

    8 octobre 2020, par M. Bilal Asif

    I am trying to compile shell script that compiles the C project library, but i am stuck at this when it comes to compile the nmake part.

    &#xA;

    I am using NDK 21 and cmake version is 3.10

    &#xA;

    I am using shell script using bash same as defined here, i want to compress this library as they showing in the docs running ./android.sh

    &#xA;

    Please check the link : https://github.com/tanersener/mobile-ffmpeg#52-build-scripts

    &#xA;

    here is the attached log :

    &#xA;

    DEBUG: Downloading library source: cpu-features&#xA;&#xA;DEBUG: Checking if cpu-features is already downloaded at /d/Bilals/Projects/GithubProjects/mobile-ffmpeg/src/cpu-features&#xA;&#xA;INFO: cpu-features library already downloaded&#xA;&#xA;INFO: cpu-features already downloaded. Source folder found at /d/Bilals/Projects/GithubProjects/mobile-ffmpeg/src/cpu-features&#xA;&#xA;-- Building for: NMake Makefiles&#xA;-- Check for working C compiler: D:/Bilals/PcBackupData/sdk/ndk/21.3.6528147/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe&#xA;CMake Error: Generator: execution of make failed. Make command was: "nmake" "/NOLOGO" "cmTC_adf3f\fast"&#xA;-- Check for working C compiler: D:/Bilals/PcBackupData/sdk/ndk/21.3.6528147/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe -- broken&#xA;CMake Error at D:/Bilals/PcBackupData/sdk/cmake/3.10.2.4988404/share/cmake-3.10/Modules/CMakeTestCCompiler.cmake:52 (message):&#xA;  The C compiler&#xA;&#xA;    "D:/Bilals/PcBackupData/sdk/ndk/21.3.6528147/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe"&#xA;&#xA;  is not able to compile a simple test program.&#xA;&#xA;  It fails with the following output:&#xA;&#xA;    Change Dir: D:/Bilals/Projects/GithubProjects/mobile-ffmpeg/android/build/cpu-features/arm/CMakeFiles/CMakeTmp&#xA;    &#xA;    Run Build Command:"nmake" "/NOLOGO" "cmTC_adf3f\fast"&#xA;    The system cannot find the file specified&#xA;    Generator: execution of make failed. Make command was: "nmake" "/NOLOGO" "cmTC_adf3f\fast"&#xA;    &#xA;&#xA;  &#xA;&#xA;  CMake will not be able to correctly generate this project.&#xA;Call Stack (most recent call first):&#xA;  CMakeLists.txt:9 (project)&#xA;&#xA;&#xA;-- Configuring incomplete, errors occurred!&#xA;See also "D:/Bilals/Projects/GithubProjects/mobile-ffmpeg/android/build/cpu-features/arm/CMakeFiles/CMakeOutput.log".&#xA;See also "D:/Bilals/Projects/GithubProjects/mobile-ffmpeg/android/build/cpu-features/arm/CMakeFiles/CMakeError.log".&#xA;

    &#xA;

    and here is my environmental variables

    &#xA;

    enter image description here

    &#xA;

  • FFMpeg Text Animation

    26 mai 2019, par Alexia1990

    How to add text with animation on video in ffmpeg ?
    Now I am trying to add video management function on android app.
    If you have a experiences on it, please help me.