Skip to main content

All Questions

Tagged with
0 votes
0 answers
75 views

ffmpeg png to mov keep exact colors

When I convert a PNG sequence to a h264 (yuv420p) movie and read the color values via FFmpeg's rawvideo pipe output, the values on each pixel is slightly modified. This is how I write my image: import ...
redesigndavid's user avatar
1 vote
0 answers
2k views

.MOV video compressed with PNG has no alpha channel

I have a QuickTime file .mov with alpha channel compressed with PNG codec. What I need is to create smaller version of this file using ffmpeg. Everything works except new mov has no alpha (Adobe After ...
Artur's user avatar
  • 21