Wednesday, June 10, 2009

Use Matlab to edit sounds, images and videos

imread and imwrite

wavread and wavwrite

video? I don't know. I am a newbie!

2 comments:

  1. For video reading/writing you can use:

    mmreader - read in video files
    avifile - create avi video files

    ReplyDelete
  2. Thank you very much, Nick.
    I'll try these two functions and put my test up here later.

    ReplyDelete

Any comments?

my-alpine and docker-compose.yml

 ``` version: '1' services:     man:       build: .       image: my-alpine:latest   ```  Dockerfile: ``` FROM alpine:latest ENV PYTH...