
Recherche avancée
Autres articles (67)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (9444)
-
matroskadec : partly revert "demux relevant subtitle packets after a seek"
26 novembre 2016, par Rainer Hocheckermatroskadec : partly revert "demux relevant subtitle packets after a seek"
This reverts parts of c16582579b1c6f66a86615c5808cd5b2bf17be73. The hard
coded 30 seconds are a lot, and finishing the seek can takes several
seconds when the source is on a network share. Remove this code
entirely, because it does more bad than good.(Commit message provided by committer, based on the original messages
by the patch author.)Signed-off-by : Rainer Hochecker <fernetmenta@online.de>
Signed-off-by : wm4 <nfxjfg@googlemail.com> -
How to convert mp4 to h264 adding AUDs using FFMPEG
30 décembre 2016, par SyntheticGioI am trying to convert an mp4 clip to h264 bytestream format using FFMPEG. I have successfully compiled FFMPEG from source with access to libx264.
Looking at the documentation for FFMPEG (version 3.2.2) under libx264 there is a bool flag -aud. In the online documentation it gives the example
ffmpeg -i input.flac -id3v2_version 3 out.mp3
Using this format, the following command works, but doesn’t produce the desired AUDs in the output file :
ffmpeg -i input.mp4 -codec:v libx264 -aud 1 output.h264
I’ve also tried different variants with this including :
ffmpeg -i input.mp4 -vcodec libx264 -aud 1 output.h264
ffmpeg -i input.mp4 -aud 1 output.h264etc.
I assume there is something I’m misunderstanding about performing this operation. I basically want to take a h264 movie in an mp4 container and dump it as an h264 stream with AUDs added to it. Any idea why this isn’t working ?
(I’ve also tried using x264 with the -aud flag, also ran fine but didn’t produce the desired output).
-
How to convert mp4 to h264 adding AUDs using FFMPEG
16 mars 2021, par syntheticgioI am trying to convert an mp4 clip to h264 bytestream format using FFMPEG. I have successfully compiled FFMPEG from source with access to libx264.



Looking at the documentation for FFMPEG (version 3.2.2) under libx264 there is a bool flag -aud. In the online documentation it gives the example



ffmpeg -i input.flac -id3v2_version 3 out.mp3




Using this format, the following command works, but doesn't produce the desired AUDs in the output file :



ffmpeg -i input.mp4 -codec:v libx264 -aud 1 output.h264




I've also tried different variants with this including :



ffmpeg -i input.mp4 -vcodec libx264 -aud 1 output.h264
ffmpeg -i input.mp4 -aud 1 output.h264




etc.



I assume there is something I'm misunderstanding about performing this operation. I basically want to take a h264 movie in an mp4 container and dump it as an h264 stream with AUDs added to it. Any idea why this isn't working ?



(I've also tried using x264 with the -aud flag, also ran fine but didn't produce the desired output).