Announcement

Collapse
No announcement yet.

Audio glitch in DVD Creation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Audio glitch in DVD Creation

    I tried to create a DVD from a mp4(h265/AAC) source into a DVD folder.
    The process completed successfully.

    Unfortunately, there is an audio glitch (or more, I haven't checked the full result) in the output.

    The audio track is an amateur recording of an harmonic orchestra. This accounts for a very wide dynamic range with nearly no audio post processing. So audio clipping is definitely a possibility.

    Code:
    convert work begin(1/1)  ------------------ 
     7m 10.83s: create config(dvdcreator)
     7m 10.84s: info: crop value after clone: left = 0 right= 0 top=0 bottom=0 enable=0 mode=0
     7m 10.84s: info: use profile(DVD_VOB)
     7m 10.84s: info: file (.mp4)
     7m 10.85s: info: 3D working_mode(disable), 3D format(sbs_lef_right) 
     7m 10.86s: info: stream input@ Video(1)[codec(hevc) size(720*404) fps(30000/1001) interlace(0) duration(5332)sec opcode(compress)]
     7m 10.86s: info: set output video frame_rate(30000/1001)
     7m 10.86s: info: stream output Video(1)[codec(mpeg2video) size(720*480) fps(30000/1001) interlace(0) bitrate(6221) duration(5332)sec]
     7m 10.87s: info: stream input@ Audio(2)[codec(aac) channels(2) sample(48000) bitrate(166159) bitdepth(16) opcode(compress)]
     7m 10.88s: info: stream output Audio(2)[codec(ac3) channels(2) sample(48000) bitrate(192000) bitdepth(16) opcode(compress)]
     7m 10.88s: info: SubMode(Remux) -- Display Only forced Subtitle(false) 
     7m 10.89s: UILog:MsgWork:WorkStatus_Start
    65m 02.82s: 
    
    39m 28.00s: write vts bup Z:/DVDFab/DVD/HE - Noel 2014/VIDEO_TS/VTS_01_0.IFO.
    39m 28.03s: write vts bup Z:/DVDFab/DVD/HE - Noel 2014/VIDEO_TS/VTS_01_0.BUP.
    39m 28.03s: write vmg ifo Z:/DVDFab/DVD/HE - Noel 2014/VIDEO_TS/VIDEO_TS.IFO.
    39m 28.03s: write vmg bup Z:/DVDFab/DVD/HE - Noel 2014/VIDEO_TS/VIDEO_TS.BUP.
    39m 29.06s: UILog:MsgWork:current work finish : 3
    39m 29.06s: UILog:Run Work to end.
    58m 09.40s: 
    ------ process exit ------
Working...
X