15.05.2021, 21:08
Hybrid creates the file with video Stream size : 0.00 Byte (0%) in "Passthrough" video mode.
Hybrid creates video Stream size 0 Byte
|
15.05.2021, 21:08
Hybrid creates the file with video Stream size : 0.00 Byte (0%) in "Passthrough" video mode.
15.05.2021, 21:31
According to the debug output Hybrid uses:
"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -analyzeduration 200M -probesize 200M -i "H:\!_Video\Video_Mus\Jennifer Rush\25 Lovers (ARD. Musikladen. 03.05.1984).ts" -map 0:0 -vcodec copy -an -sn -map_metadata -1 -metadata encoding_tool="Hybrid 2021.05.02.1" -r 50/1 -bsf:v h264_mp4toannexb,filter_units=remove_types=6 "C:\Windows\Temp\25 Lovers (ARD. Musikladen. 03.05.1984)_2021-05-15@23_00_56_2410_10.264" The extraction doe snot show any errors: ffmpeg version N-101660-ge4753b731e-g288ca1c667+4 Copyright (c) 2000-2021 the FFmpeg developers For the muxing call Hybrid uses the following inputs:
"C:\Program Files\Hybrid\64bit\mkvmerge.exe" --ui-language en -o "H:\!_Video\Video_Mus\Jennifer Rush\25 Lovers (ARD. Musikladen. 03.05.1984).mkv" --global-tags "C:\Windows\Temp\25 Lovers (ARD. Musikladen. 03.05.1984)_2021-05-15@23_00_56_2410__11.xml" -d 0 --default-track 0:yes --default-duration "0:50/1fps" --aspect-ratio-factor 0:1 --fourcc 0:MP4V --no-chapters --compression -1:none --forced-track 0:yes --no-audio --no-subtitles "C:\Windows\Temp\25 Lovers (ARD. Musikladen. 03.05.1984)_2021-05-15@23_00_56_2410_10.264" --language 0:de --default-track 0:yes --sync 0:100 --forced-track 0:no -a 0 --compression -1:none --no-video --no-subtitles --no-chapters "C:\Windows\Temp\iId_1_aid_5312_lang_de_DELAY_100ms_2021-05-15@23_00_56_2410_02.flac" --language 0:de --default-track 0:no --sync 0:4 --forced-track 0:no -a 0 --compression -1:none --no-video --no-subtitles --no-chapters "C:\Windows\Temp\iId_2_aid_5316_lang_de_DELAY_4ms_2021-05-15@23_00_56_2410_05.flac" --language 0:de --default-track 0:no --sync 0:100 --forced-track 0:no -a 0 --compression -1:none --no-video --no-subtitles --no-chapters "C:\Windows\Temp\iId_3_aid_5312_lang_de_DELAY_100ms_2021-05-15@23_00_56_2410_08.flac" to multiplex those files into an mkv container. Mkvmerge does report that it parses the input files and that it opens the files: 'C:\Windows\Temp\iId_3_aid_5312_lang_de_DELAY_100ms_2021-05-15@23_00_56_2410_08.flac': Using the demultiplexer for the format 'FLAC'. Hybrid checks that the output files \!_Video\Video_Mus\Jennifer Rush\25 Lovers (ARD. Musikladen. 03.05.1984).mkv (47.0674 MB) was created and since mkvmerge doesn't report any issues. From the looks of it, it seems like mkvmerge simply ignores the video stream, but doesn't seem to report that it skipped the video. Sadly without any info from mkvmerge what is happening I can't really do anything about it. -> You can try whether enabling Config->Containers.>FFmpeg for .mkv muxing helps with the issue. Cu Selur
15.05.2021, 21:55
Quote:You can try whether enabling Config->Containers.>FFmpeg for .mkv muxing helps with the issue.Well, I enable it. Quote:Adding additional muxing calls, since ffmpeg can't handle raw H.264 video properly. Quote:muxing crashed: ERROR: H:\!_Video\Video_Mus\Jennifer Rush\25 Lovers (ARD. Musikladen. 03.05.1984).mkv was not created!
15.05.2021, 23:48
If set audio and video both "Passthrough", Hybrid converts input audio in to PCM.
16.05.2021, 15:54
About the crash:
Hybrid calls: "C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -r 50/1 -itsoffset 00:00:00.100 -i "C:\Windows\Temp\25 Lovers (ARD. Musikladen. 03.05.1984)_2021-05-15@23_47_24_2910_10.mkv" -i "C:\Windows\Temp\iId_1_aid_5312_lang_de_DELAY_100ms_2021-05-15@23_47_24_2910_02.flac" -i "C:\Windows\Temp\iId_2_aid_5316_lang_de_DELAY_4ms_2021-05-15@23_47_24_2910_05.flac" -i "C:\Windows\Temp\iId_3_aid_5312_lang_de_DELAY_100ms_2021-05-15@23_47_24_2910_08.flac" -vcodec copy -acodec copy -metadata encoding_tool="Hybrid 2021.05.02.1" -map 0:0 -map 1:0 -map 2:0 -map 3:0 -aspect 177778:100000 -r 50/1 "H:\!_Video\Video_Mus\Jennifer Rush\25 Lovers (ARD. Musikladen. 03.05.1984).mkv" ffmpeg version N-101660-ge4753b731e-g288ca1c667+4 Copyright (c) 2000-2021 the FFmpeg developers -> Are you sure your source file isn't damaged somehow? About "Hybrid converts input audio in to PCM.": According to the debug output "Config->Input->Extraction->Always extract audio to wav" is enabled. Cu Selur
16.05.2021, 19:23
Quote:About "Hybrid converts input audio in to PCM.": Thank you, this is was enabled. Quote:Are you sure your source file isn't damaged somehow? This file is normally played on software and hardware players. How can I check this file?
16.05.2021, 19:27
Play it for example with ffplay in a command line and see whether it reports any issues.
In case you enabled 'Config->Input->Decoding->Fix positive delay through ffmpeg' try whether it helps disabling it. Cu Selur
16.05.2021, 19:36
16.05.2021, 19:40
1. download ffplay (comes usually with ffmpeg) and extract it
2. open a Windows Command Prompt, change into the folder where you extracted ffplay to 3. call "ffplay PATH_TO_FILE"
16.05.2021, 19:48
(16.05.2021, 19:40)Selur Wrote: 1. download ffplay (comes usually with ffmpeg) and extract it [h264 @ 0000027cd1c50940] Increasing reorder buffer to 2 0B f=0/0 [h264 @ 0000027cd1c50940] co located POCs unavailable [h264 @ 0000027cd1c50940] Increasing reorder buffer to 3 Input #0, mpegts, from 'h:\!_Video\Video_Mus\Jennifer Rush\25 Lovers (ARD. Musikladen. 03.05.1984).ts': Duration: 00:03:32.16, start: 48429.454000, bitrate: 15567 kb/s Program 10350 Stream #0:0[0x14bf]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, progressive), 1280x720 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn, 100 tbc Stream #0:1[0x14c4](deu): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, stereo, fltp, 384 kb/s Stream #0:2[0x14c0](deu): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, fltp, 192 kb/s [h264 @ 0000027cd1c897c0] co located POCs unavailable 0B f=0/0 48467.13 A-V: 0.015 fd= 1 aq= 51KB vq= 3460KB sq= 0B f=0/0 |
« Next Oldest | Next Newest »
|