Recherche avancée

Médias (0)

Mot : - Tags -/api

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

Autres articles (10)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (4591)

  • Merge commit ’106b62f4ba600f24415eaded5e020aeceb23fd59’

    28 mai 2014, par Michael Niedermayer
    Merge commit ’106b62f4ba600f24415eaded5e020aeceb23fd59’
    

    * commit ’106b62f4ba600f24415eaded5e020aeceb23fd59’ :
    matroskaenc : write the channel mask for FLAC

    Conflicts :
    libavformat/matroskaenc.c

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

    • [DH] libavformat/Makefile
    • [DH] libavformat/matroskaenc.c
  • Batch script to convert all avi to mp4 and delete after conversion using HandBrake command line

    26 février 2014, par RarLines

    So easy and cool batch question. Sorry for this ultimate newbie question  !

    I've a folder which contains hundreds of videos like that :

    Video001 - Introduction.avi
    Video002 - History of Stack Overflow.avi
    Video003 - Before Asking.avi
    ...
    Video999 - Conclusion.avi

    I need re-encode all of them with x264 codec. Ffmpeg is very slow so I tried to use HandBrake. There is a command line edition of HB and great default presents. I could write this command for converting only one file with "Normal" present :

    HandBrakeCLI.exe -i "Video001 - Introduction.avi" -o "Video001 - Introduction.mp4" -Z Normal

    My question : How can I convert all of them in folder and delete after conversion process ? Thank you !

    Note : If you think ffmpeg is better solution I can give my fav present. Handbrake says about Normal present :

    Normal:  -e x264  -q 20.0 -a 1 -E faac -B 160 -6 dpl2 -R Auto -D 0.0 --audio-copy-mask aac,ac3,dtshd,dts,mp3 --audio-fallback ffac3 -f mp4 --loose-anamorphic --modulus 2 -m --x264-preset veryfast --h264-profile main --h264-level 4.0

  • avformat/matroskadec : fix setting channel layout using the Channels element

    4 juillet 2022, par James Almer
    avformat/matroskadec : fix setting channel layout using the Channels element
    

    If the stream's channel layout is first set into a native layout using codec
    private parameters, this code here could potentially result in an invalid
    native layout where popcnt(ch_layout.u.mask) != ch_layout.nb_channels being
    propagated.

    Fixes : Timeout printing a billion channels
    Fixes : 48099/clusterfuzz-testcase-minimized-ffmpeg_dem_MATROSKA_fuzzer-6754782204788736

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Tested-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroskadec.c