
Recherche avancée
Autres articles (109)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 ;
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)
Sur d’autres sites (30904)
-
Audio async when concatenating two videos
18 août 2019, par John SmithI am concatenating two videos (mp4 files) using ffmpeg command.
The resulted video file creates issue with audio. The video frames lags in comparison with audio.I have tried using "aresample" and "apad" properties of ffmpeg to tackle the issue but it didn’t resolved the issue.
Command used for concat 2 mp4 files is as follows :-
ffmpeg -y -safe 0 -f concat -i samplefilepath1.txt -c copy concat.mp4
samplefilepath1.txt contains path of both sample videos which needs to be concatenated :-
file sample1.mp4 (filepath 1)
file sample2.mp4 (filepath 2)
The video frames lags in comparison with audio.
Here is the link where you can find all three videos(sample and result videos)
-
ffprobe show_frames for multiple videos
2 mai 2015, par BenIs there any way that I can see frames for multiple videos at same time in one file ?
I know how to do that for one video -
ffprobe -show_frames http://myvirtualdirectory/myvideo.mp4 > output.txt
I have so many videos in my virtual directory - so I want to see all the videos frames at one file.
And is there any way that I can see frames from my local directory - and not from virtual directory like (http://.... )
-
Concat videos without shifting audio
8 novembre 2016, par VixinGI have a few videos I’m concating with
ffmpeg -f concat -i myfiles.txt -c copy
, and two of the videos in the middle have no audio track. After concat the audio shifts. It moves the audio from later videos on top of the muted ones.How can I concat without shifting the audio, so the muted parts are still muted ?
audiovideo + audiovideo + audiovideo + video + video + audiovideo + audiovideo