├── LICENSE ├── Makefile ├── README.md ├── concat.cbp ├── concat.depend ├── concat.layout ├── main.cpp ├── manifest.xml ├── resource.h └── resource.rc /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaribbit/video-concat-with-ffmpeg/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaribbit/video-concat-with-ffmpeg/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaribbit/video-concat-with-ffmpeg/HEAD/README.md -------------------------------------------------------------------------------- /concat.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaribbit/video-concat-with-ffmpeg/HEAD/concat.cbp -------------------------------------------------------------------------------- /concat.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaribbit/video-concat-with-ffmpeg/HEAD/concat.depend -------------------------------------------------------------------------------- /concat.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaribbit/video-concat-with-ffmpeg/HEAD/concat.layout -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaribbit/video-concat-with-ffmpeg/HEAD/main.cpp -------------------------------------------------------------------------------- /manifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaribbit/video-concat-with-ffmpeg/HEAD/manifest.xml -------------------------------------------------------------------------------- /resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaribbit/video-concat-with-ffmpeg/HEAD/resource.h -------------------------------------------------------------------------------- /resource.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flaribbit/video-concat-with-ffmpeg/HEAD/resource.rc --------------------------------------------------------------------------------