
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (63)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (7592)
-
FFMPEG multiple crop on same video
18 juin 2017, par djdan_23I have one .mkv that have 4 sections in time that need to be cropped.
(Meaning that the top-bot blacks bars appears sometimes during the viewing).
How can I do that using FFMPEG.
I know about crop for an entire film, but using it at 4 different places on the same video, that I don’t.
Thanks at advance. -
Reducing the bit rate is dropping the audio stream [closed]
19 février 2013, par user977505I'm a newbie to the ffmpeg, x264 commands and conversion. So please bear w/ me.
I've a H.264 content w/ very high bit rate and I'm using ffmepg, x264 commands to reduce the bit rate. The bit rate is getting reduced but the problem is the output doesn't have the audio stream anymore.
Here are the commands, I'm using :
ffmpeg.exe -i King_Maker_Leader.mp4 -pix_fmt yuv420p -vf scale=1024:576 -r 24 \ -f yuv4mpegpipe - | x264.exe —bitrate 1664 —demuxer y4m \ —preset slow —ref 3 —threads 6 —thread-input —no-scenecut \ —no-interlaced —stats King_Maker_Leader.stats —vbv-bufsize 3328000 \ —vbv-maxrate 1996 —pass 1 —output NUL —profile main —level 3.1 —sar 1:1 \ —tune film —keyint 96 -
ffmpeg.exe -i King_Maker_Leader.mp4 -pix_fmt yuv420p -vf scale=1024:576 \
-r 24 -f yuv4mpegpipe - | x264.exe —bitrate 1664 —demuxer y4m \
—preset slow —ref 3 —threads 6 —thread-input —no-scenecut \
—no-interlaced —stats King_Maker_Leader.stats —vbv-bufsize 3328000 \
—vbv-maxrate 1996 —pass 2 —output King_Maker_Leader_generated.mp4 \
—profile main —level 3.1 —sar 1:1 —tune film —keyint 96 -I cannot figure out what is wrong with the above commands.
I'm attaching the partial logs from pass 2 command that show the input has two streams (video and audio) and the output has only video stream.
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '..\yathrakkarude_sathruka.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf54.6.101
Duration: 00:01:00.37, start: 0.000000, bitrate: 8587 kb/s
Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 720x576 [
SAR 16:11 DAR 20:11], 8073 kb/s, 25 fps, 25 tbr, 25k tbn, 50 tbc
Metadata:
handler_name : VideoHandler
Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 508
kb/s
Metadata:
handler_name : SoundHandler
Output #0, yuv4mpegpipe, to 'pipe:':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf54.25.104
Stream #0:0(eng): Video: rawvideo (I420 / 0x30323449), yuv420p, 1024x576 [SA
R 45:44 DAR 20:11], q=2-31, 200 kb/s, 90k tbn, 24 tbc
Metadata:
handler_name : VideoHandler
Stream mapping:
Stream #0:0 -> #0:0 (h264 -> rawvideo)
Press [q] to stop, [?] for help
[yuv4mpegpipe @ 016d5800] Encoder did not produce proper pts, making some up.
y4m [info]: 1024x576p 45:44 @ 24/1 fps (cfr)
x264 [info]: using SAR=1/1
x264 [warning]: VBV buffer (2000000) > level limit (14000)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast FastShuffle SSEMisalign LZCNT -
Reducing the bit rate is dropping the audio stream [closed]
19 février 2013, par user977505I'm a newbie to the ffmpeg, x264 commands and conversion. So please bear w/ me.
I've a H.264 content w/ very high bit rate and I'm using ffmepg, x264 commands to reduce the bit rate. The bit rate is getting reduced but the problem is the output doesn't have the audio stream anymore.
Here are the commands, I'm using :
ffmpeg.exe -i King_Maker_Leader.mp4 -pix_fmt yuv420p -vf scale=1024:576 -r 24 \ -f yuv4mpegpipe - | x264.exe —bitrate 1664 —demuxer y4m \ —preset slow —ref 3 —threads 6 —thread-input —no-scenecut \ —no-interlaced —stats King_Maker_Leader.stats —vbv-bufsize 3328000 \ —vbv-maxrate 1996 —pass 1 —output NUL —profile main —level 3.1 —sar 1:1 \ —tune film —keyint 96 -
ffmpeg.exe -i King_Maker_Leader.mp4 -pix_fmt yuv420p -vf scale=1024:576 \
-r 24 -f yuv4mpegpipe - | x264.exe —bitrate 1664 —demuxer y4m \
—preset slow —ref 3 —threads 6 —thread-input —no-scenecut \
—no-interlaced —stats King_Maker_Leader.stats —vbv-bufsize 3328000 \
—vbv-maxrate 1996 —pass 2 —output King_Maker_Leader_generated.mp4 \
—profile main —level 3.1 —sar 1:1 —tune film —keyint 96 -I cannot figure out what is wrong with the above commands.
I'm attaching the partial logs from pass 2 command that show the input has two streams (video and audio) and the output has only video stream.
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '..\yathrakkarude_sathruka.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf54.6.101
Duration: 00:01:00.37, start: 0.000000, bitrate: 8587 kb/s
Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 720x576 [
SAR 16:11 DAR 20:11], 8073 kb/s, 25 fps, 25 tbr, 25k tbn, 50 tbc
Metadata:
handler_name : VideoHandler
Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 508
kb/s
Metadata:
handler_name : SoundHandler
Output #0, yuv4mpegpipe, to 'pipe:':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf54.25.104
Stream #0:0(eng): Video: rawvideo (I420 / 0x30323449), yuv420p, 1024x576 [SA
R 45:44 DAR 20:11], q=2-31, 200 kb/s, 90k tbn, 24 tbc
Metadata:
handler_name : VideoHandler
Stream mapping:
Stream #0:0 -> #0:0 (h264 -> rawvideo)
Press [q] to stop, [?] for help
[yuv4mpegpipe @ 016d5800] Encoder did not produce proper pts, making some up.
y4m [info]: 1024x576p 45:44 @ 24/1 fps (cfr)
x264 [info]: using SAR=1/1
x264 [warning]: VBV buffer (2000000) > level limit (14000)
x264 [info]: using cpu capabilities: MMX2 SSE2Fast FastShuffle SSEMisalign LZCNT