pulverize icon indicating copy to clipboard operation
pulverize copied to clipboard

Audio pauses introduced in ouput video file.

Open gtsop opened this issue 6 years ago • 4 comments

Very short audio pauses (we're talking about miliseconds) are introduced into the output file every 1-2 seconds in a 17sec rendered video.

Pulverize was set up as instructed in the README file (using the php version). The following command was used:

pulverize spot.blend 8

System info

OS     : Manjaro Linux
Kernel : 4.17
CPU    : i7-4790K
RAM    : 16GB
GPU    : Nvidia GTX 770

Blender info

Blender  : 2.79 (sub 4)
Output   : FFmpeg video | RGB
Encoding :
    Contain        : MPEG-4
    Video Coded    : H.264
    Output quality : Lowest quality
    Encoding speed : Realtime
    Audio Codec    : MP3
    Bitrate        : 192

Is there anything I can change to make this work?

gtsop avatar Jun 19 '18 19:06 gtsop

actually, the pauses occur where the split takes place. I see you have an i7. 17/8 = 2.125.

I solved this by exporting the audio separately and then joining it with FFmpeg. It is actually just a workaround.

FraYoshi avatar Jun 25 '18 04:06 FraYoshi

actually, the pauses occur where the split takes place. I see you have an i7. 17/8 = 2.125.

Exactly my initial thoughts, but wouldn't everyone have the same problem? Anyway, if your fix is working we could automate it by providing an extra option into the parameter JSON

gtsop avatar Jun 25 '18 11:06 gtsop

Hmm. That's a smart workaround. Maybe pulverize should be doing that. Are you rendering audio directly from blender? And is it fast?

hperrin avatar Jun 26 '18 16:06 hperrin

Btw, this problem only happens on certain codecs. I've never had this problem on the recommended codecs (in the readme).

hperrin avatar Jun 26 '18 16:06 hperrin