
Recherche avancée
Autres articles (91)
-
À propos des documents
21 juin 2013, parQue faire quand un document ne passe pas en traitement, dont le rendu ne correspond pas aux attentes ?
Document bloqué en file d’attente ?
Voici une liste d’actions ordonnée et empirique possible pour tenter de débloquer la situation : Relancer le traitement du document qui ne passe pas Retenter l’insertion du document sur le site MédiaSPIP Dans le cas d’un média de type video ou audio, retravailler le média produit à l’aide d’un éditeur ou un transcodeur. Convertir le document dans un format (...) -
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (19916)
-
ffmpeg : Need to convert source video to web/phone html5 players. Willing to pay [on hold]
25 juillet 2015, par mariotanenbaumI need somebody to write me commands for converting videos and i’m willing to pay that.
I need to convert most of these : (if ffmpeg doesn’t support any of those, just ignore it)
mov (QuickTime Movie)
mp4 (MPEG-4 Video)
mpe (MPEG Video)
mpeg (MPEG Video)
mpeg4 (MPEG-4 Video)
3g2 (Mobile Video)
3gp (Mobile Video)
3gpp (Mobile Video)
asf (Windows Media Video)
avi (AVI Video)To most of these :
HTML5, Flash : MP4/H.264, High profile
HTML5 : WebM
HTML5 : Ogg
Mobile : MP4/H.264, Baseline profile, 480x360, for wide compatibility
Mobile : MP4/H.264, Main profile, 1280x720, for newer iOS devices (iPhone 4, iPad, Apple TV)
Mobile : 3GP/MPEG4, 320x240 and/or 177x144, for non-smartphones*Nothing which would not work out of box in ffmpeg
Some tweaking about processor usage and quality is ok but not so important.Goal is to get suitable clips for playing in chrome, firefox, ie9, iphone and android.
For now iphone is the most important.IF you have some spare time, feel free to contact me, i would pay somebody just to send me "commands". It doesn’t to be anything "smart" just so that i don’t need to spend so much time trying learn all about ffmpeg.
-
Rescalling or dynamic scalling images in Ffmpeg in a video
23 janvier 2021, par najam ulhassanI tried to create a video using multiple images having different scales or sizes or (height*widths) using
Mobile-FFmpeg
#

I am using this code script to get the required result :

val filterStringBuilder1 = StringBuilder()<br />
filterStringBuilder1.append(listOfImages)<br />
filterStringBuilder1.append("-filter_complex ")<br />
filterStringBuilder1.append(<br />
 "[0:v]scale=100:140:force_original_aspect_ratio=decrease,pad=100:140:(ow-iw)/2:(oh-ih)/2,setsar=1,fade=t=out:st=4:d=1[v0];" +<br />
 "[1:v]scale=180:120:force_original_aspect_ratio=decrease,pad=180:120:(ow-iw)/2:(oh-ih)/2,setsar=1,fade=t=in:st=0:d=1,fade=t=out:st=4:d=1[v1];" +<br />
 "[2:v]scale=120:180:force_original_aspect_ratio=decrease,pad=120:180:(ow-iw)/2:(oh-ih)/2,setsar=1,fade=t=in:st=0:d=1,fade=t=out:st=4:d=1[v2];" +<br />
 "[v0][v1][v2]concat=n=3:v=1:a=0,format=yuv420p[v]")<br />
 filterStringBuilder1.append(" -map")<br />
 filterStringBuilder1.append(" [v] ")<br />
 filterStringBuilder1.append("-aspect 16:9 ")<br />
 filterStringBuilder1.append(finalVideo.absolutePath)<br />
 FFmpeg.execute(filterStringBuilder1.toString())<br />




But finding following logcat error :

E/mobile-ffmpeg: [Parsed_concat_14 @ 0x748fc98bc0] <br />
 E/mobile-ffmpeg: Input link in1:v0 parameters (size 180x120, SAR 1:1) do not match the corresponding <br />output link in0:v0 parameters (100x140, SAR 1:1)<br />
 E/mobile-ffmpeg: [Parsed_concat_14 @ 0x748fc98bc0] <br />
 E/mobile-ffmpeg: Failed to configure output pad on Parsed_concat_14<br />
 E/mobile-ffmpeg: Error reinitializing filters!<br />
 E/mobile-ffmpeg: Failed to inject frame into filter network: Invalid argument<br />
 E/mobile-ffmpeg: Error while processing the decoded data for stream #2:0<br />



-
Getting Duplicate Classes/Dependencies issue In Android
8 avril 2022, par Faiz Shaikhgetting this duplicate Class/Dependency bug


Duplicate class com.arthenica.mobileffmpeg.Statistics found in modules jetified- 
 mobile-ffmpeg-full-4.4.LTS-runtime (com.arthenica:mobile-ffmpeg-full:4.4.LTS) and 
 jetified-mobile-ffmpeg-https-4.4-runtime (com.arthenica:mobile-ffmpeg-https:4.4)


 Go to the documentation to learn how to <a href="http://stackoverflow.com/feeds/tag/d.android.com/r/tools/classpath- &#xA; sync-errors">Fix dependency resolution errors</a>.