Convert Video to lower quality file
2 次查看(过去 30 天)
显示 更早的评论
I would like to convert a videofile to a lower quality format. Would VideoWriter() work? Would I use VideoReader() first to point to the correct file, then use VideoReader() to write it in a different quality?
0 个评论
回答(2 个)
Benjamin Thompson
2022-8-15
You use VideoWriter to write out to an output video, like in this example:
https://www.mathworks.com/help/matlab/import_export/convert-between-image-sequences-and-video.html
VideoWriter accepts parameters to change the output file type and other qualify parameters.
0 个评论
Image Analyst
2022-8-15
See attached demo where I change the pixel resolution of the displayed video and save it as a new, lower resolution video.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!