Keemotion / TS2MP4

TS2MP4 allow you to convert TS files to MP4 files on your iDevice.
Other
106 stars 28 forks source link

cant run on ios11 #12

Open yanxuegan0903 opened 6 years ago

yanxuegan0903 commented 6 years ago

pod your files. but i cant run it . can you see that if you are free .

valerianb commented 6 years ago

Compatibility with iOS 11 should arrive soon.

If you really need to run it with Xcode 9 in the meantime, you can check out both TS2MP4 and GPAC4iOS projects and use them this way:

pod 'GPAC4iOS', :path => '/path/to/project/GPAC4iOS'
pod 'TS2MP4', :path => '/path/to/project/TS2MP4'

In your local TS2MP4 checkout, comment line 28:

#s.dependency 'GPAC4iOS', '0.2.2'
yanxuegan0903 commented 6 years ago

I've integrated the project. thank you very much. but now there's a new problem.when i convert ts to mp4.I found the frame rate getting bigger. For example. it was 20 frames per second.and now it's 40 frames per second. What's the problem? What should I do?

valerianb commented 6 years ago

The frame rate is always exactly double ? Sounds like an interlaced / progressive issue.

Is your video interlaced ? You can check this with MediaInfo (https://mediaarea.net/en/MediaInfo) under Scan Type.

yanxuegan0903 commented 6 years ago

ok .thanks for you help. ^_^