Hi All,
I want to create a video dvd.
for this:
1) selected some mpeg files
2) used ffmpeg to convet files to mpeg-2 format
3) Used "dvdauthor" to create dvd - file system viz. two folders "AUDIO_TS" and "VIDEO_TS"(containing vob,ifo,vts files).
4) Created a IFileSystemImage object
5) Added above to folders to the image and get image as istream.
6) Passed the above IStream to IDiscFormat2Data's Write(IStream*) method.
Everything is working fine till here.
Now the problem is that when i play the DVD on standalone DVD players some strange things are happening;
Some playes doesnt play disc at all
in some there is no audio!!!!!!!!!!!!!!!! but when i play .vob files in "VLC player" on machine, sound is there.
What I am missing?
Thanks and regards,
Tarun