Skip to content

Commit

Permalink
调整目录结构
Browse files Browse the repository at this point in the history
  • Loading branch information
xuleiyu committed Dec 15, 2019
1 parent 0b24837 commit f3d7246
Show file tree
Hide file tree
Showing 247 changed files with 23 additions and 97 deletions.
Binary file not shown.
Binary file removed FFmpegTest/FFmpegTest/video.mp4
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# FFmpegTest
# FFmpegTest
相关教程详见Wiki或者我的博客https://blog.csdn.net/arceushs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
2B58AE1C23A12528008217B8 /* video.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 2B58AE1B23A12528008217B8 /* video.mp4 */; };
2B58B09C23A399CD008217B8 /* test.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 2B58B09B23A399CA008217B8 /* test.mp3 */; };
2B6520DC239A727D003BD360 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B6520DB239A727D003BD360 /* AppDelegate.m */; };
2B6520DF239A727D003BD360 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B6520DE239A727D003BD360 /* SceneDelegate.m */; };
2B6520E2239A727D003BD360 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B6520E1239A727D003BD360 /* ViewController.m */; };
Expand Down Expand Up @@ -54,7 +56,6 @@
2B6521B8239A7F2A003BD360 /* libz.1.2.5.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B6521B7239A7F2A003BD360 /* libz.1.2.5.tbd */; };
2B6521BA239A7F44003BD360 /* libbz2.1.0.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B6521B9239A7F43003BD360 /* libbz2.1.0.tbd */; };
2B6521BC239A7F59003BD360 /* libiconv.2.4.0.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B6521BB239A7F59003BD360 /* libiconv.2.4.0.tbd */; };
2B6521BE239A8641003BD360 /* video.mp4 in Resources */ = {isa = PBXBuildFile; fileRef = 2B6521BD239A8641003BD360 /* video.mp4 */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -75,6 +76,8 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
2B58AE1B23A12528008217B8 /* video.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = video.mp4; sourceTree = "<group>"; };
2B58B09B23A399CA008217B8 /* test.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = test.mp3; sourceTree = "<group>"; };
2B6520D7239A727D003BD360 /* FFmpegTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FFmpegTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
2B6520DA239A727D003BD360 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
2B6520DB239A727D003BD360 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
Expand All @@ -86,7 +89,7 @@
2B6520E6239A7280003BD360 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2B6520E9239A7280003BD360 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2B6520EB239A7280003BD360 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2B6520EC239A7280003BD360 /* main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };
2B6520EC239A7280003BD360 /* main.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; wrapsLines = 0; };
2B6520F2239A7280003BD360 /* FFmpegTestTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FFmpegTestTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
2B6520F6239A7280003BD360 /* FFmpegTestTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FFmpegTestTests.m; sourceTree = "<group>"; };
2B6520F8239A7280003BD360 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand Down Expand Up @@ -217,7 +220,6 @@
2B6521B7239A7F2A003BD360 /* libz.1.2.5.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.1.2.5.tbd; path = usr/lib/libz.1.2.5.tbd; sourceTree = SDKROOT; };
2B6521B9239A7F43003BD360 /* libbz2.1.0.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libbz2.1.0.tbd; path = usr/lib/libbz2.1.0.tbd; sourceTree = SDKROOT; };
2B6521BB239A7F59003BD360 /* libiconv.2.4.0.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libiconv.2.4.0.tbd; path = usr/lib/libiconv.2.4.0.tbd; sourceTree = SDKROOT; };
2B6521BD239A8641003BD360 /* video.mp4 */ = {isa = PBXFileReference; lastKnownFileType = file; path = video.mp4; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -296,7 +298,8 @@
2B6520D9239A727D003BD360 /* FFmpegTest */ = {
isa = PBXGroup;
children = (
2B6521BD239A8641003BD360 /* video.mp4 */,
2B58B09B23A399CA008217B8 /* test.mp3 */,
2B58AE1B23A12528008217B8 /* video.mp4 */,
2B652171239A76F5003BD360 /* begin_code.h */,
2B652165239A76F4003BD360 /* close_code.h */,
2B652155239A76F2003BD360 /* SDL_assert.h */,
Expand Down Expand Up @@ -570,14 +573,15 @@
2B65212F239A730B003BD360 /* libswscale in Resources */,
2B6520E7239A7280003BD360 /* Assets.xcassets in Resources */,
2B65212D239A730B003BD360 /* libavfilter in Resources */,
2B58AE1C23A12528008217B8 /* video.mp4 in Resources */,
2B58B09C23A399CD008217B8 /* test.mp3 in Resources */,
2B652198239A76F9003BD360 /* SDL_config.h.in in Resources */,
2B652199239A76F9003BD360 /* SDL_config.h.cmake in Resources */,
2B65213D239A73AE003BD360 /* fdk-aac in Resources */,
2B6520E5239A727D003BD360 /* Main.storyboard in Resources */,
2B652130239A730B003BD360 /* libavcodec in Resources */,
2B652133239A730B003BD360 /* libavutil in Resources */,
2B652132239A730B003BD360 /* libpostproc in Resources */,
2B6521BE239A8641003BD360 /* video.mp4 in Resources */,
2B65212E239A730B003BD360 /* libswresample in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array/>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
uuid = "7FFDB0B3-9A71-41DC-9ABF-297F3330F1A4"
type = "1"
version = "2.0">
</Bucket>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
* nesting in @ref avoptions documentation to learn how to access those.
*
* @section urls
* URL strings in libavformat are made of a scheme/protocol, a ':', and a
* URL strings in libavformat are mde of a scheme/protocol, a ':', and a
* scheme specific string. URLs without a scheme and ':' used for local files
* are supported but deprecated. "file:" should be used for local files.
*
Expand Down
Loading

0 comments on commit f3d7246

Please sign in to comment.