I am trying to fetch screenshots of android devices using adb screencap command
along with the ffmpeg command. The command works well for devices other
than Android 5.0

ffmpeg -loglevel panic -f rawvideo -pix_fmt bgr0 -r 10 -i - -vf scale=1 -f
image2 -vcodec png -vframes 1 /sdcard/screen.png

The issue is for Android 5.0 devices after every rendering of image ,a
green image is coming.

Regards
Manikanta Vasu
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to