MamasBoyGitHub / universal-media-server

Automatically exported from code.google.com/p/universal-media-server
GNU General Public License v2.0
0 stars 0 forks source link

speedup framerate 24p on a 50Hz TV don't work! #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
#to remove 24p judder on a 50hz TV: framerate == 23.976 :: -speed 1.042709376 
-ofps 25   this is good work, but 24.000fps on a 50hz TV working with judder 
...please check this

Original issue reported on code.google.com by cal0...@gmail.com on 24 Sep 2012 at 2:10

GoogleCodeExporter commented 8 years ago
please help!!!

Original comment by cal0...@gmail.com on 25 Sep 2012 at 4:49

GoogleCodeExporter commented 8 years ago
If the video is 24.000fps then you need to change it to:

framerate == 24.000 :: -speed 1.042709376 -ofps 25

Original comment by subjunk on 13 Oct 2012 at 1:16

GoogleCodeExporter commented 8 years ago
Yes, but the audio track is out of sync with the video. Please check this!

Original comment by cal0...@gmail.com on 13 Oct 2012 at 6:00

GoogleCodeExporter commented 8 years ago
Yes, but the audio track is out of sync with the video. Please check this!

Original comment by cal0...@gmail.com on 7 Nov 2012 at 2:24

GoogleCodeExporter commented 8 years ago
The math just needs to be tweaked a bit, like this:

framerate == 24.000 :: -speed 1.041666667 -ofps 25

Because that is 25 / 24

Original comment by subjunk on 15 Mar 2013 at 11:36