Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Audio encoding

Reply
 
Thread Tools Search this Thread Display Modes
Old 9th February 2018, 15:48   #1  |  Link
Atak_Snajpera
RipBot264 author
 
Atak_Snajpera's Avatar
 
Join Date: May 2006
Location: Poland
Posts: 7,806
FFMPEG pipe to FFMPEG faster than direct processing?

Audio.avs
Code:
#AudioSource
LoadPlugin("...\x64\ffms2.dll")
audio=FFAudioSource("...\audio_1_Undetermined.thd.w64") // 10 min , 8 channels
audio=ConvertAudioToFloat(audio)
#DownMix
Import("...\DownMixAudio.avs")
audio=DownMixTo6ch(audio)

audio=ConvertAudioTo16bit(audio)
AudioDub(video,audio)



CPU USAGE




It looks like that by using two separated processes we can gain extra ~23% of encoding speed.

Last edited by Atak_Snajpera; 9th February 2018 at 15:56.
Atak_Snajpera is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 19:41.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.