This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Subtitle Tagging & MP4's
#11
(11.08.2021, 18:46)alhobart Wrote:
(11.08.2021, 15:49)Selur Wrote: Send you a link to my current dev version which might already fix this.
If it doesn't please create another debug output of the job processing with that version.
Thanks.

Cu Selur

Great, thanks! I'll let you know.

OK, it crashed, but it I think it crashed before writing the final video file.  It left the temp video file and it was fully functional.  Attached is the debug log.

Thank you.
Reply
#12
what output do you get when you call:
"C:\Program Files\Hybrid\64bit\MP4Box.exe" -add "C:\Users\paul__000\AppData\Local\Temp\The Return of the King (1980) - 4K-subs_new_2021-08-11@15_35_51_6610_07.264"#video:fps=30000/1001:name="264@GPAC1.1.0-DEV-rev1089-gb4d25ac3b-ab-suite":lang="" -brand avc1 -add "C:\Users\paul__000\AppData\Local\Temp\iId_1_aid_0_lang_en_2021-08-11@15_35_51_6610_01.ac3"#audio:name="AC3 2.0 (Original Mono)":lang="en" -add "C:\Users\paul__000\AppData\Local\Temp\iId_2_aid_1_lang_en_2021-08-11@15_35_51_6610_02.ac3"#audio:name="AC3 2.0 (Normalized Mono)":lang="en" -add "C:\Users\paul__000\AppData\Local\Temp\iId_3_aid_2_lang_en_2021-08-11@15_35_51_6610_03.ac3"#audio:name="AC3 2.0 (Pseudo Stereo)":lang="en" -chap "C:\Users\PAUL__~1\AppData\Local\Temp\2021-08-11@15_35_51_6610__08.chp" -add "C:\Users\paul__000\AppData\Local\Temp\2021-08-11@15_35_51_6610_04_lang_en.ttxt":name="":lang="en" -add "C:\Users\paul__000\AppData\Local\Temp\2021-08-11@15_35_51_6610_05_lang_fr.ttxt":name="":lang="fr" -add "C:\Users\paul__000\AppData\Local\Temp\2021-08-11@15_35_51_6610_06_lang_es.ttxt":name="":lang="es" -cprt "1980 Rankin/Bass Productions, Inc." -itags name="The Return Of The King":comment="DVD Upscaled to 4K (Video Enhance AI V2.3.0)":genre="Fantasy (Animated)":cover="G:\4G Data HD Backup\Data backup\Paul's Backup\Downloads\Tolkein\Movies\Animated Movies\The Return of the King (1980)\VIDEO_TS\2168return-of-the-king_scan_hires.jpg":tool="Hybrid 2021.08.09.1" -tmp "C:\Users\paul__000\AppData\Local\Temp" -new "F:\Users\paul__000\Videos\Return of the King DVDRip\Upscale - Final - 1\2021-08-11@15_35_51_6610__09.mp4"
in a Windows Command Prompt?
The debug output shows that the crash happens during this call.
From the looks of it it crashs while writing the output file,...

Cu Selur
Reply
#13
(12.08.2021, 05:25)Selur Wrote: what output do you get when you call:
"C:\Program Files\Hybrid\64bit\MP4Box.exe" -add "C:\Users\paul__000\AppData\Local\Temp\The Return of the King (1980) - 4K-subs_new_2021-08-11@15_35_51_6610_07.264"#video:fps=30000/1001:name="264@GPAC1.1.0-DEV-rev1089-gb4d25ac3b-ab-suite":lang="" -brand avc1 -add "C:\Users\paul__000\AppData\Local\Temp\iId_1_aid_0_lang_en_2021-08-11@15_35_51_6610_01.ac3"#audio:name="AC3 2.0 (Original Mono)":lang="en" -add "C:\Users\paul__000\AppData\Local\Temp\iId_2_aid_1_lang_en_2021-08-11@15_35_51_6610_02.ac3"#audio:name="AC3 2.0 (Normalized Mono)":lang="en" -add "C:\Users\paul__000\AppData\Local\Temp\iId_3_aid_2_lang_en_2021-08-11@15_35_51_6610_03.ac3"#audio:name="AC3 2.0 (Pseudo Stereo)":lang="en" -chap "C:\Users\PAUL__~1\AppData\Local\Temp\2021-08-11@15_35_51_6610__08.chp" -add "C:\Users\paul__000\AppData\Local\Temp\2021-08-11@15_35_51_6610_04_lang_en.ttxt":name="":lang="en" -add "C:\Users\paul__000\AppData\Local\Temp\2021-08-11@15_35_51_6610_05_lang_fr.ttxt":name="":lang="fr" -add "C:\Users\paul__000\AppData\Local\Temp\2021-08-11@15_35_51_6610_06_lang_es.ttxt":name="":lang="es" -cprt "1980 Rankin/Bass Productions, Inc." -itags name="The Return Of The King":comment="DVD Upscaled to 4K (Video Enhance AI V2.3.0)":genre="Fantasy (Animated)":cover="G:\4G Data HD Backup\Data backup\Paul's Backup\Downloads\Tolkein\Movies\Animated Movies\The Return of the King (1980)\VIDEO_TS\2168return-of-the-king_scan_hires.jpg":tool="Hybrid 2021.08.09.1" -tmp "C:\Users\paul__000\AppData\Local\Temp" -new "F:\Users\paul__000\Videos\Return of the King DVDRip\Upscale - Final - 1\2021-08-11@15_35_51_6610__09.mp4"
in a Windows Command Prompt?
The debug output shows that the crash happens during this call.
From the looks of it it crashs while writing the output file,...

Cu Selur
I will try later tonight, but that makes sense because it appears that the temp file had all the tags, audio streams, subtitles and chapters. It looked like all Hybrid needed to do was either copy it over to the final name and delete the temp file.  

Thank you.
Reply
#14
(13.08.2021, 01:05)alhobart Wrote:
(12.08.2021, 05:25)Selur Wrote: what output do you get when you call:
"C:\Program Files\Hybrid\64bit\MP4Box.exe" -add "C:\Users\paul__000\AppData\Local\Temp\The Return of the King (1980) - 4K-subs_new_2021-08-11@15_35_51_6610_07.264"#video:fps=30000/1001:name="264@GPAC1.1.0-DEV-rev1089-gb4d25ac3b-ab-suite":lang="" -brand avc1 -add "C:\Users\paul__000\AppData\Local\Temp\iId_1_aid_0_lang_en_2021-08-11@15_35_51_6610_01.ac3"#audio:name="AC3 2.0 (Original Mono)":lang="en" -add "C:\Users\paul__000\AppData\Local\Temp\iId_2_aid_1_lang_en_2021-08-11@15_35_51_6610_02.ac3"#audio:name="AC3 2.0 (Normalized Mono)":lang="en" -add "C:\Users\paul__000\AppData\Local\Temp\iId_3_aid_2_lang_en_2021-08-11@15_35_51_6610_03.ac3"#audio:name="AC3 2.0 (Pseudo Stereo)":lang="en" -chap "C:\Users\PAUL__~1\AppData\Local\Temp\2021-08-11@15_35_51_6610__08.chp" -add "C:\Users\paul__000\AppData\Local\Temp\2021-08-11@15_35_51_6610_04_lang_en.ttxt":name="":lang="en" -add "C:\Users\paul__000\AppData\Local\Temp\2021-08-11@15_35_51_6610_05_lang_fr.ttxt":name="":lang="fr" -add "C:\Users\paul__000\AppData\Local\Temp\2021-08-11@15_35_51_6610_06_lang_es.ttxt":name="":lang="es" -cprt "1980 Rankin/Bass Productions, Inc." -itags name="The Return Of The King":comment="DVD Upscaled to 4K (Video Enhance AI V2.3.0)":genre="Fantasy (Animated)":cover="G:\4G Data HD Backup\Data backup\Paul's Backup\Downloads\Tolkein\Movies\Animated Movies\The Return of the King (1980)\VIDEO_TS\2168return-of-the-king_scan_hires.jpg":tool="Hybrid 2021.08.09.1" -tmp "C:\Users\paul__000\AppData\Local\Temp" -new "F:\Users\paul__000\Videos\Return of the King DVDRip\Upscale - Final - 1\2021-08-11@15_35_51_6610__09.mp4"
in a Windows Command Prompt?
The debug output shows that the crash happens during this call.
From the looks of it it crashs while writing the output file,...

Cu Selur
I will try later tonight, but that makes sense because it appears that the temp file had all the tags, audio streams, subtitles and chapters. It looked like all Hybrid needed to do was either copy it over to the final name and delete the temp file.  

Thank you.

 Here is what I got:

[AVC|H264] Possible Variable Frame Rate: VUI "fixed_frame_rate_flag" absent
Track Importing MPEG-4 AVC - Width 2880 Height 2160 FPS 30000/1001
AVC|H264 Import results: 174429 samples (377935 NALUs) - Slices: 14537 I 159893 P 0 B - 4 SEI - 14536 IDR
The given code is not a valid one: , using 'und' as 3-letter code
Track Importing AC-3 - SampleRate 48000 Num Channels 1
Track Importing AC-3 - SampleRate 48000 Num Channels 1
Track Importing AC-3 - SampleRate 48000 Num Channels 2
Track Importing Timed Text - Text track 2304 x 432 font Serif (size 18) layer 0
Track Importing Timed Text - Text track 2304 x 432 font Serif (size 18) layer 0
Track Importing Timed Text - Text track 2304 x 432 font Serif (size 18) layer 0
[Chapter import] Guessed video frame rate 30000/1001
Saving F:\Users\paul__000\Videos\Return of the King DVDRip\Upscale - Final - 1\2021-08-11@15_35_51_6610__09.mp4: 0.500 secs Interleaving


It wrote that temp file in the final line above, which is where Hybrid seems to stop.  No errors showed up, the very next line that I cut off is just the "C:" prompt waiting for another command.

Edit: To clarify my last sentence, the line you gave me to put into the Command Prompt window wrote the *.mp4 file that is shown at the end, above. When I said "Hybrid seems to stop" I meant that the point above is about the the same point that Hybrid seems to stop and is not able to write the finished file and does not delete the temp file, the above output was not from Hybrid but what you had me place into the Command Prompt window.

I hope this helps.  Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)