Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple Concatenation two files #43

Open
javeedrahman opened this issue Oct 31, 2019 · 6 comments
Open

Simple Concatenation two files #43

javeedrahman opened this issue Oct 31, 2019 · 6 comments

Comments

@javeedrahman
Copy link

Hi,

I am trying to concatenate two files one file which is already concat using CircleCrop here is he code. After concatenating video length was more than 15 seconds from the actual video length of two files. Last 15 seconds got stuck.

Please looks at the command and if it's wrong correct me.

../ffmpeg -loglevel debug \
  -i /home/procserverjh/opengl/fhd1.mp4 \
  -i /home/procserverjh/opengl/fhd2.mp4 \
  -filter_complex " \
    [0:v]split[v000][v010]; \
    [v010][1:v]gltransition=duration=1:source=/home/procserverjh/opengl/gl-transitions-master/transitions/CircleCrop.glsl[vt0]; \
    [v000][vt0]concat=n=2[outv]" \
  -map "[outv]" \
  -c:v libx264 -profile:v baseline -preset slow -movflags faststart -pix_fmt yuv420p \
  -y /home/procserverjh/opengl/fhdoutcirclecli5.mp4
@transitive-bullshit
Copy link
Owner

It will help to see the verbose output from the command.

@javeedrahman
Copy link
Author

@transitive-bullshit Sure I have attached the verbose output here.
Total Three files.
I have concat first two files, then i have concat third mp4 with first two files output.mp4.
verboseOutput.txt

@transitive-bullshit
Copy link
Owner

Aye, nothing really stands out for me in that log and unfortunately I don't have the time these days to help debug.

Hopefully another member of the community will be able to help.

@javeedrahman
Copy link
Author

Okay thank you @transitive-bullshit ,

Could you please just confirm that the command which I am running is correct? and Is there any conflict when concatenating higher resolution?

@mansiJspaceo
Copy link

how to use this command in Android. i got error while run this command

@schoudhary101
Copy link

Reducing video bitrate fixes it for some files but not always.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants