Feeds
질문
I want to encode and decode a video data using linear block coding someone help me with matlab code
any help is very useful
4년 초과 전 | 답변 수: 0 | 0
0
답변질문
Am trying to use videowriter in matlab on a ubuntu 20.04 , am getting error:The specified profile is not valid.
And i don't see MPEG-4 on my Videowrite profiles list how to add it ? Any help will be beneficial.
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
error: Index exceeds the number of array elements (1).
close all; workspace; vid= VideoReader('sony.mp4'); F= vid.NumFrames; sum=0; for i=1:F video = read (vid,i); [row...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
How to find mean square error of two videos , one with noise pls respond with answer ASAP
clear all; close all; vid=VideoReader('test.mp4'); vidFrame = vid.readFrame(); figure; ax = axes; vid.CurrentTime=0; wh...
거의 5년 전 | 답변 수: 1 | 0

