quicktime_video_hack icon indicating copy to clipboard operation
quicktime_video_hack copied to clipboard

Record iOS device audio and video

Results 61 quicktime_video_hack issues
Sort by recently updated
recently updated
newest added

QVH is a rock solid tool, except for the flaky gstreamer integration. I can see two options to improve this: 1. Integrate with ffmpeg 2. Implement the mkv container format...

github.com/u2takey/ffmpeg-go works with the ffmpeg binaries and allows cross platform with nothing else to install on Os. Have it working and would be interested in collaborating to make it work...

I am trying to make it work on Windows. I can receive FEED data and the generated h264 file can be played. However, I am not receiving EAT and OG...

Last login: Tue Mar 7 11:22:00 on ttys005 /Users/10010008/quicktime_video_hack/quicktime_video_hack-main/main ; exit; ➜ ~ /Users/10010008/quicktime_video_hack/quicktime_video_hack-main/main ; exit; Usage: qvh devices [-v] qvh activate [--udid=] [-v] qvh deactivate [--udid=] [-v] qvh record...

- bump to go 1.19 - remove all gst deps - comment out gst code - add tcp loopback server

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20200909081042-eff7692f9009 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20200909081042-eff7692f9009&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**When I run qvh gstreamer on linux 20.04 I am getting the following errors. Can anyone please help me with this?? Same with docker.** {"level":"info","msg":"Set Debug mode","time":"2023-01-25T15:39:33+05:30"} {"level":"debug","msg":"requested udid:''","time":"2023-01-25T15:39:33+05:30"} {"level":"debug","msg":"Starting...

I tried to try to rewrite this project in ubuntu,but when switching device configurations it returned LIBUSB_ERROR_BUSY error, then I realized that the system comes with usbmuxd which takes over...

Just tried to run the record command on on iOS device with 18.0 and get the following error. `karthik@karthik-mac-mini-m1 quicktime_video_hack % go run main.go record out.h264 out.wav # github.com/danielpaulus/gst cgo-gcc-prolog:110:35:...

Following below steps On MacOS run brew install libusb pkg-config gstreamer gst-plugins-bad gst-plugins-good gst-plugins-base gst-plugins-ugly To just run: Download the latest release and run it To develop: Clone the repo...