About: 94 results

Language
Using FFMPEG to losslessly convert YUV to another format for ...
https://stackoverflow.com/questions/15778774/using ...
Apr 3, 2013 ... Yes, this is possible. It is normal that you can't open that raw video file since it is just raw data in one giant file, without any headers ...
Convert to YUV using FFmpeg and Playback Using ffplay - OTTVerse
https://ottverse.com/ffmpeg-convert-avi-mp4-to-yuv ...
Jul 22, 2020 ... Learn how to convert any video into YUV raw video using ffmpeg, play back a YUV file using ffplay, and to calculate the size of a YUV file ...
Extract yuv frames from yuv video - ffmpeg - Super User
https://superuser.com/questions/1248876/extract-yu ...
Sep 9, 2017 ... What is the best way to extract individual yuv frames from a yuv video? Can we use ffmpeg? I'm able to extract individual jpg frames but am struggling to ...
Encoding YUV Files with FFmpeg and Converting to Y4M
https://streaminglearningcenter.com/blogs/encoding ...
Feb 20, 2019 ... Having successfully converted the YUV file to Y4M, I can use the input.y4m file in FFmpeg and other tools like the Moscow State University Video ...
colorspace - FFmpeg Wiki
https://trac.ffmpeg.org/wiki/colorspace
Sep 4, 2025 ... colorspace and colormatrix can only convert YUV to YUV; libswscale can convert between YUV and RGB; colormatrix only supports 8bpc pixel ...
using ffmpeg to convert a set of YUV images to a video?
https://stackoverflow.com/questions/49647794/using ...
Apr 4, 2018 ... ffmpeg 's wildcard syntax doesn't work on yuv or other video formats, I guess. You could concat them just like: cat *.yuv > all.yuv # or cat ...
Tutorial: Converting PNG into YUV Using FFmpeg or OpenCV C++ API
https://sh-tsang.medium.com/tutorial-converting-pn ...
May 12, 2020 ... 1. FFmpeg · 1.1. Download FFmpeg · 1.2. Convert PNG into YUV. To convert a PNG file into YUV, just simply enter below command with pixel format ...
FFmpeg Formats Documentation
https://ffmpeg.org/ffmpeg-formats.html
The image muxer supports the .Y.U.V image file format. This format is special in that each image frame consists of three files, for each of the YUV420P ...
FFmpeg Filters Documentation
https://ffmpeg.org/ffmpeg-filters.html
... YUV formats supported), please use tools/python/tf_sess_config.py to get the configs of TensorFlow backend for your system. ./ffmpeg -i 480p.jpg -vf format ...
YUV to RGB/sRGB color space conversion using ffmpeg
https://video.stackexchange.com/questions/32075/yu ...
Aug 23, 2020 ... How to convert an mp4 file with YUV color space to RGB or sRGB color space using ffmpeg? I am trying to upload my video to YouTube and I read somewhere that ...