Selur's Little Message Board

Full Version: batch processing, video stream not switched
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
latest version . clean install

input 3 test files with   different lengh  (13s 14s 16s )  avc 1 - transcode to h.265 nvenc
but after encoding i get 3 files  with right names  but with same content from 1 file 13s lengh  and some tmp file in output folder like

_libgpac_15668_000002b2a32d61e0_000002b2a32d6ea0.tmp

Code:
This log is only intended for user information. It should not be part of a bug/problem report!! Hybrid: homepage Forum: public forum Regarding problems please read: needed infos Donate: via PayPal This log is only intended for user information. It should not be part of a bug/problem report!! Detected NVIDIA PureVideo compatible cards: NVIDIA GeForce GTX 1660     Avisynth+ is available,..     Vapoursynth is available,.. Current defaultOutputPath: is empty! -> Set it under Config->Path Finished startup, finished after 3.073s Loading: C:\Users\Admin\AppData\Roaming\hybrid\profiles\global\My_Nvenc_BAse_1.xml Finished loading GlobalProfil C:\Users\Admin\AppData\Roaming\hybrid\profiles\global\My_Nvenc_BAse_1.xml, after 0.031s Filtering input files,.. Analysing 3 input files,... Analyzing '001.mp4'. Checking a/v ids with FFMpeg VideoAnalyser,... Grabbing audio ids for F:\Work\Video\Transcoding\Temp2\001.mp4. -> Found the following audio ids: 0 Analyzing audio streams,...   Analyzing audio stream with id '0'.    Analyzing audio stream with MPlayer AudioAnalyser for id '0',...    Grabbing audio data and delay infos,... Grabbing video ids,...   -> Video ids found: 0 Analyzing video streams...   Analyzing video stream (0). -> Forcing time code extraction, since input is detected as vfr! Analyzing '002.mp4'. Checking a/v ids with FFMpeg VideoAnalyser,... Grabbing audio ids for F:\Work\Video\Transcoding\Temp2\002.mp4. Grabbing video ids,...   -> Video ids found: 0 Analyzing video streams...   Analyzing video stream (0). Analyzing '003.mp4'. Checking a/v ids with FFMpeg VideoAnalyser,... Grabbing audio ids for F:\Work\Video\Transcoding\Temp2\003.mp4. -> Found the following audio ids: 0 Analyzing audio streams,...   Analyzing audio stream with id '0'.    Analyzing audio stream with MPlayer AudioAnalyser for id '0',...    Grabbing audio data and delay infos,... Grabbing video ids,...   -> Video ids found: 0 Analyzing video streams...   Analyzing video stream (0). starting auto routines for source number: 1 -> finished auto routines for source number: 1 starting auto routines for source number: 2 -> finished auto routines for source number: 2 starting auto routines for source number: 3 No input color matrix found, guessing by format and resolution,..   selecting 'bt709' since width*height and TV scale > 720*576. -> Assuming color matrix to be: bt709 -> finished auto routines for source number: 3 Input is completely analysed,... Creating jobs for 3 sources -> Creating jobs for source: (1) -> Generating calls for: K:\Avi\001.mp4   adding NVEnc calls for source: 1   createJobs for K:\Avi\001.mp4    creating audio subjobs,...    creating attachment extraction subjobs    creating video subjobs    creating muxing subjobs    optimizing the subJobs -> finished creating subjobs for current source   added new job with id 2021-04-06@16_22_15_3510 -> Creating jobs for source: (2) -> Generating calls for: K:\Avi\002.mp4   adding NVEnc calls for source: 2   createJobs for K:\Avi\002.mp4    creating attachment extraction subjobs    creating video subjobs    creating muxing subjobs    optimizing the subJobs -> finished creating subjobs for current source   added new job with id 2021-04-06@16_22_15_4121 -> Creating jobs for source: (3) -> Generating calls for: K:\Avi\003.mp4   adding NVEnc calls for source: 3   createJobs for K:\Avi\003.mp4    creating attachment extraction subjobs    creating video subjobs    creating muxing subjobs    optimizing the subJobs -> finished creating subjobs for current source   added new job with id 2021-04-06@16_22_15_4632 starting 2021-04-06@16_22_15_3510_01_audio@16:22:18.854 - K:\Avi\001.mp4 finished after 00:00:00.086 starting 2021-04-06@16_22_15_3510_02_audio@16:22:18.946 - K:\Avi\001.mp4 finished after 00:00:00.178 delete K:\Avi\iId_1_aid_0_lang_en_DELAY_-43ms_2021-04-06@16_22_15_3510_01.aac starting 2021-04-06@16_22_15_3510_04_video@16:22:19.132 - K:\Avi\001.mp4 finished after 00:00:03.621 starting 2021-04-06@16_22_15_3510_06_muxing@16:22:22.761 - K:\Avi\001.mp4 finished after 00:00:00.159 delete K:\Avi\001_2021-04-06@16_22_15_3510_04.265 delete K:\Avi\iId_1_aid_0_lang_en_ms_2021-04-06@16_22_15_3510_02.aac Job 2021-04-06@16_22_15_3510 finished! starting 2021-04-06@16_22_15_4121_01_video@16:22:22.943 - K:\Avi\002.mp4 finished after 00:00:03.623 starting 2021-04-06@16_22_15_4121_02_muxing@16:22:26.572 - K:\Avi\002.mp4 finished after 00:00:00.130 delete K:\Avi\002_2021-04-06@16_22_15_4121_01.265 Job 2021-04-06@16_22_15_4121 finished! starting 2021-04-06@16_22_15_4632_01_video@16:22:26.720 - K:\Avi\003.mp4 finished after 00:00:03.595 starting 2021-04-06@16_22_15_4632_02_muxing@16:22:30.320 - K:\Avi\003.mp4 finished after 00:00:00.134 delete K:\Avi\003_2021-04-06@16_22_15_4632_01.265 Job 2021-04-06@16_22_15_4632 finished!
Quote:This log is only intended for user information. It should not be part of a bug/problem report!!
Angel
-> read sticky, provide proper details
Quote:and some tmp file in output folder like

_libgpac_15668_000002b2a32d61e0_000002b2a32d6ea0.tmp
sounds like there is some muxing issue,..
windows 10 x64 . Hybrid latest update from this day , previous version with same settings work ok , reproduced on any files  , encoding first file  ok
Okay, debug output helped to know where I have to look.
-> will look at it and report back

Cu Selur
Found the cause of the problem and fixed the problem in the source code.
-> will send you a link to a dev version for testing in ~30min (after I have build, packaged and uploaded the new build) via pm.

Cu Selur

Ps.: renamed the title of this thread and send you a link
test version is ok , tmp files stil present
Are those new tmp files or the old ones?
new tmp with size of encoded file  on every encoded file ,   temp path to outputh path enabled
Seems to be not a bug in Hybrid but in MP4Box.
-> will report to the mp4box/gpac team.
(see: https://github.com/gpac/gpac/issues/1732)

Cu Selur

Ps.: will report back once the mp4box/gpac team replies. Smile
GPAC authors fixed the issue.
-> replacing the Hybrid/64bit/MP4Box.exe with the one attached should fix the issue

Cu Selur
Pages: 1 2