Recherche avancée

Médias (91)

Autres articles (25)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (2910)

  • Why A .FLAC File Converted by FFMPEG Cause File Explorer Unresponse on Windows 10 [closed]

    20 juillet 2022, par Alex King

    My File Explorer Always showing "Working on it."
I've tried many resolutions.
First,I disconnect my NAS drive. seems fine.
I test many times on diffirient windows 10/11 versions.
I thought it was SMB problem on windows. But i was wrong.

    


    Today I'm using FFMPEG convert .wav to .flac.

    


    .\ffmpeg.exe -i $Source -c:a flac $Dest 


    


    Just simple like this. Blow my computer up.

    


    Even worse, explorer.exe crash after I'm trying to open FF output folder.

    


    It's not the poblem from "Quick access" or "Search Index".

    


    I'm now 100% percent confirm the flac files that ffmpeg made will cause file explorer crash.

    


    I can't solve it without knowing the reason.

    


    Might related to audio file tag vorbis ?

    


    This is my FFMPEG info

    


    ffmpeg version n5.0.1-4-ga5ebb3d25e-20220428 Copyright (c) 2000-2022 the FFmpeg developers

built with gcc 11.2.0 (crosstool-NG 1.24.0.533_681aaef)


    


  • Updated file input button style to accomodate larger file selection buttons.

    1er octobre 2013, par blueimp
    Updated file input button style to accomodate larger file selection buttons.
  • FFmpeg : How to create m3u8 file list file steam .txt from .mp4 video

    11 juin 2019, par Susuka Akira

    Can someone help me create m3u8 file with a stream stream of .txt files ?

    The steam file list looks like :

    #EXTM3U
    #EXT-X-VERSION:5
    #EXT-X-TARGETDURATION:7
    #EXT-X-MEDIA-SEQUENCE:0
    #EXTINF:6.000000,
    #EXT-X-BYTERANGE:533168@18
    /output_1.txt
    #EXTINF:5.280000,
    #EXT-X-BYTERANGE:549148@533186
    /output_2.txt
    #EXTINF:4.000000,
    #EXT-X-BYTERANGE:467180@1082334
    /output_3.txt
    .......

    Thank you !