Skip to content

Files

Latest commit

6d86d55 · Feb 24, 2021

History

History
19 lines (11 loc) · 850 Bytes

source-code.md

File metadata and controls

19 lines (11 loc) · 850 Bytes

Get familiar with the projects source code

In this section you will get to know the ffmpeg-coder projects source codee structure. This page explains which files are used for what in the ffmpeg-coder tool

This section will be useful for you if you want to contribute to this project

Project Tree

project_tree

Main source code holding DIRs

As you can see there are many folders in the project. Not all are needed for our source code. The main folders you should look in are

  • include/ffmpeg-coder: This dir holds all the main source code for ffmpeg-coder (writen from scratch)
  • lib: This folder holds all the third party libraries used in this project
  • src: This is folder holding the main block of the tool. More precisely all the .cpp files are stored here.