Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (111)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (7647)

  • Merge commit ’baeb59d89beda499688e528c6a269d2b255b66f2’

    24 mars 2014, par Michael Niedermayer
    Merge commit ’baeb59d89beda499688e528c6a269d2b255b66f2’
    

    * commit ’baeb59d89beda499688e528c6a269d2b255b66f2’ :
    avconv : rewrite output data size tracking

    Conflicts :
    ffmpeg.c

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c
    • [DH] ffmpeg.h
  • Why do my Windows filenames keep getting converted in Python ?

    13 avril 2024, par GeneralTully

    I'm running a script that walks through a large library of .flac music, making a mirror library with the same structure but converted to .opus. I'm doing this on Windows 11, so I believe the source filenames are all in UTF-16. The script calls FFMPEG to do the converting.

    &#xA;

    For some reason, uncommon characters keep getting converted to different but similar characters when the script runs, for example :

    &#xA;

    06 xXXi_wud_nvrstøp_ÜXXx.flac

    &#xA;

    gets converted to :

    &#xA;

    06 xXXi_wud_nvrstøp_ÜXXx.opus

    &#xA;

    They look almost identical, but the Ü and I believe also the ø are technically slightly different characters before and after the conversion.

    &#xA;

    The function which calls FFMPEG for the conversion looks like this :

    &#xA;

    def convert_file(pool, top, file):&#xA;    fullPath = os.path.join(top, file)&#xA;    # Pass count=1 to str.replace() just in case .flac is in the song&#xA;    # title or something.&#xA;    newPath = fullPath.replace(src_dir, dest_dir, 1)&#xA;    newPath = newPath.replace(".flac", ".opus", 1)&#xA;&#xA;    if os.path.isfile(newPath):&#xA;        return None&#xA;    else:&#xA;        print("{} does not exist".format(newPath))&#xA;   &#xA;        cvt = [&#xA;            "Ffmpeg", "-v", "debug", "-i", fullPath, "-c:a", "libopus", "-b:a", "96k", newPath]&#xA;        print(cvt)&#xA;&#xA;        return (&#xA;            fullPath,&#xA;            pool.apply_async(subprocess.run, kwds={&#xA;                "args": cvt,&#xA;                "check": True,&#xA;                "stdin": subprocess.DEVNULL}))&#xA;

    &#xA;

    The arguments are being supplied by os.walk with no special parameters.

    &#xA;

    Given that the script is comparing filenames to check if a conversion needs to happen, and the filenames keep getting changed, it keeps destroying and recreating the same files every time the script runs.

    &#xA;

    Why might this be happening ?

    &#xA;

  • FFMPEG for APACHE 2.4.6 (x64), PHP 5.5 (x64), MYSQL 5.6 (x64) on WINDOWS 8 (x64) MACHINE

    8 mai 2014, par user2662327

    FFMPEG for APACHE 2.4.6 (x64), PHP 5.5 (x64), MYSQL 5.6 (x64) on WINDOWS 8 (x64) MACHINE

    I need to install FFMPEG on my windows 8 machine running DRUPAL ZEN custom theme. Can someone tell me where I can get the right dll files for this purpose ? If I have to compile them myself, can someone please give me step by step instructions for how to do so ? I have searched endlessly for these dlls for days now and I have no instructions for creating what i need manually. I have a windows machine running minGW.

    I already tried using the FFMPEG dlls that are out there on teh internet but my PHP-APACHE installations seem to be unable to properly detect the FFMPEG libraries (i added php_ffmpeg.dll to EXT folder, and the rest of hte DLLs to the WINDOWS/SYSTEM32 folder).

    I am running the following versions of PHP and APACHE. Thank you very much in advance for any help you can offer me.

    PHP Version 5.5.1
    System Windows NT 6.2 build 9200 (Windows 8 Business Edition) AMD64
    Build Date Jul 18 2013 11:04:03
    Compiler MSVC11 (Visual C++ 2012)
    Architecture x64

    APACHE VERSION
    Server version : Apache/2.4.6 (Win64)
    Apache Lounge VC10 Server built : Jul 16 2013 11:31:50