#ARIJIT BISWAS#
2013-Dec-02 11:39 UTC
[opus] creating opus encoder and decoder executable on Windows
Hi all: How do I create opus encoder and decoder executable on Windows using MS Visual Studio 2010? What I'm doing is the following: 1. I downloaded the codebase on my local drive using: $ git clone git://git.opus-codec.org/opus.git 2. Then I go to D:\opus\win32\VS2010 and open the opus.sln using MS Visual Studio 2010. 3. Then I build the solution opus. I get 3 executable at D:\opus\win32\VS2010\Win32\Debug a. test_opus_api.exe b. test_opus_decode.exe c. test_opus_encode.exe But these are not the Opus encoder (for creating *.opus bitstream) or decoder (for decoding *.opus to *.wav). Any hints where I should look into and I should do? Best Regards, Arijit **Disclaimer** The sender of this email is NOT authorized to represent or act on behalf of Nanyang Technological University in any matter or transaction by means of using this email account. Nanyang Technological University will not be responsible for any content or views expressed in this email and this email does not express the views or opinions of the Nanyang Technological University. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20131202/3319dc57/attachment.htm
Ilya Basin
2013-Dec-02 12:30 UTC
[opus] creating opus encoder and decoder executable on Windows
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><title></title> <META http-equiv=Content-Type content="text/html; charset=windows-1251"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- body { margin: 5px 5px 5px 5px; background-color: #ffffff; } /* ========== Text Styles ========== */ hr { color: #000000} body, table /* Normal text */ { font-size: 9pt; font-family: 'Courier New'; font-style: normal; font-weight: normal; color: #000000; text-decoration: none; } span.rvts1 /* Heading */ { font-size: 10pt; font-family: 'Arial'; font-weight: bold; color: #0000ff; } span.rvts2 /* Subheading */ { font-size: 10pt; font-family: 'Arial'; font-weight: bold; color: #000080; } span.rvts3 /* Keywords */ { font-size: 10pt; font-family: 'Arial'; font-style: italic; color: #800000; } a.rvts4, span.rvts4 /* Jump 1 */ { font-size: 10pt; font-family: 'Arial'; color: #008000; text-decoration: underline; } a.rvts5, span.rvts5 /* Jump 2 */ { font-size: 10pt; font-family: 'Arial'; color: #008000; text-decoration: underline; } span.rvts6 { font-size: 11pt; font-family: 'segoe ui'; font-weight: bold; color: #ffffff; background-color: #0000ff; } span.rvts7 { font-family: 'verdana'; } span.rvts8 { font-family: 'segoe ui'; } span.rvts9 { font-size: 8pt; font-family: 'arial'; font-style: italic; color: #c0c0c0; } a.rvts10, span.rvts10 { color: #0000ff; text-decoration: underline; } /* ========== Para Styles ========== */ p,ul,ol /* Paragraph Style */ { text-align: left; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; } .rvps1 /* Centered */ { text-align: center; } --></style> </head> <body> <p><a name="divtagdefaultwrapper"></a> Hi Arijit.</p> <p><br></p> <p>The programs you're looking for are part of opus-tools <a class=rvts10 href="https://git.xiph.org/?p=opus-tools.git">https://git.xiph.org/?p=opus-tools.git</a></p> <p>There're precompiled binaries here: <a class=rvts10 href="http://www.opus-codec.org/downloads/">http://www.opus-codec.org/downloads/</a></p> <p><br></p> <p>To build opus-tools from sources you also need libogg</p> <p><br></p> <div><table border=0 cellpadding=1 cellspacing=2> <tr valign=top> <td width=11 style="background-color: #0000ff;"> <p><span class=rvts6>></span></p> </td> <td width=726 style="background-color: #ffffff;"> <p><span class=rvts7>Hi all:</span></p> <p><br></p> <p><span class=rvts7>How do I create opus encoder and decoder executable on Windows using MS Visual Studio 2010?</span></p> <p><br></p> <p><span class=rvts7>What I’m doing is the following:</span></p> <p><span class=rvts7>1. I downloaded the codebase on my local drive using: $ git clone git://git.opus-codec.org/opus.git</span></p> <p><span class=rvts7>2. Then I go to D:\opus\win32\VS2010 and open the opus.sln using MS Visual Studio 2010.</span></p> <p><span class=rvts7>3. Then I build the solution opus. I get 3 executable at D:\opus\win32\VS2010\Win32\Debug</span></p> <p><span class=rvts7> a. test_opus_api.exe</span></p> <p><span class=rvts7> b. test_opus_decode.exe</span></p> <p><span class=rvts7> c. test_opus_encode.exe</span></p> <p><span class=rvts7>But these are not the Opus encoder (for creating *.opus bitstream) or decoder (for decoding *.opus to *.wav).</span></p> <p><br></p> <p><span class=rvts7>Any hints where I should look into and I should do?</span></p> <p><br></p> <p><span class=rvts7>Best Regards,</span></p> <p><span class=rvts7>Arijit</span></p> <p><br></p> </td> </tr> </table> </div> <p><br></p> <p><span class=rvts8>**Disclaimer** The sender of this email is NOT authorized to represent or act on behalf of Nanyang Technological University in any matter or transaction by means of using this email account. Nanyang Technological University will not be responsible for any content or views expressed in this email and this email does not express the views or opinions of the Nanyang Technological University. </span></p> <p><br></p> <p><br></p> <p><br></p> <p><br></p> <p><span class=rvts9>-- </span></p> </body></html>
#ARIJIT BISWAS#
2013-Dec-02 15:47 UTC
[opus] creating opus encoder and decoder executable on Windows
Thank you Ilya! So, it seems like it's not really straightforward to create an encoder and decoder exe :-) ________________________________ From: Ilya Basin <basinilya at gmail.com> Sent: Monday, December 02, 2013 1:30 PM To: #ARIJIT BISWAS# Cc: opus at xiph.org Subject: Re: [opus] creating opus encoder and decoder executable on Windows Hi Arijit. The programs you're looking for are part of opus-tools https://git.xiph.org/?p=opus-tools.git There're precompiled binaries here: http://www.opus-codec.org/downloads/ To build opus-tools from sources you also need libogg>Hi all: How do I create opus encoder and decoder executable on Windows using MS Visual Studio 2010? What I'm doing is the following: 1. I downloaded the codebase on my local drive using: $ git clone git://git.opus-codec.org/opus.git 2. Then I go to D:\opus\win32\VS2010 and open the opus.sln using MS Visual Studio 2010. 3. Then I build the solution opus. I get 3 executable at D:\opus\win32\VS2010\Win32\Debug a. test_opus_api.exe b. test_opus_decode.exe c. test_opus_encode.exe But these are not the Opus encoder (for creating *.opus bitstream) or decoder (for decoding *.opus to *.wav). Any hints where I should look into and I should do? Best Regards, Arijit **Disclaimer** The sender of this email is NOT authorized to represent or act on behalf of Nanyang Technological University in any matter or transaction by means of using this email account. Nanyang Technological University will not be responsible for any content or views expressed in this email and this email does not express the views or opinions of the Nanyang Technological University. -- **Disclaimer** The sender of this email is NOT authorized to represent or act on behalf of Nanyang Technological University in any matter or transaction by means of using this email account. Nanyang Technological University will not be responsible for any content or views expressed in this email and this email does not express the views or opinions of the Nanyang Technological University. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20131202/b6257579/attachment.htm