
Recherche avancée
Médias (2)
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (109)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (12578)
-
ffmpeg concat videos with different timebase
2 août 2019, par Kris RoofeI use
ffmpeg.exe -f concat -i file_path_list_txt -c copy out_out.mp4
to concat
for file in 1265_*; do ffmpeg -i $file -crf 30 -b:a 23k -b:v 96k -threads 3 -y 'out_'$file; done
compressed video.
When I play the generated video, the player shows the video length is much longer than the sum of compressed video pieces. And at the linkage between slices,the frame can play a very long time,time on the player is going on,but the frame is still.
I use
ffprobe
to show the original video pieces and compressed video pieces. And found the original videos with sametbr,tbn,tbc
, while the compressed not.Original videos :
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, progressive), 1600x1144, 134 kb/s, 8.17 fps, 600 tbr, 600 tbn, 1200 tbc (default)
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, progressive), 1600x1144, 138 kb/s, 9.73 fps, 600 tbr, 600 tbn, 1200 tbc (default)Compressed videos :
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1600x1144, 174 kb/s, 8.17 fps, 8.17 tbr, 245050 tbn, 16.33 tbc (default)
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1600x1144, 127 kb/s, 9.73 fps, 9.73 tbr, 1750800 tbn, 19.45 tbc (default)And when I concat, in the console,ffmpeg show below info :
[mp4 @ 000001fe0193b700] Application provided duration: 2585263321 / timestamp: 6303355764 is out of range for mov/mp4 format
[mp4 @ 000001fe0193b700] pts has no value
[mp4 @ 000001fe0193b700] Application provided duration: 2585443321 / timestamp: 6303535765 is out of range for mov/mp4 format
[mp4 @ 000001fe0193b700] pts has no valueIn my situation the video pieces are generated time by time, and I don’t know when it stops, so I cannot do concat before compress. Each time a video piece generated I comress it and append it.
-
Merge commit ’5846646296e377e093441dfe9eadde38ff1f7c99’
1er novembre 2013, par Michael NiedermayerMerge commit ’5846646296e377e093441dfe9eadde38ff1f7c99’
* commit ’5846646296e377e093441dfe9eadde38ff1f7c99’ :
Add raw HEVC demuxerConflicts :
Changelog
libavformat/hevcdec.c
libavformat/version.hSee : 902a5fa7228d92bf7e0a8f523a25cf72d31afab4 and later commits
Merged-by : Michael Niedermayer <michaelni@gmx.at> -
Merge commit ’56d061ce9da954560892e3551513d5ecc0439846’
26 novembre 2013, par Michael NiedermayerMerge commit ’56d061ce9da954560892e3551513d5ecc0439846’
* commit ’56d061ce9da954560892e3551513d5ecc0439846’ :
metasound : add last missing modes (8kHz @ 6kbps per channel)Conflicts :
Changelog
doc/general.texiMerged-by : Michael Niedermayer <michaelni@gmx.at>