Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Sagar Upadhyay <sagarupadhyay@webtechsystem.com>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] FFMpeg media concatenation issue
Date: Wed, 14 Dec 2022 13:13:22 +0530
Message-ID: <CACDRdKouF7bhy2K+9_TLwj=F4qCRzXY4kdUcfmkAM8zyNyO+mQ@mail.gmail.com> (raw)
In-Reply-To: <e6cfeb0b-dcb1-d9cc-f9ad-849fb50fa1bc@gmail.com>

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".

      reply	other threads:[~2022-12-14  7:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-14  6:22 Sagar Upadhyay
2022-12-14  6:40 ` jb
2022-12-14  7:43   ` Sagar Upadhyay [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACDRdKouF7bhy2K+9_TLwj=F4qCRzXY4kdUcfmkAM8zyNyO+mQ@mail.gmail.com' \
    --to=sagarupadhyay@webtechsystem.com \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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