-i - ignore errors
-c - continue
-t - use video title as file name
--extract-audio - extract audio track
| # Purpose: Shell script to connect a USB connected device via adb over WiFi | |
| # | |
| # Author: Amanshu Raikwar | |
| # | |
| # Assumptions: | |
| # 1. USB debugging is enabled in the Android device | |
| # 2. The Android device is connected to the computer via USB | |
| # 3. The Android device is connected to the same wifi as the computer | |
| # 4. The Android device is accessible through port 5555 over the wifi network | |
| # |
| <?xml version="1.0" encoding="utf-8"?> | |
| <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > | |
| <!-- Drop Shadow Stack --> | |
| <item> | |
| <shape> | |
| <padding | |
| android:bottom="1dp" | |
| android:left="1dp" | |
| android:right="1dp" |