joncampbell123 / composite-video-simulator

Code to process video to simulate analog composite video.
130 stars 17 forks source link

I‘ve succesfully compiled the files,shall I double click it to use or use it with the command line(ffmpeg)? #8

Closed SenkiTK closed 5 years ago

SenkiTK commented 5 years ago

I think it represents that i have completely compiled them all. comp

i'll appreciate it if you could tell me.

SenkiTK commented 5 years ago

And when I run the code,there're some errors like these: comp2

joncampbell123 commented 5 years ago

The output must be a format that takes PCM audio. Use MOV or AVI.

SenkiTK commented 5 years ago

thx...but how can i deal with the unhandled arguments? comp3

joncampbell123 commented 5 years ago

Specify the output file using -o

So:

-i 3.avi -o 4.avi

SenkiTK commented 5 years ago

thx for your help!

joncampbell123 commented 5 years ago

It worked, correct?