This repository contains a .NET script which invokes the idevicescreenshot
utility from libimobiledevice
taking screenshots of a connected iPhone
screen (~3 seconds each) and pipes the screenshots to FFMPEG where they
get stiched to an MP4 video playable on an iPhone.
Run using dotnet script main.csx
You should, I did this because it is IMO a neat hack and that's all. Since the frame rate of this solution is so poor, it's not an alternative.
One thing in it's favor though is that it doesn't have the red bar on top when recording since it just stitches screenshots together. :-)
- .NET Core
dotnet-script
global tool- SIPS (PNG to JPG conversion)
libimobiledevice
(foridevicescreenshot
)