
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 (103)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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
Sur d’autres sites (13182)
-
movenc : Add a unit test for signaling of the track start times
10 novembre 2015, par Martin Storsjö -
Cant get the progress multiple times, just once. laravel-ffmpeg
22 mai 2022, par RamixI am encountering some problems getting the progress percentage for package called - laravel-ffmpeg. It is called just once when the file has finished transcoding. I tried small and big file, got the same result. Here is the code.


FFMpeg::open('test_video.mp4')
 ->export()
 ->onProgress(function ($percentage, $remaining) {
 echo "{$remaining}";
 Asset::where('parent_catalog', '7a42ae6d-872d-4c2c-8e85-832ed9902fac')->update(['proxy_status' => $percentage]);
 })->save("test_output.mp4");



Could it be package issue or my lack of knowledge with PHP ?


-
ffmpeg concat video size smaller than original videos
23 août 2019, par Arigato MangaI’m trying to merge multiple videos using ffmpeg but the output of concat is half the size of original videos. Below is the ffmpeg command,
ffmpeg -f concat -safe 0 -i input.txt -c copy video.mp4
All the videos in input file have been split from a big file and converted using the below command,
ffmpeg -i file1.mp4 -vcodec libx264 -filter_complex "[0:v]scale=1280:720:force_original_aspect_ratio=decrease,pad=1280:720:(ow-iw)/2:(oh-ih)/2[va]" -map "[va]" -strict experimental _file1.mp4
They do not have any audio stream to them, so when I try to concat these videos the output file duration is smaller than the original videos combined.
Below is the metadata for the input files,
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'file1.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf58.26.100
comment : vid:v09044eb0000bhte9i09pog20dbdosn0
genre : aweme_6659292261320329989
Duration: 00:00:15.12, start: 0.000000, bitrate: 797 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720, 794 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)
Metadata:
handler_name : VideoHandler
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'file2.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf58.26.100
comment : vid:v09044a50000bjqkic7smmqi0mu76m20
genre : aweme_6697675734137228038
Duration: 00:00:14.60, start: 0.000000, bitrate: 718 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720, 715 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
Metadata:
handler_name : VideoHandler
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'file3.mp4':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf58.26.100
comment : vid:v09044e50000bj0ajcqvfskris7ip2e0
Duration: 00:00:15.50, start: 0.000000, bitrate: 548 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720, 544 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)
Metadata:
handler_name : VideoHandler