Closed GoogleCodeExporter closed 9 years ago
I have the very similar problem.
Any help will be highly appreciated.
Original comment by leon.pol...@gmail.com
on 12 Mar 2011 at 10:51
Issue 86 has been merged into this issue.
Original comment by kid...@gmail.com
on 12 Mar 2011 at 8:18
I tried to get this working once before, but I wasn't sure how either.
Definitely if you figure it out, let me know so I can document it somewhere.
Original comment by kid...@gmail.com
on 17 Mar 2011 at 10:36
Kidjan,
do you mean to say that it is a know problem with the code or you are not sure
about how to write the audio sample in to the file.
could you let us know how i need to address this problem.
Thanks,
Aswin.N.Paranji
Original comment by aswin.pa...@gmail.com
on 18 Mar 2011 at 4:59
Hello, all.
May be (well,sure!) I do not understand something, but we a\have the following
situation:
We add the audio track and describe it U-LOW as described above. The created
file is fine and played back by MPlayer fine, except that instead of U-LOW it
plays audio as RAW. We checked this by providing RAW data instead of U-LOW, and
the sound was perfect.
So, now the only question is - what is the correct way to define the U-LOW
stream, which is now understood as RAW.
Many thanks ahead.
Original comment by leon.pol...@gmail.com
on 23 Mar 2011 at 8:18
kidjan,
i have added support for the ulaw. could you please validate and let me know
the status.
Thanks,
Aswin
File: include/track/mp4v2/track.h
added a function 'MP4AddULawAudioTrack'
File: src/mp4.cpp
implemented the function MP4AddULawAudioTrack
File: src/mp4file.h
added function AddULawAudioTrack inside the class MP4File
File: src/mp4file.cpp
implemented the function AddULawAudioTrack
Original comment by aswin.pa...@gmail.com
on 24 Mar 2011 at 8:01
Attachments:
Aswin,
Thanks for that--could you give me a brief description of the format of the
track? And I'll try and get those changes in sometime this week.
Original comment by kid...@gmail.com
on 27 Mar 2011 at 4:13
Kidjan,
the format of the audio is MuLaw, mono channel with sample rate of 8000 hz.
the video is h264 format.
i believe the same code can be used to write a-law audio too, for which the
atom has to be changed. i haven't tried with a law audio.
Original comment by aswin.pa...@gmail.com
on 27 Mar 2011 at 4:49
Is there any chance I could get you to supply this as a diff file against
trunk? If I have to, I can figure out what changes you made myself, but a diff
is a lot easier for me.
Original comment by kid...@gmail.com
on 26 Apr 2011 at 8:11
Hi,
I am highly interested in this topic, is there anything I can do to help
(develop or debug)?
Best regards
Sergio
Original comment by sergio.g...@gmail.com
on 12 May 2011 at 2:13
For now it seems working in the form Aswin proposed. There was not notification
from Kidjan about his efforts to incorporate this into main source tree...:-(
Original comment by leon.pol...@gmail.com
on 13 May 2011 at 12:58
@leon
I did notify about my efforts--the changes were not supplied as a patch file,
but just modified files, which makes it difficult to put into trunk. I asked
for patch files.
I'll attempt to do it without, but if someone--anyone--could supply working
patch files against trunk, that would make this change happen _much_ quicker.
Original comment by kid...@gmail.com
on 13 May 2011 at 6:18
I manually figured out the diff and applied it--this should be in r463.
Original comment by kid...@gmail.com
on 14 May 2011 at 11:28
Ups! I planned to do this today!
Sorry to be late.
Kidjan, thank you really!
Original comment by leon.pol...@gmail.com
on 15 May 2011 at 6:58
Kidjan,
sorry i did not know how to create a patch against the trunk. hence i
attached the whole working file.
thank you for the effort.
Aswin
Original comment by aswin.pa...@gmail.com
on 17 May 2011 at 5:57
No problem--next time I can help you make a patch. Thanks for the contribution.
Original comment by kid...@gmail.com
on 18 May 2011 at 3:44
Replicated for Alaw
Original comment by sergio.g...@gmail.com
on 22 Jun 2011 at 3:15
Attachments:
Thanks for the patch--should be in r476
Original comment by kid...@gmail.com
on 24 Jun 2011 at 3:45
Original issue reported on code.google.com by
aswin.pa...@gmail.com
on 12 Mar 2011 at 2:30