royalmemer
Junior Member
- Feb 24, 2022
- 125
- 51
Is there a working ffmpeg command to merge all videos in a directory, where the videos have different resoltuons. I have tried all solutions on stackoverflow but none works.
Is there a working ffmpeg command to merge all videos in a directory, where the videos have different resoltuons. I have tried all solutions on stackoverflow but none works.
ffmpeg -f concat -safe 0 -i <(for f in /path/to/directory/*.mp4; do echo "file '$f'"; done) -c copy /path/to/output/fusion.mp4
can you please re-uplaod the file?
ZippyShare Gonecan you please re-uplaod the file?