Hi, I am using below command to get compress the image and writing into a disk. Instead of writing on disk, i just want to redirect that output stream through socket.
Here is the command adb screencap -p | /data/local/tmp/ffmpeg -loglevel panic -f rawvideo -s 720x1280 -pix_fmt rgb0 -r 10 -i - -vf scale=281.25:500.0 -f image2 -vcodec png -vframes 1 /sdcard/image.png Regards Manikanta vasu _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
