[FFmpeg-user] rgb8
Gyan Doshi
ffmpeg at gyani.pro
Wed May 31 10:57:06 EEST 2023
On 2023-05-31 01:14 pm, Michael Koch wrote:
> ffmpeg -f dshow -video_size 1280x800 -framerate 5 -pixel_format gray
> -i video="ASI178MM Camera (ZWO Design)" -f rawvideo -frames 1 -y test.raw
Pipe it.
ffmpeg -f dshow -video_size 1280x800 -framerate 5 -pixel_format rgb8 -i
video="ASI178MM Camera (ZWO Design)" -map 0 -c copy -f rawvideo pipe:1
| ffmpeg -f rawvideo -video_size 1280x800 -framerate 5 -pixel_format
gray -i pipe:0 {output options} <out>
Regards,
Gyan
More information about the ffmpeg-user
mailing list