This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ########################################################################### | |
| # Choose your ffmpeg version and your currently-installed iOS SDK version: | |
| # | |
| VERSION="2.0.2" | |
| SDKVERSION="7.0" | |
| ARCHS="armv7 armv7s i386" | |
| # | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [PACKET] | |
| codec_type=audio | |
| stream_index=1 | |
| pts=7751268264 | |
| pts_time=86125.202933 | |
| dts=7751268264 | |
| dts_time=86125.202933 | |
| duration=4179 | |
| duration_time=0.046433 | |
| convergence_duration=N/A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ aquila lldb a.out /tmp/20.wav | |
| (lldb) target create "a.out" | |
| Current executable set to 'a.out' (x86_64). | |
| (lldb) settings set -- target.run-args "/tmp/20.wav" | |
| (lldb) r | |
| Process 24809 launched: '/Users/sqbing/Dev/Test/aquila/a.out' (x86_64) | |
| Loaded file /tmp/20.wav (16b) | |
| samples: 960000 | |
| sample frequency: 48000 | |
| Samples per frame: 1200 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gevent_test) /tmp ᐅ pip install -v gevent | |
| Collecting gevent | |
| 1 location(s) to search for versions of gevent: | |
| * http://pypi.douban.com/simple/gevent/ | |
| Getting page http://pypi.douban.com/simple/gevent/ | |
| Starting new HTTP connection (1): pypi.douban.com | |
| "GET /simple/gevent/ HTTP/1.1" 301 178 | |
| Starting new HTTP connection (1): pypi.doubanio.com | |
| "GET /simple/gevent/ HTTP/1.1" 200 20658 | |
| Analyzing links from page http://pypi.doubanio.com/simple/gevent/ |
OlderNewer