There are several tons of video in my database and they can not be reached directly but I can play them one by one And I can record them. Now I want to write in a program (probably C #) which will get the URL and start Internet Explorer or any other default browser to start the link. Once the link will start, the video will play.
Now my work is to record a video for "x" seconds with audio. I can take screenshots very often to record video but what about audio and its quality? Do I have to put the microphone in a soundproofed room connected to the speaker so that I can record it or can I pull the audio directly from the audio interface card before moving it to the speaker?
Any thoughts?
Omar
This is not intelligent at all. You will have a big quality loss recording video from the screen and it will be encoded again, it will not be to mention that time.
You should get a way to access those videos directly from the database, and run them through a converter such as ffmpeg .
Comments
Post a Comment