Community Profile

photo

Sudha R Jogin


Last seen: mehr als 2 Jahre vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • First Answer
  • First Review

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I want to encode and decode a video data using linear block coding someone help me with matlab code
any help is very useful

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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.

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort