<div><span class="postbody"><font size="2">Hello VLC-Community, <br><br>I'm currently playing around with the binary Stdout option an run into a problem. <br><br>When I use <br>standard{access=file,mux=asf,url='test.mpeg'}
<br><br>the resulting local file is healthy and plays in VLC and WMP. When I try to capture the binary output from Stdout with <br><br>standard{access=file,mux=asf,url=-} <br><br>and than create the movie with an external program, it is corrupted. I took hex look at the binaries and it seems that
99.9% are identical. Only in the top 2-3 header rows and the bottom 2-3 footer rows the Stdout file looks sligtly different. <br></font></span></div>
<div><span class="postbody"><span class="postbody"><font size="2">I looked up the Stdout function here: <br></font><a href="https://trac.videolan.org/vlc/file/trunk/modules/access_output/file.c" target="_blank"><font color="#006699" size="2">
https://trac.videolan.org/vlc/file/trunk/modules/access_output/file.c</font></a><font size="2"> <br><br>Is it possible that these: <br><br>msg_Dbg( p_access, "using stdout" ); <br>msg_Dbg( p_access, "file access output opened (`%s')", p_access->psz_name );
<br>msg_Dbg( p_access, "file access output closed" ); <br><br>come in my way? Are they also parsed to the Stdout and I have to deactivate them somehow, or do those Messages need to be invoked by a special debug option (which I did not found until now)?
</font></span></span></div><span class="postbody"><span class="postbody">
<div><br><font size="2">Anyone had this problem before? Is it possible that VLC mixes other Stdout output into the stream? Invoked it with -q, --quiet, but are there other parameters to tell VLC not to write other output to Stdout?
</font></div>
<p><font size="2"></font> </p>
<p><font size="2">Thanks and Best Regards</font></p>
<div><br> </div></span></span>