Recherche avancée

Médias (91)

Autres articles (89)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

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

Sur d’autres sites (9241)

  • ffmpeg volumn not work in complex filter

    6 février 2018, par rick lee

    "volumn" filter not work in complex filter.
    the audio that converted volumn is not affected.

    env : Mac OS 10.12.6

    ffmpeg -i /path/bg.mp3 -y -filter_complex [0:0]volume=0[output] -map
    [output] -acodec libmp3lame -write_xing 0 /path/mixed.mp3

    full log =====================================================================

    liqideMacBook-Pro:pinyin-api work$ ffmpeg -i
    /Users/work/dev/codebase/pinyin/pinyin-api/test/resources/bg_audio2.mp3
    -y -filter_complex [0:0]volume=0.1[output] -map [output] -acodec
    libmp3lame -f mp3 -write_xing 0 /Users/work/dev/codebase/pinyin/pinyin-
    api/test/resources/mixed3.mp3
    ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
     built with Apple LLVM version 9.0.0 (clang-900.0.39.2)
     configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4.1 --enable-
    shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --
    enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-
    gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-
    opencl --enable-videotoolbox --disable-lzma
     libavutil      55. 78.100 / 55. 78.100
     libavcodec     57.107.100 / 57.107.100
     libavformat    57. 83.100 / 57. 83.100
     libavdevice    57. 10.100 / 57. 10.100
     libavfilter     6.107.100 /  6.107.100
     libavresample   3.  7.  0 /  3.  7.  0
     libswscale      4.  8.100 /  4.  8.100
     libswresample   2.  9.100 /  2.  9.100
     libpostproc    54.  7.100 / 54.  7.100
    Input #0, mp3, from '/Users/work/dev/codebase/pinyin/pinyin-
    api/test/resources/bg_audio2.mp3':
     Metadata:
       title           : 喜洋洋
       album           : 贺岁新年音乐会
       encoder         : Lavf56.4.101
     Duration: 00:02:43.58, start: 0.025057, bitrate: 128 kb/s
       Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s
    Stream mapping:
     Stream #0:0 (mp3) -> volume
     volume -> Stream #0:0 (libmp3lame)
    Press [q] to stop, [?] for help
    Output #0, mp3, to '/Users/work/dev/codebase/pinyin/pinyin-
    api/test/resources/mixed3.mp3':
     Metadata:
       TIT2            : 喜洋洋
       TALB            : 贺岁新年音乐会
       TSSE            : Lavf57.83.100
       Stream #0:0: Audio: mp3 (libmp3lame), 44100 Hz, stereo, fltp
       Metadata:
         encoder         : Lavc57.107.100 libmp3lame
    [libmp3lame @ 0x7fad80001a00] Trying to remove 1152 samples, but the
    queue is empty
    size=    2556kB time=00:02:43.57 bitrate= 128.0kbits/s speed=51.7x
    video:0kB audio:2556kB subtitle:0kB other streams:0kB global
    headers:0kB muxing overhead: 0.003782%
    liqideMacBook-Pro:pinyin-api work$

    =====================================================================

  • I thought adding double quotes if you have spaces in file or folder directories would work here, but it doesn't ?

    17 novembre 2022, par Newb Coder
    for %%f in ("F:\folder\another subfolder + name that has a space like this and (that also has these round brackets here somewhere) and [these square brackets]\folder 3\file1 [info in square brackets - [more, info in a nested square bracket]].mkv") 
    do ffmpeg -ss 00:18:22.000 -i "%%f" -ss 00:00:0.500 -t 00:03:5.000 -c copy "%%~nf+1.mkv"


    


    This is my batch script, that I um, stole from someone, (coz why reinvent the wheel when the wheel already exists and tested working by someone else, right ?) which has worked on many other single and multiple media files at once that don't have spaces in them or file directories that don't, but as soon as I add one that does like in the above example, the batch script refuses to work.

    


    Google'd a bit and read that you need to add quotes. Well I tried both double and single quotes and they don't work... So why doesn't quotes work in this instance...?

    


  • ffmpeg volume not work in complex filter

    6 février 2018, par rick lee

    "volume" filter does not work in complex filter. The volume is not affected in the converted audio.

    env : Mac OS 10.12.6

    ffmpeg -i /path/bg.mp3 -y -filter_complex [0:0]volume=0[output] -map
    [output] -acodec libmp3lame -write_xing 0 /path/mixed.mp3

    full log =====================================================================

    liqideMacBook-Pro:pinyin-api work$ ffmpeg -i
    /Users/work/dev/codebase/pinyin/pinyin-api/test/resources/bg_audio2.mp3
    -y -filter_complex [0:0]volume=0.1[output] -map [output] -acodec
    libmp3lame -f mp3 -write_xing 0 /Users/work/dev/codebase/pinyin/pinyin-
    api/test/resources/mixed3.mp3
    ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
     built with Apple LLVM version 9.0.0 (clang-900.0.39.2)
     configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4.1 --enable-
    shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --
    enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-
    gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-
    opencl --enable-videotoolbox --disable-lzma
     libavutil      55. 78.100 / 55. 78.100
     libavcodec     57.107.100 / 57.107.100
     libavformat    57. 83.100 / 57. 83.100
     libavdevice    57. 10.100 / 57. 10.100
     libavfilter     6.107.100 /  6.107.100
     libavresample   3.  7.  0 /  3.  7.  0
     libswscale      4.  8.100 /  4.  8.100
     libswresample   2.  9.100 /  2.  9.100
     libpostproc    54.  7.100 / 54.  7.100
    Input #0, mp3, from '/Users/work/dev/codebase/pinyin/pinyin-
    api/test/resources/bg_audio2.mp3':
     Metadata:
       title           : 喜洋洋
       album           : 贺岁新年音乐会
       encoder         : Lavf56.4.101
     Duration: 00:02:43.58, start: 0.025057, bitrate: 128 kb/s
       Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s
    Stream mapping:
     Stream #0:0 (mp3) -> volume
     volume -> Stream #0:0 (libmp3lame)
    Press [q] to stop, [?] for help
    Output #0, mp3, to '/Users/work/dev/codebase/pinyin/pinyin-
    api/test/resources/mixed3.mp3':
     Metadata:
       TIT2            : 喜洋洋
       TALB            : 贺岁新年音乐会
       TSSE            : Lavf57.83.100
       Stream #0:0: Audio: mp3 (libmp3lame), 44100 Hz, stereo, fltp
       Metadata:
         encoder         : Lavc57.107.100 libmp3lame
    [libmp3lame @ 0x7fad80001a00] Trying to remove 1152 samples, but the
    queue is empty
    size=    2556kB time=00:02:43.57 bitrate= 128.0kbits/s speed=51.7x
    video:0kB audio:2556kB subtitle:0kB other streams:0kB global
    headers:0kB muxing overhead: 0.003782%
    liqideMacBook-Pro:pinyin-api work$

    =====================================================================