http://chrisjacob.us/videos/index.html is the link to an example page with my problem. If you'll notice, when you click play it shows time information as 0:xx/0:00 where the total time never changes...this only happens with videos encoded with ffmpeg.
I use this to encode videos:
- Code: Select all
ffmpeg -i input.flv -ar 44100 output.flv
But it doesn't seem to work no matter what the command
