All Projects → Akagi201 → ffmpeg-xcode

Akagi201 / ffmpeg-xcode

Licence: MIT License
FFmpeg Xcode project

Programming Languages

c
50402 projects - #5 most used programming language
HTML
75241 projects
Roff
2310 projects
assembly
5116 projects
Makefile
30231 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to ffmpeg-xcode

aplayer
ffplay友好版本. 对ffplay裁剪重构以适合初学者阅读、理解
Stars: ✭ 41 (-25.45%)
Mutual labels:  ffmpeg, ffplay
youtube-play
🎵 A command-line utility which streams music from YouTube
Stars: ✭ 47 (-14.55%)
Mutual labels:  ffmpeg, ffplay
YKAVStudyPlatform
ffmpeg、ffplay、ffprobe 调试环境搭建,个人音视频全平台学习记录
Stars: ✭ 23 (-58.18%)
Mutual labels:  ffmpeg, ffplay
moshpit
A powerful cross-platform command-line tool for datamoshing.
Stars: ✭ 74 (+34.55%)
Mutual labels:  ffmpeg
rtsp-samsung-tv
Display RTSP streams from IP Cameras on Samsung Smart TV (Tizen TV)
Stars: ✭ 40 (-27.27%)
Mutual labels:  ffmpeg
plexEncode
BASH post-processing script for Plex DVR, Shell, Sonarr, Radarr
Stars: ✭ 37 (-32.73%)
Mutual labels:  ffmpeg
crusher
Develop.Test. Ship.🦖 Open source e2 low-code web testing. Blazing fast alternative to Selenium, Cypress.
Stars: ✭ 148 (+169.09%)
Mutual labels:  ffmpeg
UniBorg
Pluggable Telegram bot and userbot based on Telethon
Stars: ✭ 196 (+256.36%)
Mutual labels:  ffmpeg
showroom
Script for archiving AKB48 Group related Showroom streams
Stars: ✭ 48 (-12.73%)
Mutual labels:  ffmpeg
Real-Time-Video-Streaming
a real time streaming video application using RTSP
Stars: ✭ 15 (-72.73%)
Mutual labels:  ffmpeg
dji-ryze-tello
Pythonic DJI Ryze Tello Workbench
Stars: ✭ 17 (-69.09%)
Mutual labels:  ffmpeg
p5.rec
🍿 p5.rec lets you record your p5.js sketches and convert them to mp4 in your browser ▶️
Stars: ✭ 70 (+27.27%)
Mutual labels:  ffmpeg
NaraeAudioRecorder
AudioRecorder for Android powered by Kotlin
Stars: ✭ 82 (+49.09%)
Mutual labels:  ffmpeg
FFmpegMetalPlayer
xcoderliu.github.io
Stars: ✭ 18 (-67.27%)
Mutual labels:  ffmpeg
pulverize
A multi-process rendering script for Blender VSE.
Stars: ✭ 54 (-1.82%)
Mutual labels:  ffmpeg
ffEdit
Minimal visual editor for ffmpeg
Stars: ✭ 17 (-69.09%)
Mutual labels:  ffmpeg
streamingDemo
No description or website provided.
Stars: ✭ 56 (+1.82%)
Mutual labels:  ffmpeg
react-native-ffmpeg-test
Test applications for react-native-ffmpeg. Not maintained anymore. Superseded by FFmpegKitTest.
Stars: ✭ 22 (-60%)
Mutual labels:  ffmpeg
Super-Stitch
一款视频超级拼接软件
Stars: ✭ 28 (-49.09%)
Mutual labels:  ffmpeg
poc-mp4-websocket
Streaming MP4 over Websocket using BMFF
Stars: ✭ 25 (-54.55%)
Mutual labels:  ffmpeg

ffmpeg-xcode

ffmpeg xcode project

build steps

step 1 编译 ffmpeg

  • tar xvf ffmpeg-3.0.2.tar.bz2
  • cd ffmpeg-3.0.2
  • ./configure --enable-debug
  • make -j8

step 2 新建一个空的 xcode 项目

  • Create a new Xcode project
  • 新建一个空的 xcode 项目 step2-1 step2-2
  • 项目保存路径与ffmpeg-3.0.2同级. step2-3

step 3 添加 ffmpeg-3.0.2 源码目录进 ffmpeg-xcode 项目中

  • 拖进去 step3-1
  • 不要勾选下面这个选项 step3-2
  • 接着一点要选 ffmpeg-xcode, 否则看代码时, 不可以跳转. 写代码时不会有提示. step3-3

step 4 添加头文件搜索路径

  • 到这里就可以实现头文件跳转了. 要等待处理完毕才可以点击头文件或者类来查看代码. step4

step 5 添加一个 target

  • File -> New -> Target -> OS X -> Other -> External Build System step5-1
  • target 命名为 ffmpeg-make step5-2
  • target 切换到 ffmpeg-make step5-3

step 6 修改 ffmpeg-make 源码路径配置

  • 修改 ffmpeg-make 源码路径 step6

step 7 修改 ffmpeg-make 命令行参数

  • 修改命令行参数 step7-1
  • 修改可执行命令 step7-2

step 8 添加断点(ffplay.c->main函数), 点击 run

step8

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].