
Recherche avancée
Autres articles (78)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (11587)
-
ffmpeg - Input link in1:v0 parameters (size 640x640, SAR 16:9) do not match the corresponding output link in0:v0 parameters (640x640, SAR 427:240)
22 mars 2024, par fobusI'm trying to concat 4 mp4 files. I'm using the command below but not able to concat



ffmpeg -i new1.mp4 -i new2.mp4 -i new3.mp4 -i new4.mp4 -filter_complex concat=n=4:v=1:a=1 output.mp4




Getting this error :



Input link in1:v0 parameters (size 640x640, SAR 16:9) do not match the corresponding output link in0:v0 parameters (640x640, SAR 427:240)




All four vides has the same codec and same size (640x640) and the same bitrate (30)



What I am doing wrong ?


-
tests : Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter.
31 août 2015, par Peter Btests : Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter.
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
- [DH] tests/fate/vcodec.mak
- [DH] tests/ref/vsynth/vsynth1-ffv1-v0
- [DH] tests/ref/vsynth/vsynth1-ffv1-v3-bgr0
- [DH] tests/ref/vsynth/vsynth1-ffv1-v3-yuv420p
- [DH] tests/ref/vsynth/vsynth1-ffv1-v3-yuv422p10
- [DH] tests/ref/vsynth/vsynth1-ffv1-v3-yuv444p16
- [DH] tests/ref/vsynth/vsynth1-ffv1.0
- [DH] tests/ref/vsynth/vsynth1-ffv1.3-420
- [DH] tests/ref/vsynth/vsynth1-ffv1.3-422p10
- [DH] tests/ref/vsynth/vsynth1-ffv1.3-444p16
- [DH] tests/ref/vsynth/vsynth1-ffv1.3-bgr
- [DH] tests/ref/vsynth/vsynth2-ffv1-v0
- [DH] tests/ref/vsynth/vsynth2-ffv1-v3-bgr0
- [DH] tests/ref/vsynth/vsynth2-ffv1-v3-yuv420p
- [DH] tests/ref/vsynth/vsynth2-ffv1-v3-yuv422p10
- [DH] tests/ref/vsynth/vsynth2-ffv1-v3-yuv444p16
- [DH] tests/ref/vsynth/vsynth2-ffv1.0
- [DH] tests/ref/vsynth/vsynth2-ffv1.3-420
- [DH] tests/ref/vsynth/vsynth2-ffv1.3-422p10
- [DH] tests/ref/vsynth/vsynth2-ffv1.3-444p16
- [DH] tests/ref/vsynth/vsynth2-ffv1.3-bgr
- [DH] tests/ref/vsynth/vsynth3-ffv1-v0
- [DH] tests/ref/vsynth/vsynth3-ffv1-v3-bgr0
- [DH] tests/ref/vsynth/vsynth3-ffv1-v3-yuv420p
- [DH] tests/ref/vsynth/vsynth3-ffv1-v3-yuv422p10
- [DH] tests/ref/vsynth/vsynth3-ffv1-v3-yuv444p16
- [DH] tests/ref/vsynth/vsynth3-ffv1.0
- [DH] tests/ref/vsynth/vsynth3-ffv1.3-420
- [DH] tests/ref/vsynth/vsynth3-ffv1.3-422p10
- [DH] tests/ref/vsynth/vsynth3-ffv1.3-444p16
- [DH] tests/ref/vsynth/vsynth3-ffv1.3-bgr
- [DH] tests/ref/vsynth/vsynth_lena-ffv1-v0
- [DH] tests/ref/vsynth/vsynth_lena-ffv1-v3-bgr0
- [DH] tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420
- [DH] tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420p
- [DH] tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv422p10
- [DH] tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv444p16
-
Input link in1:v0 parameters (size XXX, SAR XXX) do not match the corresponding output link in0:v0 parameters (XXX, SAR 1:1) [duplicate]
1er mars 2020, par theapache64I’ve two files, a
mp4
and amp3
file. I want to add a3
seconds intro screen with titleWelcome
andblack
background to the head of the video with themp3
as background. So here’s what I wrote.ffmpeg \
-i input.mp4 \
-i bgm.mp3 \
-f lavfi -i color=c=black:s="1280"x"544":d=3.0 \
-filter_complex \
"[2:v]
drawtext=
fontsize=30
:fontcolor=white
:x=(w-text_w)/2
:y=(h-text_h)/2
:text='WELCOME',
geq=0:128:128
[introVideo];
[1:a]
atrim=0.0:3.0
[introAudio];
[introVideo][introAudio][0:v][0:a]concat=n=2:v=1:a=1" -preset superfast output.mp4but am getting below error when I try to execute the command
[Parsed_concat_3 @ 0x55c02756fa00] Input link in1:v0 parameters (size 1280x544, SAR 1299:1280) do not match the corresponding output link in0:v0 parameters (1280x544, SAR 1:1)
[Parsed_concat_3 @ 0x55c02756fa00] Failed to configure output pad on Parsed_concat_3
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:1
Conversion failed!Any help will be highly appreciated.
PS : I am a beginner in video processing and
ffmpeg
.