Skip to main content

All Questions

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
0 votes
1 answer
657 views

What ffmpeg command would convert a video for iPad/iPhone in 2021?

One of the answers almost a year ago was to use the following command: ffmpeg -i input.mp4 -vcodec libx264 -profile:v main -level 3.1 -preset medium -crf 23 -x264-params ref=4 -acodec copy -movflags +...
DMurphy's user avatar
2 votes
1 answer
1k views

ffmpeg - convert MOV to AVI but decrease frame rate

I have several videos that are filmed with a portable camera and saved in .MOV. Since these are videos of university lectures and have video of the boardwork done by the professor, I would like to ...
crasic's user avatar
  • 893