Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (78)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (9760)

  • ffmpeg how do I choose the correct Audio track ?

    28 février 2020, par Duk

    I’m converting a few .mkv files and need to choose the right Audio track, but dont know how.

    This is the command I use :

    ffmpeg -i "movie.mkv" -vcodec h264 -acodec aac -strict -2 output.mp4

    It is recommended by the webservice where I want to upload the video.

    Let’s say the Audiotracks look like this :

    mkvmerge -i "movie.mkv"

    Track ID 0: video (MPEG-4p10/AVC/h.264)
    Track ID 1: audio (AC-3)
    Track ID 2: audio (TrueHD)
    Track ID 3: subtitles (HDMV PGS)

    How do I select "Track 1" or "Track 2" for Output ?
    And which track will be selected, if I leave the Code like that ? (and why ?)

    Thanks for help !

  • video concat in flutter with ffmpeg plugin, unable to get correct output

    15 novembre 2019, par Deepak Gehlot

    i have an issue with video concat in flutter with ffmpeg plugin, I am getting return code 0 which means success, but when I checked output video its not merge two video its only first video
    My video format is MP4.

    here is my command

    _flutterFFmpeg.execute('-i "concat:${v2.path}|${v1.path}|${v2.path}" -c copy -y ${fileJoin.path}')
  • What is the correct way to pass cookies by ffmpeg ?

    9 juin 2016, par Don Donllei

    I’m trying to use ffmpeg to download a video from a list M3U8. But I’m having trouble passing cookie, I need to spend two cookie values which would be the right way to do this ? with -headers or -cookie

    I tried this

       ffmpeg -cookies "cookiesent1=value1; path=/4947858-manifest.ism/; domain=example.com;"'\r\n'
    "cookiesent2=value2; path=/;    domain=example.com;"    -i "https://example.com/list.m3u8" -c copy -bsf:a aac_adtstoasc video.ts

    But not properly work the only thing is that returns

    Trailing options were found on the commandline.
    Hyper fast Audio and Video encoder
    usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

    Use -h to get full help or, even better, run 'man ffmpeg'