bhuvnesh123 / FFmpeg-Video-Editor-Android

Sample android project using ffmpeg for cutting and compressing video,reversing video,extracting image frames from video,extracting audio from video,add fade in fade out effect,create fast and slow motion video
540 stars 165 forks source link

How to merge two video? #6

Closed hardikJoshi123 closed 7 years ago

hardikJoshi123 commented 7 years ago

Hello,

great library, video process is little slow. Can you please provide a command for merge two videos? I have two video in sdcard, backward and forward. i want to merge both videos and create a new video which will look like 1 video with backward and forward. And i can upload it on server.

Thanks!

bhuvnesh123 commented 7 years ago

Hi, Check out Reverse Video section in my tutorial in which I have given command for merging segmented videos.Same command you can use for merging two videos.