¡@

Home 

php Programming Glossary: movie.avi

Querying an audio/video file for information

http://stackoverflow.com/questions/3936816/querying-an-audio-video-file-for-information

months ago for a similar purpose. fulltime `ffmpeg i MOVIE.AVI 2 1 grep 'Duration' cut d ' ' f 4 sed s ` hour `echo fulltime.. var . My command essentially takes the output of ffmpeg i MOVIE.AVI 2 1 grep 'Duration' cut d ' ' f 4 sed s and stores it as fulltime.. as fulltime . This command is further broken down ffmpeg i MOVIE.AVI 2 1 means to display info i for MOVIE.AVI. The 2 1 I believe..