Skip to main content

Questions tagged [audio-quality]

A measure of the clarity and/or cleanliness of an audio signal. There can be both objective and subjective measures. It can refer to any point in the audio chain, from source, through recording and production, to the subjective human ear.

0 votes
1 answer
132 views

I wrote the following script to capture both the screen and the audio from the microphone, both lossless from my laptop: #!/bin/bash d=$(date +"%Y%m%d_%-H%M") dimensions=$(xdpyinfo |grep ...
John Smith's user avatar
0 votes
1 answer
69 views

Trying to stream a video (mkv) on a Samsung 2017 TV and some videos are "lagging" / buggy. I don't know the term for this kind of issue so it's hard for me to pinpoint the problem. The video ...
Pobe's user avatar
  • 101
-1 votes
1 answer
53 views

This is something which has baffled me for many years already. I just watched this freshly uploaded video (out of many): It seriously looks like somebody took a ...
Alpers's user avatar
  • 1
0 votes
1 answer
137 views

I wrote the following script that is meant to remove the unnecessary audio streams, aka dubbing, as well as subtitles from the movies in my collection: #!/usr/bin/bash echo "What is the path to ...
John Smith's user avatar
0 votes
0 answers
659 views

I just finished my video on premiere pro. The sound is nice when I'm listening to my premiere pro's video; however, my audio is distorted once I exported. I already used premiere pro before for a ...
Pauline Charpilloz's user avatar
1 vote
1 answer
1k views

I am trying to convert a DTS stream to AAC(stereo) using the following command: ffmpeg -i "input.mkv" -c:v copy -c:a aac -q:a 2 -ac 2 -ar 48000 "output.mp4" [ffmpeg ...
Lalit Kumar's user avatar
1 vote
1 answer
1k views

Sometimes I use Kdenlive to cut videos because it is convenient. Something bothering me is that the application goes to the re-render process which has no point. I also have no idea what quality to ...
ar2015's user avatar
  • 111
1 vote
1 answer
247 views

i am new to video production , and i know that audio is a big part of the production process and cannot be messed up . here is a audio that i recorded and then reduced the noise from audacity and ...
SHikha Mittal's user avatar
0 votes
1 answer
395 views

I want to cut an existing movie and want to remove all the language track from it. The thing is when I start to edit the movie, Premiere Pro just picks up some language, which is not suitable for me. ...
Animus's user avatar
  • 135
0 votes
1 answer
7k views

I’m currently exporting a video on Premier Pro using the default YouTube 1080 HD settings. Usually, my videos export with no problem, but with this video, my exported audio is extremely muffled, even ...
turtlefish12's user avatar
0 votes
0 answers
62 views

I recorded a video and its soundtrack using the Logi Capture software that comes with the Logitech C920 webcam. In the sound track there's an annoying occasional zinging noise when I speak into the ...
Aksakal's user avatar
  • 101
1 vote
3 answers
5k views

What are the best options to use to get optimal audio clarity for transcription, and minimal video to be used by the transcription service? Our videos are all meetings, and we're sending them to a ...
GDP's user avatar
  • 342
-1 votes
3 answers
9k views

Currently my web browser Chrome (last version 80) cannot play Dolby Digital Plus audio. I know this audio is used in other devices like Apple TV, Roku, or Amazon Fire TV for example. According to ...
AARON8888's user avatar
3 votes
2 answers
4k views

The FFmpeg documentation for the afftdn audio filter says for the -sn flag: sample_noise, sn Start or stop measuring noise profile. Syntax for the command is : "start" or "stop" string. After ...
BreadEagles's user avatar
2 votes
3 answers
2k views

I need to extract sound from videos. There must be know loss of quality (since the sound files will be used in speech-to-text services). So I want to extract the audio from the video exactly as it is ...
Leo's user avatar
  • 123

15 30 50 per page