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
1 answer
Update from "Azure media service" to "Media Encoder Standard"
We have been using Azure Media Services for converting video, audio and video thumbnails to various formats. Recently, We discovered that Azure Media Services is not supported in Europe.
Since Window Azure Media Services is deprecated for Europe,…

Hitesh
- 4,098
- 11
- 44
- 82
0
votes
0 answers
PyQt5 dial component as "rotary encoder"
I need help with a new component in PyQt5 like dial component but without dead zone from 5 to 6 o'clock and which can be rotated endlessly like common hardware rotary encoder.

tiler
- 67
- 1
- 7
0
votes
3 answers
how can I get url string encoded
I want a url that will look like this
"http://example.com/get_item_data.php?uid="inv_no"
I tried URL encoder, but could not figure it out,
I first tried this, it did not work
try {
json_url = "http://example.com/get_item_data.php?uid="+ …

LaideLawal
- 77
- 1
- 10
0
votes
1 answer
Windows Media Encoder : How to set average bitrate in audio Bitrate-based mode
How to set average bitrate in audio Bitrate-based mode?
In Window media encoder SDK, it tell that I must specify average bitrate.
Is it using the same audience.SetAudioConfig(0, 2, 44100, 192000, 16); to set the bitrate as CBR?

Prince OfThief
- 6,323
- 14
- 40
- 53
0
votes
0 answers
Encoding url struggle
I have a String url. The last part is a filter containg [ and ].
[{'field':'campaign.effective_status','operator':'IN','value':['ACTIVE']}]
No matter what I try, I cannot encode and send this as a valid URL or…

Barry Dogger
- 33
- 6
0
votes
1 answer
Max number encoder pulses through interrupt change on PorB
I am using a 16F877A pic with 20MHz crystal and a change interruption on portB, pin 6-7 connected to an encoder. I'm using the encoder to calculate the velocity of a wheel and I have a doubt about the maximum ppr that I can use to avoid the program…

Emm
- 1
- 4
0
votes
1 answer
MediaMuxer sometimes resulting in black video
I am using AndroidEncoder to produce a H264 video with AAC audio that I send both over an RTMP network and also store locally in a MP4 file using MediaMuxer.
Broadcasting is working nicely over RTMP, but when saving locally the resulting video is…

M Rajoy
- 4,028
- 14
- 54
- 111
0
votes
1 answer
HTML 5 batch video encoder
i need to use HTML 5 on my website.
Videos are in H.264 format.
Non-WebKit browsers, say, Firefox does't supports it. Firefox needs MPEG-4 instead.
I surfed the Web a little, but not found anything for this task.
The questions are:
Could you…

AntonAL
- 16,692
- 21
- 80
- 114
0
votes
1 answer
is the audio source for .yuv test video sequences available?
i need the audio file for the yuv test video sequences like foreman.yuv, akiyo.yuv
,etc. none of the yuv sequences online have the audio file.
any other yuv sequences with the audio file suitable for encoder analysis also works.

zahraesb
- 153
- 1
- 7
0
votes
3 answers
What is an easy way to count pulses from an Encoder with a Microcontroller?
Good morning!
Sorry if my question is the most "asked" in the world but I would like you to clear my mind!
I have this project to do: to count, in some way, pulses coming from an encoder. The program will keep as input a value "limit" that the user…

Francesco Zanel
- 23
- 1
- 4
0
votes
0 answers
How to reduce a JPG image size in C#?
Below is my code to capture a screenshot. I tried to use "EncoderParameters" to reduce the file size but it seems doesn't work.
My screen resolution: 1920 x 1080:
Without Encoder setting, just save the bitmap image directly: 75KB
Encoder JPG 100%:…

Louis Tran
- 1,154
- 1
- 26
- 46
0
votes
1 answer
Getting no input at all from Python Incremental Rotary Encoder
Everyone, hello!
I have recently purchased two incremental rotary encoder. One of them is the KY-040 which operates under 3.3v:
The suggested code to get this working under Python is:
from RPi import GPIO
from time import sleep
clk = 17
dt =…

user5740843
- 1,540
- 5
- 22
- 42
0
votes
1 answer
Codec which supports intra-frame
I'm using VirtualDub and I want to digitalize a VHS movie frame by frame.
But I need a codec which supports intra-frames.
Do the following codecs supports intra-frame?
If not where can I get or buy a codec with intra-frame?

Ramón Wilhelm
- 967
- 2
- 18
- 39
0
votes
1 answer
Encoding/Decoding using ESAPI
I am trying to prevent CRLF injection(in a url having few user inputs) and trying to encode the user input present in URL. I know I can use input-validation too but if I use ESAPI encoder, does it have any corresponding decoder? If it has then what…

Aakash Saxena
- 11
- 1
- 2
0
votes
1 answer
how to play the output file of JM encoder?
i have encoded a video sequence via JM software and the output is with the format *.264 which software do i need to to see this file?

zahraesb
- 153
- 1
- 7