Keemotion / TS2MP4

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

No audio output when convert mp3Audio.ts to mp4 file #6

Open raghunathkavuri opened 10 years ago

raghunathkavuri commented 10 years ago

Hi, I have one more issue, I'm trying to convert the .ts file which has mp3 as audio elementary stream but though it converts to mp4 but unfortunately it doesn't have the audio in it. I'm using the test file mp3Audio.ts that you provided in test folder. Do you have any idea on it? Please let me know.

thanks in advance.

Raghu

JonathanGailliez commented 10 years ago

Hi, I'll make some tests this weekend to see what's happening. Regards, Jonathan.

JonathanGailliez commented 10 years ago

Hi, sorry for the delay but I'm really busy right now. I've made tests and you are right it's not working. I've discussed with a colleague of mime who tries to make it work a long time ago. He didn't find the issue (I didn't either) but it was related to the TSDemux library that we use.

I don't have the time nor the resources to address this issue right now.

If you have the time and the will, you can dive into the code and fix the issue. I will gladly take the time to review your code if you want.

Regards, Jonathan.

calvin commented 9 years ago

I, too, have the same problem. @raghunathkavuri, did you find any problems/solutions for this issue?

I'm using iOS SDK 8.1.

smadbe commented 9 years ago

No we haven't fixed it yet and do not have any plan to work on it for now. Feel free to work on it and submit a pull request.

calvin commented 9 years ago

For the record, demuxed elementary assets (audio/video) are both playable. I think assemble_elementary_streams is the cause of the issue.