1311985004

New Member
Dec 3, 2022
6
9
13
sithsam,post: 18649170,member: 4440278 said:
这里是4个视频的音频轨道压缩(192k AAC):PixelDrain(ZIP) /GoFile(松散)
随时询问你是否需要更多的压缩音频视频,因为这是一个简单的复制到一个文件夹中,并运行我的脚本。

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Like
Reactions: LoganTodd
Jun 27, 2021
390
1,110
243
Could you tell me the parameters for video and audio conversion? I haven’t found any tutorials on the Chinese internet.
change video mode from convert to copy, unless you plan to add filters (like changing gamma, then you need to use convert)
1763312500272.png

for audio AAC codec is standard
usually 192-384 bitrate range

1763312654673.png
 
  • Like
Reactions: 21488716

Nibba698

New Member
Mar 25, 2025
2
1
1
I spent some time extracting audio from my Final Fantasy VII Rebirth game, only to find that this commander character—who doesn’t even have a name—has ridiculously few lines. There aren’t nearly enough lines to use for GPT processing. He has a face that looks just like the one from Severance, yet he’s nothing more than a minor extra. I wonder if he’ll still have a role in the third installment. Pixeldrain
Could you make the clothed version?
 

sithsam

Member
Dec 7, 2021
151
2,107
319
You don't have permission to view the spoiler content. Log in or register now.
Here are the files with compressed audio (AAC 192k):

------

@GuyStahl, Your order is ready . By the way, could anyone tell me which software to use to compress audio? Earlier, I followed others' suggestions and compressed all my original audio files. But the damn CapCut actually decompressed them when generating the video. Now I need to compress the video again after generating it—this should be the right way, right? Pixeldrain
I am using FFMPEG as it is simplest to use for batches of videos. Specifically I am just using this basic command to compress the audio to aac 192k which is probably the most universal audio encoder (you could also change to using other newer stuff like Opus though they aren't quite as universally supported)
ffmpeg -i "$input_file" -c:v copy -c:a aac -b:a 192k -ac 2 "$output_file"
In case you prefer the work flow of just clicking a script vs using a gui like already mentioned above, here are 2 versions of a script I use:
You don't have permission to view the spoiler content. Log in or register now.
 

21488716

Newbie
Apr 9, 2025
37
550
92
The script has run successfully. Thank you for your help. From today onwards, I will directly compress the videos I upload. This is exactly why I love the Pornographic forum —the comments here are always expressions of gratitude and useful suggestions, rather than arguments and complaints.
 
  • Like
Reactions: halite and sithsam

Ulqui210

Member
Nov 2, 2017
148
94
173
The script has run successfully. Thank you for your help. From today onwards, I will directly compress the videos I upload. This is exactly why I love the Pornographic forum —the comments here are always expressions of gratitude and useful suggestions, rather than arguments and complaints.
If you have the free time, having your magic work with a Kyrie Canaan set would be amazing. Yuffie as well
 

SyaoranLee

New Member
Jan 20, 2024
1
0
20
@GuyStahl, Your order is ready . By the way, could anyone tell me which software to use to compress audio? Earlier, I followed others' suggestions and compressed all my original audio files. But the damn CapCut actually decompressed them when generating the video. Now I need to compress the video again after generating it—this should be the right way, right? Pixeldrain
You can use LosslessCut software to losslessly merge the video clips you have dubbed together
 

21488716

Newbie
Apr 9, 2025
37
550
92
Here is today's update. This time, after exporting the video, I compressed the audio within it. I tested it using the VLC media player, and it played normally. From now on, there will no longer be cases where the player fails to recognize the audio.
 
5.00 star(s) 2 Votes