Main goal is to download the http stream like mp3 or aac straight to disk without quality loss.
When used on mp4 for example i would like the file to be ok with any player and thus a need for a container.
I have it working like
--intf wx %URL% :sout=#duplicate{dst=display,dst=std{access=file,mux=mp4,dst=%FILEOUT%.mp4}}
and (mp3 example)
%URL% :demux=dump :demuxdump-file=c:\cdrom\output.mp3
This first one suits me the best, it seems to dump the bytes downloaded into a new container but does not seem to modify the data like re compressing it or whatever.
The 2nd seems to be doing the same but it allows you to skip the container (dummy or whatever) which don't care for per se, at least this mode is described as saving to disk without modification.
Can someone please tell me that the first is as good as the 2nd, the 2nd does not let me listen to the audio simultaniously.
The duplicate mode documentation does not elaborate on the quality, while it may be obvious since i did not use the transcode statement here.
Thats all fokes..
Edwin,