↧
Detect a Video’s File Format (codec)
You’ve been handed a mystery video file and you need to know what codec was used to create it. Solution: Using ffmpeg, run the following command: ffmpeg -i path/to/your/file.avi In the output text...
View ArticleSafari 5.0.5 won’t play HTML5 video
Trying to play HTML5 video in Safari but getting a blank video screen? Possibly with 0:00 second video length? I posted the solution over on SO but basically this head scratcher can be solved by using...
View Article