mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 20:32:10 +00:00
Update FFMPEG.TXT
This commit is contained in:
parent
514909aa05
commit
b8d0751509
@ -1,8 +1,8 @@
|
|||||||
Overview
|
Overview
|
||||||
========
|
========
|
||||||
FFmpeg Intigration was done to support multiple encapsulations.
|
FFmpeg Integration was done to support multiple encapsulations.
|
||||||
|
|
||||||
Dependecy
|
Dependency
|
||||||
=========
|
=========
|
||||||
FFmpeg library's
|
FFmpeg library's
|
||||||
|
|
||||||
@ -35,10 +35,10 @@ make ENABLE_FFMPEG=yes
|
|||||||
On Windows
|
On Windows
|
||||||
----------
|
----------
|
||||||
put the path of libs/include of ffmpeg library in library paths.
|
put the path of libs/include of ffmpeg library in library paths.
|
||||||
step 1) In visual studio 2013 right click <Project> and select property.
|
Step 1) In visual studio 2013 right click <Project> and select property.
|
||||||
step 2) Select Configuration properties in left panel(column) of property.
|
Step 2) Select Configuration properties in left panel(column) of property.
|
||||||
step 3) Select VC++ Directory.
|
Step 3) Select VC++ Directory.
|
||||||
step 4) In the right pane, in the right-hand column of the VC++ Directory property,
|
Step 4) In the right pane, in the right-hand column of the VC++ Directory property,
|
||||||
open the drop-down menu and choose Edit.
|
open the drop-down menu and choose Edit.
|
||||||
Step 5) Add path of Directory where you have kept uncompressed library of FFmpeg.
|
Step 5) Add path of Directory where you have kept uncompressed library of FFmpeg.
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ Step 3)In the right panel, in the right-hand column of the Preprocessor Definiti
|
|||||||
Step 4) In the Preprocessor Definitions dialog box, add ENABLE_FFMPEG=1. Choose OK to save your changes.
|
Step 4) In the Preprocessor Definitions dialog box, add ENABLE_FFMPEG=1. Choose OK to save your changes.
|
||||||
|
|
||||||
Add library in linker
|
Add library in linker
|
||||||
step 1)Open property of project
|
Step 1) Open property of project
|
||||||
Step 2) Select Configuration properties
|
Step 2) Select Configuration properties
|
||||||
Step 3) Select Linker in left panel(column)
|
Step 3) Select Linker in left panel(column)
|
||||||
Step 4) Select Input
|
Step 4) Select Input
|
||||||
|
Loading…
Reference in New Issue
Block a user