Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 591 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 591 Bytes

Quicktime Screen sharing for iOS devices

implement Quicktime part protocol.

take screen record from iOS devices.

Thank's for quicktime_video_hack fully document and other implement read that project.

Deps

  • openssl - for libimobiledevice trust device
  • libimobiledevice - find trust device
  • libusb - bulk transfer

Run

$: cargo run

H.264 to MP4

fps rate calculate not correct. and I can't figure out.

# normal fps rate
$: ffmpeg -fflags +genpts -r 50 -i record.h264 -c:v copy output.mp4