Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Video Playback
(view source)
Revision as of 14:34, 28 April 2025
216 bytes added
,
14:34, 28 April 2025
→Audio Settings
Line 119:
Line 119:
<pre>
<pre>
ffmpeg -i input.wav -ar 48000 -ac 2 -sample_fmt s16 output_fixed.wav
ffmpeg -i input.wav -ar 48000 -ac 2 -sample_fmt s16 output_fixed.wav
+
+
Explanation:
+
-ar 48000 → Set sample rate to 48000 Hz (standard for ASIO/Windows audio, matches most soundcards)
+
-ac 2 → Set 2 channels (stereo)
+
-sample_fmt s16 → Use 16-bit signed integer samples
+
</pre>
</pre>
P.dewater
Administrators
270
edits
Navigation menu
Personal tools
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Help
About
About the TSG
About this Wiki
FAQ
Disclaimer
Survey
Customer Survey
Tools
Special pages
Printable version