Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (77)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

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

  • Ajout d’utilisateurs manuellement par un administrateur

    12 avril 2011, par

    L’administrateur d’un canal peut à tout moment ajouter un ou plusieurs autres utilisateurs depuis l’espace de configuration du site en choisissant le sous-menu "Gestion des utilisateurs".
    Sur cette page il est possible de :
    1. décider de l’inscription des utilisateurs via deux options : Accepter l’inscription de visiteurs du site public Refuser l’inscription des visiteurs
    2. d’ajouter ou modifier/supprimer un utilisateur
    Dans le second formulaire présent un administrateur peut ajouter, (...)

Sur d’autres sites (13508)

  • making screenshots from a wmv video with ffmpeg in linux [closed]

    28 avril 2013, par John

    when I try to make screenshots from a wmv video it shows-
    Error while decoding stream #0.1 - frame= 0 fps= 0 q=0.0 Lsize= -0kB time=10000000000.00 bitrate= -0.0kbits/s video:0kB audio:0kB global headers:0kB muxing overhead -inf%

    the command I am using for taking the video screenshots is - ffmpeg -i name.wmv -r 1/20 %03d.jpg

    I am using ffmpeg in linux, the video in question was originally encoded with Windows Media Video 9 and I can screenshot the video fine in windows but I cannot get it to work in linux.

    mediainfo shows the following - Video Format : VC-1 - Codec : WVC1, Microsoft

    ffmpeg -codecs|grep wmv shows that the wmv codec is already installed.

    avi, mpeg, mpg, mov and mp4 videos are all working fine, its only wmv file types which gives me this error so what can I do now ?

    thanks

  • ffmpeg Using -movflags faststart

    16 mai 2019, par user3571514

    I tried to use the command -movflags faststart

    And got the following error :

    Microsoft Windows [Version 6.0.6002] Copyright (c) 2006 Microsoft
    Corporation. All rights reserved.

    C :\uploads\1\videos>ffmpeg -i simple1.mp4 -codec copy -map 0 -movflags faststart output.mp4

    -movflags faststart output.mp4 ffmpeg version N-34549-g13b7781, Copyright (c) 2000-2011 the FFmpeg developers built on Nov 6 2011
    22:02:08 with gcc 4.6.1 configuration : —enable-gpl
    —enable-version3 —disable-w32threads —enable-ru ntime-cpudetect —enable-avisynth —enable-bzlib —enable-frei0r —enable-libope ncore-amrnb —enable-libopencore-amrwb —enable-libfreetype
    —enable-libgsm —en able-libmp3lame —enable-libopenjpeg —enable-librtmp —enable-libschroedinger -
    -enable-libspeex —enable-libtheora —enable-libvo-aacenc —enable-libvo-amrwben c —enable-libvorbis —enable-libvpx —enable-libx264 —enable-libxavs —enable- libxvid —enable-zlib libavutil 51. 24. 0 / 51. 24. 0 libavcodec 53. 28. 0 / 53. 28.
    0 libavformat 53. 19. 0 / 53. 19. 0 libavdevice 53. 4. 0 / 53.
    4. 0 libavfilter 2. 47. 0 / 2. 47. 0 libswscale 2. 1. 0 / 2. 1. 0 libpostproc 51. 2. 0 / 51. 2. 0 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ’simple1.mp4’ : Metadata :
    major_brand : isom
    minor_version : 512
    compatible_brands : isomiso2avc1mp41
    encoder : Lavf54.29.104 Duration : 00:02:32.81, start : 0.000000, bitrate : 1166 kb/s
    Stream #0:0(und) : Video : h264 (Main) (avc1 / 0x31637661), yuv420p, 854x480 [ SAR 1:1 DAR 427:240], 1064 kb/s, 29.97 fps, 29.97 tbr, 90k
    tbn, 59.94 tbc
    Metadata :
    handler_name : VideoHandler
    Stream #0:1(und) : Audio : aac (mp4a / 0x6134706D), 44100 Hz, mono, s16, 93 kb /s
    Metadata :
    handler_name : [mp4 muxer @ 04179D00] [Eval @ 0027DAB8] Undefined constant or missing ’(’ in ’f aststart’

    [mp4 muxer @ 04179D00] Unable to parse option value "faststart"

    [mp4 muxer @ 04179D00] Error setting option movflags to value
    faststart.

    Output #0, mp4, to ’output.mp4’ : Metadata :
    major_brand : isom
    minor_version : 512
    compatible_brands : isomiso2avc1mp41
    encoder : Lavf54.29.104
    Stream #0:0(und) : Video : h264, yuv420p, 854x480 [SAR 1:1 DAR 427:240], q=2-3 1, 1064 kb/s, 29.97 fps, 90k tbn, 29.97 tbc
    Metadata :
    handler_name : VideoHandler
    Stream #0:1(und) : Audio : aac, 44100 Hz, mono, 93 kb/s
    Metadata :
    handler_name : Stream mapping : Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy)

    Could not write header for output file #0 (incorrect codec parameters ?)

  • ffmpeg Using -movflags faststart

    17 avril 2016, par user3571514

    I tried to use the command -movflags faststart

    And got the following error :

    Microsoft Windows [Version 6.0.6002] Copyright (c) 2006 Microsoft
    Corporation. All rights reserved.

    C :\uploads\1\videos>ffmpeg -i simple1.mp4 -codec copy -map 0 -movflags faststart output.mp4

    -movflags faststart output.mp4 ffmpeg version N-34549-g13b7781, Copyright (c) 2000-2011 the FFmpeg developers built on Nov 6 2011
    22:02:08 with gcc 4.6.1 configuration : —enable-gpl
    —enable-version3 —disable-w32threads —enable-ru ntime-cpudetect —enable-avisynth —enable-bzlib —enable-frei0r —enable-libope ncore-amrnb —enable-libopencore-amrwb —enable-libfreetype
    —enable-libgsm —en able-libmp3lame —enable-libopenjpeg —enable-librtmp —enable-libschroedinger -
    -enable-libspeex —enable-libtheora —enable-libvo-aacenc —enable-libvo-amrwben c —enable-libvorbis —enable-libvpx —enable-libx264 —enable-libxavs —enable- libxvid —enable-zlib libavutil 51. 24. 0 / 51. 24. 0 libavcodec 53. 28. 0 / 53. 28.
    0 libavformat 53. 19. 0 / 53. 19. 0 libavdevice 53. 4. 0 / 53.
    4. 0 libavfilter 2. 47. 0 / 2. 47. 0 libswscale 2. 1. 0 / 2. 1. 0 libpostproc 51. 2. 0 / 51. 2. 0 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from ’simple1.mp4’ : Metadata :
    major_brand : isom
    minor_version : 512
    compatible_brands : isomiso2avc1mp41
    encoder : Lavf54.29.104 Duration : 00:02:32.81, start : 0.000000, bitrate : 1166 kb/s
    Stream #0:0(und) : Video : h264 (Main) (avc1 / 0x31637661), yuv420p, 854x480 [ SAR 1:1 DAR 427:240], 1064 kb/s, 29.97 fps, 29.97 tbr, 90k
    tbn, 59.94 tbc
    Metadata :
    handler_name : VideoHandler
    Stream #0:1(und) : Audio : aac (mp4a / 0x6134706D), 44100 Hz, mono, s16, 93 kb /s
    Metadata :
    handler_name : [mp4 muxer @ 04179D00] [Eval @ 0027DAB8] Undefined constant or missing ’(’ in ’f aststart’

    [mp4 muxer @ 04179D00] Unable to parse option value "faststart"

    [mp4 muxer @ 04179D00] Error setting option movflags to value
    faststart.

    Output #0, mp4, to ’output.mp4’ : Metadata :
    major_brand : isom
    minor_version : 512
    compatible_brands : isomiso2avc1mp41
    encoder : Lavf54.29.104
    Stream #0:0(und) : Video : h264, yuv420p, 854x480 [SAR 1:1 DAR 427:240], q=2-3 1, 1064 kb/s, 29.97 fps, 90k tbn, 29.97 tbc
    Metadata :
    handler_name : VideoHandler
    Stream #0:1(und) : Audio : aac, 44100 Hz, mono, 93 kb/s
    Metadata :
    handler_name : Stream mapping : Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy)

    Could not write header for output file #0 (incorrect codec parameters ?)