Hi
I downloaded the MPEG4 reference audio software from the ISO site.
http://www.iso.ch/iso/en/ittf/PubliclyAvai...rence/audio.zip
I am trying to create CELP audio elementary streams as
1. standalone CELP audio Elementary Stream form
2. CELP stream in mp4 fileformat
I am working on windowsXP.
I have been able to compile the Mp4v2enc.dsw project to obtain the Mp4v2enc.exe.
I assumed that Mp4v2enc.exe would give me the CELP stream in Mp4 file format.So i tried to encode in the following way...
[Mp4v2enc -m lpc -o .\out.mp4 .\radio_16k.wav -c "e 1 f 0 p 1" -r 14400 -b 0 -d 1]
I tried to play this out.mp4 in philips platform4 player..but it would not play.i saw the structure of out.mp4-this structure too is not in mp4 fileformat.
Can anyone please guide me..as i would like to..
(i) In which format would Mp4v2enc.exe will give me CELP stream in stream?
(ii) How do i create the CELP streams as an standalone audio Elementary stream and CELP stream in Mp4 fileformat.
(iii) I am also trying to compile the fl4_to_mp4.dsw project.but i face about 23 errors while linking.CAN ANYONE PLEASE HELP ME AS TO HOW I CAN SOLVE THESE LINK ERRORS..the link errors are as follows
-------------------------------------------------------------------------------------------
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
bitstream.obj : error LNK2001: unresolved external symbol _StatisticsCountBsErrors
bitstream.obj : error LNK2001: unresolved external symbol _GetScfBitFlag
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4DisposeMovie
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4WriteMovieToFile
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4GetMovieTrackCount
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4SetTrackEnabled
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4InsertMediaIntoTrack
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4GetTrackID
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4GetMediaDuration
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4EndMediaEdits
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4DisposeHandle
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4AddMediaSamples
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4GetHandleSize
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4SetHandleSize
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4NewSampleDescription
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4NewHandle
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4SetMediaLanguage
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4BeginMediaEdits
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4AddTrackReferenceWithID
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4NewTrackMedia
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4NewMovieTrackWithID
fl4_to_mp4.obj : error LNK2001: unresolved external symbol __imp__MP4NewMovie
..\bin\debug\fl4_to_mp4.exe : fatal error LNK1120: 22 unresolved externals
Error executing link.exe.
--------------------------------------------------------------------------------------
[COLOR=red]CAN ANYONE PLEASE GUIDE ME AS IN SOLVING MY ABOVE ABOVE QUERIES
Thanks in Advance
Sabeel
