Posts: 13
Threads: 2
Joined: Oct 2020
(18.10.2020, 11:23)Bolt Wrote: (18.10.2020, 09:08)Selur Wrote: Send you a link to a dev version which should fix at least the encoder of the video problem.
(old jobs need to be deleted)
Cu Selur
ok sir, thanks a lot. I will try and respond.
sir, I have started encoding and till now done 40% and no problem at all. will reply once finished.
thanks for help.
Posts: 13
Threads: 2
Joined: Oct 2020
(18.10.2020, 11:23)Bolt Wrote: (18.10.2020, 09:08)Selur Wrote: Send you a link to a dev version which should fix at least the encoder of the video problem.
(old jobs need to be deleted)
Cu Selur
ok sir, thanks a lot. I will try and respond.
sir,good morning.
encoding finished but the mkv was marginally cut from the right border and that cut portion was appearing to the left of left border of the video. moreover, the video and audio were not in sync. plz help. debug report attached herewith
Posts: 10.981
Threads: 57
Joined: May 2017
Quote:but the mkv was marginally cut from the right border and that cut portion was appearing to the left of left border of the video
Crop parameters are either set by the user or detected via auto-crop, but the user still should check those.
According to the log Hybrid is told to crop to "crop=702:480:6:0" and resize to "scale=1580:1080"
-> check your crop settings, not a bug in Hybrid
Looking at what Hybrid does:
- extract audio using:
"C:\Program Files\Hybrid\64bit\mplayer.exe" -v -mc 0 -vc dummy -nocorrect-pts -noconsolecontrols -nocorrect-pts -vc null -vo null -nocache -hardframedrop -aid 128 dvd://1 -dvd-device "D:\ripped\VIDEO_TS" -dumpaudio -dumpfile "C:\Users\SNEHA-DAKSH\AppData\Local\Temp\iId_1_aid_128_lang_hi_2020-10-18@16_27_47_6410_01.ac3"
which creates:
C:\Users\SNEHA-DAKSH\AppData\Local\Temp\iId_1_aid_128_lang_hi_2020-10-18@16_27_47_6410_01.ac3 (199.258 MB)
(side note: you might want to change your temp folder)
- reencode the audio using:
"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -threads 6 -i "C:\Users\SNEHA-DAKSH\AppData\Local\Temp\iId_1_aid_128_lang_hi_2020-10-18@16_27_47_6410_01.ac3" -b:a 128k -ar 48000 -f mp3 -channel_layout mono "C:\Users\SNEHA-DAKSH\AppData\Local\Temp\iId_1_aid_128_lang_hi_2020-10-18@16_27_47_6410_02.mp3"
which creates:
C:\Users\SNEHA-DAKSH\AppData\Local\Temp\iId_1_aid_128_lang_hi_2020-10-18@16_27_47_6410_02.mp3 (132.84 MB)
- reencode the video using:
"C:\Program Files\Hybrid\64bit\mencoder.exe" -ovc raw -noskip -vf scale,format=i420,crop=702:480:6:0,scale,format=i420,scale=1580:1080,scale,format=i420 -sws 10 -forcedsubsonly -nosub -nosound -mc 0 -lavdopts threads=6 -really-quiet -of rawvideo -o - -dvd-device "D:\ripped\VIDEO_TS" dvd://1 | "C:\Program Files\Hybrid\64bit\ffmpeg.exe" -loglevel fatal -noautorotate -nostdin -threads 6 -an -sn -s 1580x1080 -f rawvideo -i - -f yuv4mpegpipe - | "C:\Program Files\Hybrid\64bit\x265.exe" --input - --output-depth 10 --y4m --profile main10 --level-idc 5.1 --limit-modes --no-early-skip --no-open-gop --opt-ref-list-length-pps --lookahead-slices 0 --crf 15.00 --opt-qp-pps --cbqpoffs -2 --crqpoffs -2 --limit-refs 0 --ssim-rd --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --aq-mode 0 --vbv-maxrate 160000 --vbv-bufsize 160000 --deblock=-1:-1 --limit-sao --no-repeat-headers --range limited --colormatrix bt470bg --output "C:\Users\SNEHA-~1\AppData\Local\Temp\2020-10-18@16_27_47_6410_04.265"
- mux audio&video using:
[ode]"C:\Program Files\Hybrid\64bit\mkvmerge.exe" --ui-language en -o "D:\ripped\123.mkv" --global-tags "C:\Users\SNEHA-DAKSH\AppData\Local\Temp\123_2020-10-18@16_27_47_6410__05.xml" -d 0 --default-track 0:yes --default-duration 0:30000/1001fps --aspect-ratio-factor 0:8/9 --no-chapters --compression -1:none --forced-track 0:yes --no-audio --no-subtitles "C:\Users\SNEHA-~1\AppData\Local\Temp\2020-10-18@16_27_47_6410_04.265" --language 0:hi --default-track 0:yes --forced-track 0:no -a 0 --compression -1:none --no-video --no-subtitles --no-chapters "C:\Users\SNEHA-DAKSH\AppData\Local\Temp\iId_1_aid_128_lang_hi_2020-10-18@16_27_47_6410_02.mp3"[/code]
What does look wrong is that the video call does not contain IVTC or deinterlacing and the video encoding call isn't interlaced.
-> seems like there is still a bug, will look into it later today and report back
Cu Selur
Posts: 10.981
Threads: 57
Joined: May 2017
19.10.2020, 14:32
(This post was last modified: 19.10.2020, 14:35 by Selur.)
I need a debug output of the job creation, since I can't recreate this here.
-> forget it, I found a way to reproduce the problem.
I'll look into it.
Cu Selur
Posts: 13
Threads: 2
Joined: Oct 2020
(19.10.2020, 14:32)Selur Wrote: I need a debug output of the job creation, since I can't recreate this here.
-> forget it, I found a way to reproduce the problem.
I'll look into it.
Cu Selur
ok, I will wait.
Posts: 10.981
Threads: 57
Joined: May 2017
Send you a link to a new dev version via PM (jobs need to be recreated).
Cu Selur
Posts: 13
Threads: 2
Joined: Oct 2020
(19.10.2020, 17:24)Selur Wrote: Send you a link to a new dev version via PM (jobs need to be recreated).
Cu Selur
ok sir, I will try.
(19.10.2020, 18:33)Bolt Wrote: (19.10.2020, 17:24)Selur Wrote: Send you a link to a new dev version via PM (jobs need to be recreated).
Cu Selur
ok sir, I will try.
job finishes before video encoding starts!
sending the debug report,sir.
(19.10.2020, 18:33)Bolt Wrote: (19.10.2020, 17:24)Selur Wrote: Send you a link to a new dev version via PM (jobs need to be recreated).
Cu Selur
ok sir, I will try.
(19.10.2020, 18:33)Bolt Wrote: (19.10.2020, 17:24)Selur Wrote: Send you a link to a new dev version via PM (jobs need to be recreated).
Cu Selur
ok sir, I will try.
job finishes before video encoding starts!
sending the debug report,sir.
sir, are my settings for x265 ok or is there something wrong on my part or is there issue in dev version.