Re: [FFmpeg-user] Writing PGM files

2019-10-20 Thread Paul B Mahol
On 10/20/19, Michael Koch  wrote:
> Hello,
>
> FFmpeg can read PGM (Portable Gray Map) files that are either ASCII
> coded (beginning with "P2") or binary coded (beginning with "P5"). When
> writing a PGM file, the default format is binary. Is it also possible to
> write an ASCII coded PGM file?

Nope.

>
> Thanks,
> Michael
>
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Writing PGM files

2019-10-20 Thread Michael Koch

Hello,

FFmpeg can read PGM (Portable Gray Map) files that are either ASCII 
coded (beginning with "P2") or binary coded (beginning with "P5"). When 
writing a PGM file, the default format is binary. Is it also possible to 
write an ASCII coded PGM file?


Thanks,
Michael

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".