27.03.2018, 05:33
Okay,... mal gucken was passiert:
1. Audio stream wird extrahiert
-> "C:\Users\Tobias\AppData\Local\Temp\iId_3_aid_0_lang_de_23_26_22_2010_01.aac" (150.474 MB) wird erstellt.
2. Vapoursynth script wird erstellt:
Soweit so gut. (C:\Users\Tobias\AppData\Local\Temp\encodingTempSynthSkript_23_26_22_2010.vpy)
3. Video wird encoded:
"C:\Users\Tobias\AppData\Local\Temp\Zoo_23_26_22_2010_03.265" (6138.79 MB) wird erstellt.
4. Chapterdatei wird erstellt:
Das siehtnicht richtig aus. Das da das erste Chapter mehrfach auftaucht.
Erstellt "C:\Users\Tobias\AppData\Local\Temp\23_26_22_2010__04.chp".
5. Alles wird zusammen gemuxed:
Hier wird abgebrochen.
-> Was passiert wenn Du den Aufruf in einer Windows Eingabeaufforderung aufrufst?
Cu Selur
1. Audio stream wird extrahiert
"F:\Programme\Hybrid\64bit\ffmpeg.exe" -y -threads 8 -i "F:\Pi\Filme\RenderMP4\Zoomania.mp4" -map 0:1 -vn -sn -acodec copy -map_metadata -1 -metadata handler_name="Hybrid 2018.02.18.1" "C:\Users\Tobias\AppData\Local\Temp\iId_3_aid_0_lang_de_23_26_22_2010_01.aac"
2. Vapoursynth script wird erstellt:
# Imports
import os
import sys
import vapoursynth as vs
core = vs.get_core()
# Import scripts folder
scriptPath = 'F:/Programme/Hybrid/64bit/vsscripts'
sys.path.append(os.path.abspath(scriptPath))
# Loading Plugins
core.std.LoadPlugin(path="F:/Programme/Hybrid/64bit/vsfilters/FrameFilter/Interframe/svpflow2_vs64.dll")
core.std.LoadPlugin(path="F:/Programme/Hybrid/64bit/vsfilters/FrameFilter/Interframe/svpflow1_vs64.dll")
core.std.LoadPlugin(path="F:/Programme/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/vslsmashsource.dll")
# Import scripts
import havsfunc
# Loading F:\Pi\Filme\RenderMP4\Zoomania.mp4 using LibavSMASHSource
clip = core.lsmas.LibavSMASHSource(source="F:/Pi/Filme/RenderMP4/Zoomania.mp4")
# making sure input color matrix is set as 709
clip = core.resize.Point(clip, matrix_in_s="709")
# making sure frame rate is set to 30
clip = core.std.AssumeFPS(clip, fpsnum=30, fpsden=1)
# Making sure input color range is set to TV (limited) range.
clip = core.std.SetFrameProp(clip=clip, prop="_ColorRange", intval=1)
# adjusting frame count with Interframe/SVP
clip = havsfunc.InterFrame(clip, Preset="fastest", NewNum=60, NewDen=1, GPU=True)
# Output
clip.set_output()
3. Video wird encoded:
"F:\Programme\Hybrid\64bit\Vapoursynth\vspipe.exe" "C:\Users\Tobias\AppData\Local\Temp\encodingTempSynthSkript_23_26_22_2010.vpy" - --y4m | "F:\Programme\Hybrid\64bit\NVEncC.exe" --y4m -i - --fps 60.000 --codec h265 --profile main --level auto --sar 1:1 --lookahead 16 --output-depth 8 --cbrhq 8000 --max-bitrate 240000 --gop-len 0 --bframes 0 --ref 3 --mv-precision Q-pel --cu-max 32 --cu-min 8 --output "C:\Users\Tobias\AppData\Local\Temp\Zoo_23_26_22_2010_03.265"
4. Chapterdatei wird erstellt:
[CHAPTER]
TIMEBASE=1/1000
START=0
END=0
title=1,2
[CHAPTER]
TIMEBASE=1/1000
START=0
END=0
title=44:22
[CHAPTER]
TIMEBASE=1/1000
START=0
END=0
title=44:22
[CHAPTER]
TIMEBASE=1/1000
START=0
END=0
title=Chapter 1
[CHAPTER]
TIMEBASE=1/1000
START=0
END=59
title=VBR
[CHAPTER]
TIMEBASE=1/1000
START=59
END=350
title=Chapter 2
[CHAPTER]
TIMEBASE=1/1000
START=350
END=605
title=Chapter 3
[CHAPTER]
TIMEBASE=1/1000
START=605
END=871
title=Chapter 4
[CHAPTER]
TIMEBASE=1/1000
START=871
END=1104
title=Chapter 5
[CHAPTER]
TIMEBASE=1/1000
START=1104
END=1563
title=Chapter 6
[CHAPTER]
TIMEBASE=1/1000
START=1563
END=1857
title=Chapter 7
[CHAPTER]
TIMEBASE=1/1000
START=1857
END=2227
title=Chapter 8
[CHAPTER]
TIMEBASE=1/1000
START=2227
END=2443
title=Chapter 9
[CHAPTER]
TIMEBASE=1/1000
START=2443
END=2671
title=Chapter 10
[CHAPTER]
TIMEBASE=1/1000
START=2671
END=3100
title=Chapter 11
[CHAPTER]
TIMEBASE=1/1000
START=3100
END=3340
title=Chapter 12
[CHAPTER]
TIMEBASE=1/1000
START=3340
END=3648
title=Chapter 13
[CHAPTER]
TIMEBASE=1/1000
START=3648
END=3818
title=Chapter 14
[CHAPTER]
TIMEBASE=1/1000
START=3818
END=4159
title=Chapter 15
[CHAPTER]
TIMEBASE=1/1000
START=4159
END=4419
title=Chapter 16
[CHAPTER]
TIMEBASE=1/1000
START=4419
END=4627
title=Chapter 17
[CHAPTER]
TIMEBASE=1/1000
START=4627
END=4912
title=Chapter 18
[CHAPTER]
TIMEBASE=1/1000
START=4912
END=5299
title=Chapter 19
[CHAPTER]
TIMEBASE=1/1000
START=5299
END=5563
title=Chapter 20
[CHAPTER]
TIMEBASE=1/1000
START=5563
END=5772
title=Chapter 21
[CHAPTER]
TIMEBASE=1/1000
START=5772
END=6476000
title=Chapter 22
Erstellt "C:\Users\Tobias\AppData\Local\Temp\23_26_22_2010__04.chp".
5. Alles wird zusammen gemuxed:
"F:\Programme\Hybrid\64bit\ffmpeg.exe" -y -i "C:\Users\Tobias\AppData\Local\Temp\Zoo_23_26_22_2010_03.265" -i "C:\Users\Tobias\AppData\Local\Temp\23_26_22_2010__04.chp" -map_chapters 1 -i "C:\Users\Tobias\AppData\Local\Temp\iId_3_aid_0_lang_de_23_26_22_2010_01.aac" -absf aac_adtstoasc -vcodec copy -acodec copy -aspect 238806:100000 -metadata handler_name="Hybrid 2018.02.18.1" -r 60 "F:\Pi\Filme\Hybrid\Zoo.mp4"
-> Was passiert wenn Du den Aufruf in einer Windows Eingabeaufforderung aufrufst?
Quote:In Config -> Output -> Container settings habe ich bereits den Haken in den Mp4 Settings bei FFmpeg instead of Mp4Box gesetzt, weil sonst nur unbrauchbare Ergebnisse erzeugt werden.XPS ist in den deaktiviert, oder? Mit welchem Player gibt es Probleme? Was bedeutet unbrauchbar?
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.