Encoder is a software program, device or algorithm that converts information from one format or code to another, for the purposes of standardization, speed, secrecy, security or compressions.
Questions tagged [encoder]
612 questions
0
votes
2 answers
Which video encoders are guaranteed to be supported by android MediaCodec API?
Testing video encoding with the MediaCodec API in several devices, I noticed all of them have encoders for h264, h263, and MPEG-4.
Are any of these guaranteed to be supported by all devices which have at least Jelly Bean, even if the actual encoding…

PerracoLabs
- 16,449
- 15
- 74
- 127
0
votes
1 answer
FDK AAC encoder/decoder : Access Huffman encoded and decoded data
For the FDK AAC,
I want to access the spectral data before and after Huffman encoding/decoding in the encoder and in the decoder.
For accessing spectral data before Huffman encoding, I am using pSpectralCoefficient pointer and dumping 1024 samples…

Akshay Malhotra
- 1
- 1
0
votes
1 answer
Pass variable to WCF custom encoder?
When building a WCF client to generate and send out a SOAP message, I want to log a snapshot of the whole message include all the header information to my database before sending out through the wire. It looks like at Message Encoder Classes I have…

Jason
- 821
- 2
- 16
- 28
0
votes
2 answers
How to convert a FLAC file to WAV file using java?
I want to convert a given flac file to a wav file. Most of the questions on StackOverflow are the opposite of my question. Have anyone an idea how to solve this problem ? I heard something about JavaFlacEncoder link but I could not find a method to…

Kami
- 459
- 1
- 6
- 27
0
votes
0 answers
Decode ioncude encoded files?
I am customizing the website which was partially developed, my client has not given me access to a licence file (rather I have not asked him about this).
I want to run it on my local system.
I deployed it correctly, But when I tried to run that…

Kiran Vemula
- 161
- 1
- 1
- 5
0
votes
1 answer
ASN1 Structure Encoding
Whether it is allowed in ASN Rules ,
One ASN structure having Octet string Pointing to Another ASN structure.
I'm not able to decode in this context,
but One ASN structure having Octet string Pointing to local structure (NON_ASN).

user3019027
- 1
- 1
0
votes
0 answers
ZXingObjC encoding issues
Been using the ZXing barcode encoder in an iOS app I'm developing. It works fine for generating any barcode format except for Code93 and UPC-E. The result it returns is null for these two formats.
Anyone else having these problems?
Thanks
0
votes
1 answer
Count Edges over specific Period of Time in VHDL
For speed measurement of an electric motor I would like to count the amount of rising and falling edges of an encoder-input in a time-interval of 10ms.
To do this I have implementet a clock divider for my 40 MHz Clock as follows:
entity SpeedCLK…

FabianBerlin
- 105
- 3
0
votes
1 answer
Intel Media SDK getting MFX_ERR_DEVICE_FAILED creating second encoder
I'm using the intel media sdk under windows 8.1 to encode/decode several streams. The problem I have is under Hardware mode when I try to initiate a second encoder the function returns MFX_ERR_DEVICE_FAILED, but the first encoder is correctly…

F.bernal
- 2,594
- 2
- 22
- 27
0
votes
7 answers
Priority encoder in verilog
I am somewhat new to verilog, I tried running this code but it gives me an error:
module enc(in,out);
input [7:0] in;
output [3:0] out;
reg i;
reg [3:0] out;
always @*
begin
for (i=0;i<7;i=i+1)
begin
if…

mohanadelnokaly
- 79
- 1
- 2
- 8
0
votes
4 answers
Convert an int to a letter value
Out of interest I have been working on a very basic encoder/decoder program. Super simple encoding, a = 1, b = 2... and from there it prints out to the numbers : "1 2 3". I have that working:
final Map map;
final String…

gman5500
- 63
- 2
- 12
0
votes
2 answers
xmlEncoder not writing in netBeans
I am trying to use the xmlEncoder to write to xml file in net-beans but it doesnt work.
Here is the call to the writing function:
dbManipulator.writeStudents(deps);
where
deps = new Hashtable();
dbManipulator = new…

Greg
- 3
- 1
0
votes
0 answers
Replacement of sun.misc.BASE64Encoder in Oracle DB?
I have few Java files in Oracle DB, these files use sun.misc.BASE64Encoder.
It looks like DBAs have recently removed support for this Encoder, I tried using org.apache.commons.codec.binary.Base64 but the class won't compile with this.
CREATE OR…

Ravi Gupta
- 4,468
- 12
- 54
- 85
0
votes
1 answer
Encoder and My Challenges on Digital Logic
in following Encoder, the priority of bigger number is bigger. if the initial state is 0, after how many clock pulse, Q after being 1, change states to zero.
My professor, say (3), why ?
user4559497
0
votes
1 answer
Do browsers use built-in jpeg encoders or a system wide one?
I've had this question for a while now, but have not been able to find an answer. Any hints or references for further reading would be greatly appreciated.

Sipty
- 1,159
- 1
- 10
- 18