Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: he v2 aac command line encoder for streaming (Read 4699 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

he v2 aac command line encoder for streaming

I'm using lame as en encoder for a network of remotely controled radio. The input is made  of the line in of the sound card  and output in mp3 for a small stream server.

We are using lame.exe but for low bitrate the sound is horible and new flash player plau aac file now (our decoder use flash player to decode)

Do someone know an he aac v2 encoder that could be use with stdin stdout, as I understand that's what we use to capture directx sound and broadcast the output. I tried Nero but it seem to only take .wav file


Thanks for your help. Have a good day!!

he v2 aac command line encoder for streaming

Reply #1
You can encode from stdin with Nero.
Code: [Select]
Usage:
neroAacEnc.exe [options] -if <input-file> -of <output-file>
Where:
<input-file>  : Path to source file to encode.
                The file must be in Microsoft WAV format and contain PCM data.
                [color=#cc0000][i]Specify - to encode from stdin.[/i][/color]
                Note that multiple input files can be specified, they will be
                encoded together into a single output file with chapter marks
                indicating source file divisions.
<output-file> : Path to output file to encode to, in MP4 format.
If age or weaknes doe prohibyte bloudletting you must use boxing

he v2 aac command line encoder for streaming

Reply #2
You can encode from stdin with Nero.
Code: [Select]
Usage:
neroAacEnc.exe [options] -if <input-file> -of <output-file>
Where:
<input-file>  : Path to source file to encode.
                The file must be in Microsoft WAV format and contain PCM data.
                [color=#cc0000][i]Specify - to encode from stdin.[/i][/color]
                Note that multiple input files can be specified, they will be
                encoded together into a single output file with chapter marks
                indicating source file divisions.
<output-file> : Path to output file to encode to, in MP4 format.

but can you sdtout with nero?

Thanks for your answer  (I never found this information myself  )

he v2 aac command line encoder for streaming

Reply #3
No, it can't output to stdout.

I don't know your exact setup, but I used to run a few streaming radios from Winamp and Foobar2000 using Icecast server and oddcast streaming plugin. I used a Coding Technologies aacPlus encoder dll which comes with Winamp for HE-AAC v2 stream without any problems.
If age or weaknes doe prohibyte bloudletting you must use boxing

he v2 aac command line encoder for streaming

Reply #4
cant you "get"and save the webstream? That way there is no recompressing needed.