Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (55)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (4001)

  • Using FFMPEG Video Compression in Windows Batch files [closed]

    21 juillet 2020, par TrainNutter

    I am having some trouble with using FFMPEG in a Windows (10) Batch file. What I am trying to do is to get a Batch file to compress all video files in a folder bu running 1 batch file execution (Per folder) so that I could say run it over night and have 1 folder with a load of video filed compressed down from say 500MB RAW to a much smaller size compressed.

    


    The code I have put together below.

    


    for %%i in (*.mp4) do ffmpeg -i "%%i" vcodec libx265 -crf 24 -o "%%~ni.mp4"


    


    However cmd says the following error : Unable to find output

    


    I don't understand as the -o "%%~ni.mp4" bit is clearly an output. Some helo would be greatly appreciated

    


  • OpenCV VideoCapture not read any video File in Windows 7 32bit

    3 octobre 2014, par The_Maxtor

    i try to read .avi or .mpeg video file using VideoCapture class of OpenCV2.4.8 in C++ using QtCreator and CMake 2.8.12.1.
    Before built OpenCV, i download FFMPEG static version and put them into Program Files directory, i add their path into enviroments variable PATH, then i download K Lite Codec Pack Full, install it and only then i built OpenCV with CMAKE and mingw provide by Qt. After installation i add to PATH the right path of built OpenCV.
    The stream from webcam works fine, but the stream from a video file doesn’t work. I tried on Windows 7 32bit and Windows 8 64bit.
    Here is the code

    #include <opencv2></opencv2>imgproc/imgproc.hpp>
    #include <opencv2></opencv2>highgui/highgui.hpp>
    #include <opencv2></opencv2>core/core.hpp>
    #include "opencv2/opencv.hpp"
    cv::Mat img;
    cv::VideoCapture cap("Prova.avi");
    std::cerr &lt;&lt; cap.isOpened() &lt;&lt; std::endl;
    while(cap.read(img)){
       cv::imshow("Opencv", img);
       cv::waitKey(33);
    }

    The same code works on Ubuntu 12.04 with the same version of OpenCV and with the ffmpeg build by myself.
    What is wrong ?

  • fate/cbs : Fix the ffprobe dependency for Windows targets

    19 juin 2023, par Martin Storsjö
    fate/cbs : Fix the ffprobe dependency for Windows targets
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] tests/fate/cbs.mak