09.07.2021, 22:22
Quote:if not add to the queue, you mean here keeps empty?Yes, you don't need to configure the subtitles anywhere in Hybrid aside from the custom section.
[HELP] after encoding ass into mp4, but there is no subtitle at all
|
09.07.2021, 22:22
Quote:if not add to the queue, you mean here keeps empty?Yes, you don't need to configure the subtitles anywhere in Hybrid aside from the custom section.
09.07.2021, 22:32
10.07.2021, 03:38
(09.07.2021, 22:32)ssdde Wrote: good, done, this time works. thank you. a new problem: after encoded full movie, it's very very lag when playing the encoded MP4, the 24fps movie seems only 12fps. don't know why, how to solve? but the good news is subtitles in picture are right. and before encoding, i have turn off any deinterlace settings. it's strange, using clip.mkv to encoding, it's good now, and clip.mkv is a small part of full movie mkv, encoding the full movie with full ass file, the encoded MP4 is very lag.
10.07.2021, 06:54
1st screenshot is from some unknown tool which reports some infos fo LAV Video Decoder, no clue what to do with that.
2nd screenshot shows that you disabled the automatic interlace/telecine handling. No clue why, since source is progressive, Hybrid would not deinterlace. So I got no useful information,... No clue what's happening, since you did not care to provide proper details. You should read the sticky ([INFO] Infos needed to fix&reproduce bugs,.. follow the steps if you want/need help. -> I would need a proper debug output which at least contains the analysis of the source and a the job processing, so that I know what you told Hybrid to do and what happened. If you can share a short sample with which the problem is reproducible that would also help, but usually a debug output and details of what you did is enough. Cu Selur
10.07.2021, 13:21
here is, by the way, the original MKV is with chapter information, how to make the encoded export mp4 file without any chapters, thanks.
wait, the debug file seems still modified, i'll send you later
10.07.2021, 13:24
Quote:here is, by the way, the original MKV is with chapter information, how to make the encoded export mp4 file without any chapters, thanks.Clear the entries in the Chapter-Queue (in the Chapter-tab). Disabling "Chapter->Import chapter on input change" will tell Hybrid not to import the chapters from the source. Quote:wait, the debug file seems still modified, i'll send you laterokay, so I'll ignore it,..
10.07.2021, 14:11
since i forget to close the previous encoded MP4 file in Potplayer, cause encode fail, so i re-encode again.
10.07.2021, 17:45
General side notes for improvement:
a. if your graphics card isn't too old and can decode the content you rencode setting 'Vapoursynth->Misc->Source->Libav hardware decoding mode' to a value > 0 (read sticky) might speed-up general processing b. I would recommend to change the location of the temp folder, so one can easier have an eye on it. -- Looking at the debug output: - audio encoding call looks normal. - Vapoursynth script seem okay - video encoding looks okay (while I would never use 'ultrafast' ) - muxing call looks fine -> don't see any reason why the output shouldn't play properly with a normal player. From the looks of it everything is properly flagged. Vapoursynth doesn't remove or add frames and uses 'AssmueFPS' to make sure the output is reported as 24fps. video encoding uses: --fps 24/1 muxing used: video:fps=24 Since you didn't include the analysis of the source in the debug output I assume the input also has 24fps so that should be correct. -> have you tried another player like MPC-HC or VLC to be sure this isn't an issue with the player you are using? Cu Selur
10.07.2021, 18:06
i found the problem. i clear the entries in the Chapter-Queue, re-encode once, the FPS got normal. so it must be the chapter cause FPS drop half.
when encoding MP4 without chapters, the encoded MP4 file is OK now. So here's the new problem, if i want to encode MP4 with chapters in future, how? since before encode MP4 with chapters the FPS will drop half. Can i send you the original MKV with chapters for you to research? it's about 18GB, 20 chapters. you can have a try to see whether you get FPS drop.
10.07.2021, 18:18
Video consist of 156784 frames (this is the frame count x264 reports at the end of the encoding), with a frame rate of 24fps that is 156784/24 seconds ~ 6533 seconds ~ 103min so 1:43hrs.
The chapter times also look fine: CHAPTER01=00:00:00.000 Since I always encode to mp4 with chapters enabled, I doubt this is a general bug. -> Have you tried another player, like I asked you to? Cu Selur |
« Next Oldest | Next Newest »
|