* [FFmpeg-devel] FFMpeg media concatenation issue
@ 2022-12-14 6:22 Sagar Upadhyay
2022-12-14 6:40 ` jb
0 siblings, 1 reply; 3+ messages in thread
From: Sagar Upadhyay @ 2022-12-14 6:22 UTC (permalink / raw)
To: ffmpeg-devel
[-- Attachment #1: Type: text/plain, Size: 716 bytes --]
Preview attachment ffmpegerror.PNG
ffmpegerror.PNG
85 KB
Hello,
I am using FFmpeg for concatenating videos, images, background images, and
set background audio.
I have done all things and it's working on my system but while I am using
the same command on another system and on the server, it's showing me
stream related error.
Can you please help me with this issue?
I've attached a screenshot of the error message which I'm getting.
Thanks & Regards
Sagar Upadhyay
*Abbacus Technologies*
Skype: live:.cid.15b5ae379d6c78b7
UK: +44 207 193 3428 <+442071933428> | US: +1 201 204 9318 <+12012049318>
IND: +91 79 400 500 60 <+917940050060>
<sagarupadhyay@webtechsystem.com> WEB <http://www.abbacustechnologies.com/>
[-- Attachment #2: ffmpegerror.PNG --]
[-- Type: image/png, Size: 87178 bytes --]
[-- Attachment #3: Type: text/plain, Size: 251 bytes --]
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [FFmpeg-devel] FFMpeg media concatenation issue
2022-12-14 6:22 [FFmpeg-devel] FFMpeg media concatenation issue Sagar Upadhyay
@ 2022-12-14 6:40 ` jb
2022-12-14 7:43 ` Sagar Upadhyay
0 siblings, 1 reply; 3+ messages in thread
From: jb @ 2022-12-14 6:40 UTC (permalink / raw)
To: ffmpeg-devel
Am 14.12.22 um 07:22 schrieb Sagar Upadhyay:
> Preview attachment ffmpegerror.PNG
> ffmpegerror.PNG
> 85 KB
> Hello,
>
> I am using FFmpeg for concatenating videos, images, background images, and
> set background audio.
> I have done all things and it's working on my system but while I am using
> the same command on another system and on the server, it's showing me
> stream related error.
>
> Can you please help me with this issue?
>
> I've attached a screenshot of the error message which I'm getting.
Hello,
I think is better and more save to specify the streams correctly, with
[0:v] | [0:a] | [1:v] | [1:a] and so on. This is also the way in the
documentation: https://ffmpeg.org/ffmpeg-filters.html#concat
>
> Thanks & Regards
> Sagar Upadhyay
> *Abbacus Technologies*
> Skype: live:.cid.15b5ae379d6c78b7
> UK: +44 207 193 3428 <+442071933428> | US: +1 201 204 9318 <+12012049318>
> IND: +91 79 400 500 60 <+917940050060>
> <sagarupadhyay@webtechsystem.com> WEB <http://www.abbacustechnologies.com/>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [FFmpeg-devel] FFMpeg media concatenation issue
2022-12-14 6:40 ` jb
@ 2022-12-14 7:43 ` Sagar Upadhyay
0 siblings, 0 replies; 3+ messages in thread
From: Sagar Upadhyay @ 2022-12-14 7:43 UTC (permalink / raw)
To: FFmpeg development discussions and patches
Hello Jonbae,
Thank you so much for your quick response, I really appreciate it.
Sorry but I am new to ffmpeg and your help is giving me more support on
this.
But can you please help me with my command string as I am using below
string can you please help me with that is that correct or need to change.
"ffmpeg -i files\167100350475.mp4 -loop 1 -framerate 24 -t 10 -i
files\167100350486.jpg -i files\167100350422.mp4 -t 10 -i
files\16710035042.mp3 -filter_complex
"[0]scale=432:432,setsar=1[vid0];[1]scale=432:432,setsar=1[img1];[2]scale=432:432,setsar=1[vid2];[vid0][0][img1][3][vid2][2]concat=n=3:v=1:a=1"
20221214073824lastvideo.mp4"
In this command, there are 3 media 2 videos and 1 image that I need to
concatenate and there is one audio file that I want to set in the
background.
So the sequence is 1)video 2) image 3) video and I am trying to set the
audio in the background.
The same code is working on my local system but while I am trying to
implement this on my server and it's not working and also the same problem
facing on my other system also.
If you or anyone can help me with this?
Thanks & Regards
Sagar Upadhyay
*Abbacus Technologies*
Skype: live:.cid.15b5ae379d6c78b7
UK: +44 207 193 3428 <+442071933428> | US: +1 201 204 9318 <+12012049318>
IND: +91 79 400 500 60 <+917940050060>
<sagarupadhyay@webtechsystem.com> WEB <http://www.abbacustechnologies.com/>
On Wed, Dec 14, 2022 at 12:10 PM jb <jonbae77@gmail.com> wrote:
>
> Am 14.12.22 um 07:22 schrieb Sagar Upadhyay:
> > Preview attachment ffmpegerror.PNG
> > ffmpegerror.PNG
> > 85 KB
> > Hello,
> >
> > I am using FFmpeg for concatenating videos, images, background images,
> and
> > set background audio.
> > I have done all things and it's working on my system but while I am using
> > the same command on another system and on the server, it's showing me
> > stream related error.
> >
> > Can you please help me with this issue?
> >
> > I've attached a screenshot of the error message which I'm getting.
>
> Hello,
>
> I think is better and more save to specify the streams correctly, with
> [0:v] | [0:a] | [1:v] | [1:a] and so on. This is also the way in the
> documentation: https://ffmpeg.org/ffmpeg-filters.html#concat
>
>
> >
> > Thanks & Regards
> > Sagar Upadhyay
> > *Abbacus Technologies*
> > Skype: live:.cid.15b5ae379d6c78b7
> > UK: +44 207 193 3428 <+442071933428> | US: +1 201 204 9318 <+12012049318>
> > IND: +91 79 400 500 60 <+917940050060>
> > <sagarupadhyay@webtechsystem.com> WEB <
> http://www.abbacustechnologies.com/>
> >
> > _______________________________________________
> > ffmpeg-devel mailing list
> > ffmpeg-devel@ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-14 7:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-14 6:22 [FFmpeg-devel] FFMpeg media concatenation issue Sagar Upadhyay
2022-12-14 6:40 ` jb
2022-12-14 7:43 ` Sagar Upadhyay
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git