Recherche avancée

Médias (91)

Autres articles (103)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6894)

  • How to get video duration in seconds ? [duplicate]

    14 août 2018, par user2783132

    This question already has an answer here :

    How can I get video duration in seconds ?

    what I’ve tried :

    ffmpeg -i file.flv 2>&1 | grep "Duration"
     Duration: 00:39:43.08, start: 0.040000, bitrate: 386 kb/s


    mediainfo file.flv | grep Duration
    Duration : 39mn 43s

    this what close, but it’s not so accurate, 2383 is 39.71 minutes

       ffmpeg -i file.flv 2>&1 | grep "Duration"| cut -d ' ' -f 4 | sed s/,// | sed 's@\..*@@g' | awk '{ split($1, A, ":"); split(A[3], B, "."); print 3600*A[1] + 60*A[2] + B[1] }'
    2383
  • How to get video duration in seconds ? [duplicate]

    28 juin 2016, par user2783132

    This question already has an answer here :

    How can I get video duration in seconds ?

    what I’ve tried :

    ffmpeg -i file.flv 2>&1 | grep "Duration"
     Duration: 00:39:43.08, start: 0.040000, bitrate: 386 kb/s


    mediainfo file.flv | grep Duration
    Duration : 39mn 43s

    this what close, but it’s not so accurate, 2383 is 39.71 minutes

       ffmpeg -i file.flv 2>&1 | grep "Duration"| cut -d ' ' -f 4 | sed s/,// | sed 's@\..*@@g' | awk '{ split($1, A, ":"); split(A[3], B, "."); print 3600*A[1] + 60*A[2] + B[1] }'
    2383
  • Virtual Private Server Hosting Price [on hold]

    4 novembre 2015, par Cybernet Web Design

    Can you tell me a VPS that has an unlimited bandwidt a low price but very powerful for streaming website ?

    Any answers would be greatly appreciated.