MeGUI [2015] -- x264 - bester Encoder, beste Videoqualität auf Youtube ;-)

  • Wo genau finde ich jetzt die Log


    In [lexicon]MeGUI[/lexicon]'s Log ordner.



    Zitat

    Ist das Format iwie besser oder warum das anstatt [lexicon]MKV[/lexicon] ? Muss ja einen Grund haben


    Dann wird der rohe videostream geschrieben und nicht in [lexicon]MKV[/lexicon] gemuxt. [lexicon]x264[/lexicon] benutzt kein mkvmerge, sondern haali.


    Und den haali [lexicon]mkv[/lexicon] muxer find ich ehrlich gesagt ziemlich scheiße und der schrieb auch in deinen Header so'ne Schmu [lexicon]GOP[/lexicon] Werte rein.
    Außerdem wenn du roh schreibst fällt der [lexicon]MKV[/lexicon] muxvorgang seitens [lexicon]x264[/lexicon] ja dann auch weg - sprich die Datei wird schneller bei Encodeende geschlossen.
    Auch ist es so dann einfacher für MKVMerge - als wenn MKVMerge komische werte sieht von einem schlechten Header.


    Und [lexicon]muxen[/lexicon] tuste ja wegen Audio eh nochmal. Also ist 2x [lexicon]muxen[/lexicon] sowieso ja unnötig.

  • Da soll man mal die richtige Log finden in dem Gewühle :D . Ich glaube aber, dass der untere Teil davon schon wieder das nächste Video ist..
    Gut dann werde ich das Video in dem Format in Zukunft ausgeben lassen. Das muss dann einfach mit dem Audio da rein und gemuxt werden ?


    Preliminary log file only. During closing of [lexicon]MeGUI[/lexicon] the well formed log file will be written.


    -[Information] Versions
    --[Information] [22.05.2015 21:33:10] [lexicon]MeGUI[/lexicon]: 2544
    --[Information] [22.05.2015 21:33:10] Operating System: Windows 7 x64 SP1 (6.1.65536.7601)
    --[Information] [22.05.2015 21:33:10] .NET Framework: 4.0 (4.0.0.0)
    --[Information] [22.05.2015 21:33:10] .NET Framework: 4.5.x (4.5.51209)
    -[Information] Update detection
    --[Information] [22.05.2015 21:33:10] Using cached update config and server: http://megui.org/auto/
    --[Information] [22.05.2015 21:33:10] [lexicon]AviSynth[/lexicon]: 2.6.0.4 (28-09-2013)
    --[Information] [22.05.2015 21:33:10] AvisynthWrapper: (02-01-2009)
    --[Information] [22.05.2015 21:33:11] Haali Matroska Splitter: 1.13.138.14 (14-04-2013)
    --[Information] [22.05.2015 21:33:11] Haali DSS2: (14-04-2013)
    --[Information] [22.05.2015 21:33:11] ICSharpCode.SharpZipLib: 0.85.5.452 (07-08-2008)
    --[Information] [22.05.2015 21:33:11] [lexicon]MediaInfo[/lexicon]: 0.7.73.0 (09-04-2015)
    --[Information] [22.05.2015 21:33:11] MediaInfoWrapper: 0.7.61.0 (06-01-2013)
    --[Information] [22.05.2015 21:33:11] MessageBoxExLib: 1.0.2218.28317 (19-12-2008)
    --[Information] [22.05.2015 21:33:11] SevenZipSharp: 0.64.3890.29348 (02-01-2011)
    --[Information] [22.05.2015 21:33:11] 7z: 9.20 (18-11-2010)
    --[Information] [22.05.2015 21:33:11] No package requires an update
    -[Information] Log for job2 (video, [lexicon]Arma 3[/lexicon] Encode Test (2048x1152).avs -> [lexicon]Arma 3[/lexicon] Encode Test (2048x1152).[lexicon]mkv[/lexicon])
    --[Information] [22.05.2015 21:37:51] Started handling job
    --[Information] [22.05.2015 21:37:51] Preprocessing
    -[NoImage] ### [lexicon]SagaraS Scriptmaker[/lexicon] - Version 5.4 ###
    -[NoImage] ### Lade Plugins und setze die globalen Variablen ###
    -[NoImage] LoadPlugin("C:\Program Files (x86)\[lexicon]SagaraS Scriptmaker[/lexicon]\Plugins\SplineResize.dll")
    -[NoImage] Global breite = 2048
    -[NoImage] Global hoehe = 1152
    -[NoImage] Global AR = 0
    -[NoImage] ### Lade Videoquellen ###
    -[NoImage] SetMTMode(3)
    -[NoImage] AVIload("D:\Aufnahmeprogramme\[lexicon]Afterburner[/lexicon]\Video\[lexicon]Arma 3[/lexicon] Encode Test.avi", 0, 0, 0, -0, -0, "Auto", "Auto", 0, 0)
    -[NoImage] ### Filter Verarbeitungszone ###
    -[NoImage] ### Funktion für Video-Laderoutine ###
    -[NoImage] Function AVIload (String file, int loading, int cl, int co, int cr, int cu, string pixtype, string afps, int fpsn, int fpsd) {
    -[NoImage] (loading == 1) ? FFIndex(file) : nop()
    -[NoImage] clip0 = (loading == 3) ? LWLibavVideoSource(file) : (loading == 2) ? Import(file).KillAudio() : (loading == 1) ? FFVideoSource(file, threads=1) : (pixtype == "Auto") ? AVISource(file, false).KillAudio() : AVISource(file, false, pixel_type=pixtype).KillAudio()
    -[NoImage] rate1 = (afps == "Auto") ? (Round(Float(clip0.framerate * 1000)) / 1000) / 2 : nop()
    -[NoImage] rate2 = (afps == "Auto") ? Round(clip0.framerate) / 2 : nop()
    -[NoImage] rate = (afps == "Auto") ? (rate1 == rate2) ? 1 : 1001 : (afps == "Igno.") ? clip0.frameratedenominator : fpsd
    -[NoImage] ratefaktor = (afps == "Auto") ? (rate == 1001) ? 1000 : 1 : nop()
    -[NoImage] clip1 = (afps == "Auto") ? (rate == 1001) ? clip0.AssumeFPS(Round(clip0.Framerate) * 1000, rate) : clip0.AssumeFPS(round(clip0.framerate), rate) : (afps == "Igno.") ? clip0.AssumeFPS(clip0.frameratenumerator, rate) : clip0.AssumeFPS(fpsn, rate)
    -[NoImage] clip1 = (clip1.IsRGB32() == True) ? clip1.ConvertToRGB24() : clip1
    -[NoImage] clip1 = clip1.ChangeFPS(50, 1)
    -[NoImage] clip1 = (cl != 0) ? clip1.Crop(cl, co, cr, cu) : (co != 0) ? clip1.Crop(cl, co, cr, cu) : (cr != 0) ? clip1.Crop(cl, co, cr, cu) : (cu != 0) ? clip1.Crop(cl, co, cr, cu) : clip1
    -[NoImage] clip1 = (clip1.width == breite && clip1.height == hoehe) ? clip1 : (AR == 1) ? ((float(Clip1.height * breite) / clip1.width) / 2 == round((float(Clip1.height * breite) / clip1.width) / 2)) ? ((float(Clip1.width * hoehe) / clip1.height) / 2 == round((float(Clip1.width * hoehe) / clip1.height) / 2)) ? clip1 : clip1.ConvertToRGB24(matrix = "Rec709") : clip1.ConvertToRGB24(matrix = "Rec709") : clip1
    -[NoImage] clip1 = (clip1.width == breite && clip1.height == hoehe) ? clip1 : (AR == 1) ? (((clip1.width * hoehe) / clip1.height > breite) ? Clip1.Spline100Resize(breite, ceil(float(Clip1.height * breite) / clip1.width)) : Clip1.Spline100Resize(ceil(float(clip1.width * hoehe) / clip1.height), hoehe)) : clip1.Spline100Resize(breite, hoehe).ConvertToYV24(matrix = "Rec709", ChromaResample = "Spline16")
    -[NoImage] back = (clip1.width == breite && clip1.height == hoehe) ? clip1 : (AR == 1) ? (afps == "Auto") ? (0 == 1) ? ImageReader("", 0, clip1.framecount - 1, clip1.framerate).Spline100Resize(breite, hoehe).ConvertToYV24(matrix = "Rec709", ChromaResample = "Spline16") : BlankClip(clip1.framecount, breite, hoehe, "YV24", Clip1.framerate).KillAudio() : (0 == 1) ? ImageReader("", 0, clip1.framecount - 1, clip1.framerate).ChangeFPS(Clip1.frameratenumerator, Clip1.frameratedenominator).Spline100Resize(breite, hoehe).ConvertToYV24(matrix = "Rec709", ChromaResample = "Spline16") : BlankClip(clip1.framecount, breite, hoehe, "YV24", Clip1.frameratenumerator, Clip1.frameratedenominator).KillAudio() : clip1
    -[NoImage] Return (clip1.width == breite && clip1.height == hoehe) ? clip1.ConvertToYV24(matrix = "Rec709", ChromaResample = "Spline16") : (AR == 1) ? Overlay(back, clip1, (back.width - clip1.width) / 2, (back.height - clip1.height) / 2).ConvertToYV24(matrix = "Rec709", ChromaResample = "Spline16") : clip1
    -[NoImage] }
    --[Information] [22.05.2015 21:37:51] [lexicon]Avisynth[/lexicon] input script
    --[Information] [22.05.2015 21:37:52] resolution: 2048x1152
    --[Information] [22.05.2015 21:37:52] [lexicon]frame[/lexicon] rate: 50/1
    --[Information] [22.05.2015 21:37:52] aspect ratio: 16:9 (1.778)
    --[Information] [22.05.2015 21:37:52] custom command line: --output-csp i444
    --[Information] [22.05.2015 21:37:52] Job command line: "D:\Programme\[lexicon]meGUI[/lexicon]\tools\x264_10b\avs4x264mod.exe" -L "D:\Programme\[lexicon]meGUI[/lexicon]\tools\x264_10b\[lexicon]x264[/lexicon]-10b_64.exe" --[lexicon]crf[/lexicon] 18.0 --keyint infinite --min-keyint 1 --output-csp i444 --sar 1:1 --output "D:\Fertige Videos\[lexicon]Arma 3[/lexicon] Encode Test (2048x1152).[lexicon]mkv[/lexicon]" "D:\[lexicon]Megui[/lexicon]\[lexicon]Arma 3[/lexicon] Encode Test (2048x1152).avs"
    --[Information] [22.05.2015 21:37:52] Process started
    --[Information] [22.05.2015 21:37:52] Standard output stream
    --[Information] [22.05.2015 21:37:52] Standard error stream
    ---[Information] [22.05.2015 21:37:55] raw [info]: 2048x1152p 1:1 @ 50/1 fps ([lexicon]cfr[/lexicon])
    ---[Information] [22.05.2015 21:37:55] [lexicon]x264[/lexicon] [info]: using SAR=1/1
    ---[Information] [22.05.2015 21:37:55] [lexicon]x264[/lexicon] [info]: using [lexicon]cpu[/lexicon] capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
    ---[Information] [22.05.2015 21:37:55] [lexicon]x264[/lexicon] [info]: profile High 4:4:4 Predictive, level 5.0, 4:4:4 10-bit
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: [lexicon]frame[/lexicon] I:228 Avg QP:31.95 size:592830
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: [lexicon]frame[/lexicon] P:12246 Avg QP:33.13 size:121915
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: [lexicon]frame[/lexicon] B:2962 Avg QP:34.55 size: 673
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: consecutive B-frames: 68.0% 17.1% 6.0% 8.8%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: mb I I16..4: 7.4% 48.9% 43.7%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: mb P I16..4: 0.6% 3.8% 2.9% P16..4: 17.5% 10.9% 10.3% 0.0% 0.0% skip:54.1%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: mb B I16..4: 0.0% 0.0% 0.0% B16..8: 8.5% 0.1% 0.0% direct: 0.0% skip:91.3% L0:52.9% L1:44.5% BI: 2.6%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: 8x8 transform intra:51.6% inter:31.9%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: coded y,u,v intra: 84.7% 45.2% 44.7% inter: 22.1% 2.2% 2.1%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: i16 v,h,dc,p: 17% 36% 16% 31%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 12% 14% 22% 7% 8% 8% 9% 8% 11%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 14% 12% 14% 8% 11% 11% 10% 10% 10%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: Weighted P-Frames: Y:0.7% UV:0.3%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: ref P L0: 82.5% 5.5% 11.8% 0.2%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: ref B L0: 91.9% 6.8% 1.3%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: ref B L1: 94.6% 5.4%
    ---[Information] [22.05.2015 21:57:51] [lexicon]x264[/lexicon] [info]: kb/s:42242.16
    ---[Information] [22.05.2015 21:57:51] encoded 15436 frames, 12.88 fps, 42242.18 kb/s
    ---[Information] [22.05.2015 21:57:52] avs [info]: [lexicon]AviSynth[/lexicon] 2.60, build:Sep 28 2013 [15:09:12]
    ---[Information] [22.05.2015 21:57:52] avs [info]: Video colorspace: YV24
    ---[Information] [22.05.2015 21:57:52] avs [info]: Video resolution: 2048x1152
    ---[Information] [22.05.2015 21:57:52] avs [info]: Video framerate: 50/1
    ---[Information] [22.05.2015 21:57:52] avs [info]: Video framecount: 15436
    ---[Information] [22.05.2015 21:57:52] avs4x26x [info]: "D:\Programme\[lexicon]meGUI[/lexicon]\tools\x264_10b\[lexicon]x264[/lexicon]-10b_64.exe" - --[lexicon]crf[/lexicon] 18.0 --keyint infinite --min-keyint 1 --output-csp i444 --sar 1:1 --output "D:\Fertige Videos\[lexicon]Arma 3[/lexicon] Encode Test (2048x1152).[lexicon]mkv[/lexicon]" --frames 15436 --fps 50/1 --input-res 2048x1152 --input-csp i444
    --[Information] [22.05.2015 21:57:53] Final statistics
    ---[Information] [22.05.2015 21:57:53] Constant Quality Mode: Quality 18 computed...
    ---[Information] [22.05.2015 21:57:53] Video [lexicon]Bitrate[/lexicon] Obtained (approximate): 42245 kbit/s
    --[Information] [22.05.2015 21:57:53] [lexicon]MediaInfo[/lexicon]
    ---[Information] [22.05.2015 21:57:53] File: D:\Fertige Videos\[lexicon]Arma 3[/lexicon] Encode Test (2048x1152).[lexicon]mkv[/lexicon]
    -[Information] Format: Matroska
    -[Information] FormatString: Matroska
    -[Information] FileSize: 1630256818
    -[Information] PlayTime: 00:05:08.720
    ---[Information] General
    -[Information] ID: 1
    -[Information] StreamOrder: 0
    -[Information] Width: 2048
    -[Information] Height: 1152
    -[Information] FrameCount: 15436
    -[Information] FrameRate: 50.000
    -[Information] FrameRateOriginal:
    -[Information] FrameRateMode: [lexicon]CFR[/lexicon]
    -[Information] ScanType: Progressive
    -[Information] [lexicon]Codec[/lexicon]: V_MPEG4/ISO/AVC
    -[Information] CodecString: AVC
    -[Information] Bits Depth: 10
    -[Information] Format: AVC
    -[Information] AspectRatio: 1.778
    -[Information] AspectRatioString: 16:9
    -[Information] Delay: 0
    -[Information] Title:
    -[Information] Language: en
    -[Information] LanguageString: English
    -[Information] Default: Yes
    -[Information] DefaultString: Yes
    -[Information] Forced: No
    -[Information] ForcedString: No
    ---[Information] Video
    --[Information] [22.05.2015 21:57:53] Postprocessing
    ---[Information] [22.05.2015 21:57:53] Deleting intermediate files
    --[Information] [22.05.2015 21:57:53] Job completed
    -[Information] Log for job1 (video, [lexicon]Arma 3[/lexicon] Encode Test (3200x1800).avs -> [lexicon]Arma 3[/lexicon] Encode Test (3200x1800).[lexicon]mkv[/lexicon])
    --[Information] [22.05.2015 22:07:38] Started handling job
    --[Information] [22.05.2015 22:07:38] Preprocessing
    -[NoImage] ### [lexicon]SagaraS Scriptmaker[/lexicon] - Version 5.4 ###
    -[NoImage] ### Lade Plugins und setze die globalen Variablen ###
    -[NoImage] LoadPlugin("C:\Program Files (x86)\[lexicon]SagaraS Scriptmaker[/lexicon]\Plugins\SplineResize.dll")
    -[NoImage] Global breite = 3200
    -[NoImage] Global hoehe = 1800
    -[NoImage] Global AR = 0
    -[NoImage] ### Lade Videoquellen ###
    -[NoImage] SetMTMode(3)
    -[NoImage] AVIload("D:\Aufnahmeprogramme\[lexicon]Afterburner[/lexicon]\Video\[lexicon]Arma 3[/lexicon] Encode Test.avi", 0, 0, 0, -0, -0, "Auto", "Auto", 0, 0)
    -[NoImage] ### Filter Verarbeitungszone ###
    -[NoImage] ### Funktion für Video-Laderoutine ###
    -[NoImage] Function AVIload (String file, int loading, int cl, int co, int cr, int cu, string pixtype, string afps, int fpsn, int fpsd) {
    -[NoImage] (loading == 1) ? FFIndex(file) : nop()
    -[NoImage] clip0 = (loading == 3) ? LWLibavVideoSource(file) : (loading == 2) ? Import(file).KillAudio() : (loading == 1) ? FFVideoSource(file, threads=1) : (pixtype == "Auto") ? AVISource(file, false).KillAudio() : AVISource(file, false, pixel_type=pixtype).KillAudio()
    -[NoImage] rate1 = (afps == "Auto") ? (Round(Float(clip0.framerate * 1000)) / 1000) / 2 : nop()
    -[NoImage] rate2 = (afps == "Auto") ? Round(clip0.framerate) / 2 : nop()
    -[NoImage] rate = (afps == "Auto") ? (rate1 == rate2) ? 1 : 1001 : (afps == "Igno.") ? clip0.frameratedenominator : fpsd
    -[NoImage] ratefaktor = (afps == "Auto") ? (rate == 1001) ? 1000 : 1 : nop()
    -[NoImage] clip1 = (afps == "Auto") ? (rate == 1001) ? clip0.AssumeFPS(Round(clip0.Framerate) * 1000, rate) : clip0.AssumeFPS(round(clip0.framerate), rate) : (afps == "Igno.") ? clip0.AssumeFPS(clip0.frameratenumerator, rate) : clip0.AssumeFPS(fpsn, rate)
    -[NoImage] clip1 = (clip1.IsRGB32() == True) ? clip1.ConvertToRGB24() : clip1
    -[NoImage] clip1 = clip1.ChangeFPS(50, 1)
    -[NoImage] clip1 = (cl != 0) ? clip1.Crop(cl, co, cr, cu) : (co != 0) ? clip1.Crop(cl, co, cr, cu) : (cr != 0) ? clip1.Crop(cl, co, cr, cu) : (cu != 0) ? clip1.Crop(cl, co, cr, cu) : clip1
    -[NoImage] clip1 = (clip1.width == breite && clip1.height == hoehe) ? clip1 : (AR == 1) ? ((float(Clip1.height * breite) / clip1.width) / 2 == round((float(Clip1.height * breite) / clip1.width) / 2)) ? ((float(Clip1.width * hoehe) / clip1.height) / 2 == round((float(Clip1.width * hoehe) / clip1.height) / 2)) ? clip1 : clip1.ConvertToRGB24(matrix = "Rec709") : clip1.ConvertToRGB24(matrix = "Rec709") : clip1
    -[NoImage] clip1 = (clip1.width == breite && clip1.height == hoehe) ? clip1 : (AR == 1) ? (((clip1.width * hoehe) / clip1.height > breite) ? Clip1.Spline100Resize(breite, ceil(float(Clip1.height * breite) / clip1.width)) : Clip1.Spline100Resize(ceil(float(clip1.width * hoehe) / clip1.height), hoehe)) : clip1.Spline100Resize(breite, hoehe).ConvertToYV24(matrix = "Rec709", ChromaResample = "Spline16")
    -[NoImage] back = (clip1.width == breite && clip1.height == hoehe) ? clip1 : (AR == 1) ? (afps == "Auto") ? (0 == 1) ? ImageReader("", 0, clip1.framecount - 1, clip1.framerate).Spline100Resize(breite, hoehe).ConvertToYV24(matrix = "Rec709", ChromaResample = "Spline16") : BlankClip(clip1.framecount, breite, hoehe, "YV24", Clip1.framerate).KillAudio() : (0 == 1) ? ImageReader("", 0, clip1.framecount - 1, clip1.framerate).ChangeFPS(Clip1.frameratenumerator, Clip1.frameratedenominator).Spline100Resize(breite, hoehe).ConvertToYV24(matrix = "Rec709", ChromaResample = "Spline16") : BlankClip(clip1.framecount, breite, hoehe, "YV24", Clip1.frameratenumerator, Clip1.frameratedenominator).KillAudio() : clip1
    -[NoImage] Return (clip1.width == breite && clip1.height == hoehe) ? clip1.ConvertToYV24(matrix = "Rec709", ChromaResample = "Spline16") : (AR == 1) ? Overlay(back, clip1, (back.width - clip1.width) / 2, (back.height - clip1.height) / 2).ConvertToYV24(matrix = "Rec709", ChromaResample = "Spline16") : clip1
    -[NoImage] }
    --[Information] [22.05.2015 22:07:38] [lexicon]Avisynth[/lexicon] input script
    --[Information] [22.05.2015 22:07:39] resolution: 3200x1800
    --[Information] [22.05.2015 22:07:39] [lexicon]frame[/lexicon] rate: 50/1
    --[Information] [22.05.2015 22:07:39] aspect ratio: 16:9 (1.778)
    --[Information] [22.05.2015 22:07:39] custom command line: --output-csp i444
    --[Information] [22.05.2015 22:07:39] Job command line: "D:\Programme\[lexicon]meGUI[/lexicon]\tools\x264_10b\avs4x264mod.exe" -L "D:\Programme\[lexicon]meGUI[/lexicon]\tools\x264_10b\[lexicon]x264[/lexicon]-10b_64.exe" --[lexicon]crf[/lexicon] 18.0 --keyint infinite --min-keyint 1 --output-csp i444 --sar 1:1 --output "D:\Fertige Videos\[lexicon]Arma 3[/lexicon] Encode Test (3200x1800).[lexicon]mkv[/lexicon]" "D:\[lexicon]Megui[/lexicon]\[lexicon]Arma 3[/lexicon] Encode Test (3200x1800).avs"
    --[Information] [22.05.2015 22:07:39] Process started
    --[Information] [22.05.2015 22:07:39] Standard output stream
    --[Information] [22.05.2015 22:07:39] Standard error stream
    ---[Information] [22.05.2015 22:07:44] raw [info]: 3200x1800p 1:1 @ 50/1 fps ([lexicon]cfr[/lexicon])
    ---[Information] [22.05.2015 22:07:44] [lexicon]x264[/lexicon] [info]: using SAR=1/1
    ---[Information] [22.05.2015 22:07:44] [lexicon]x264[/lexicon] [info]: using [lexicon]cpu[/lexicon] capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
    ---[Information] [22.05.2015 22:07:44] [lexicon]x264[/lexicon] [info]: profile High 4:4:4 Predictive, level 5.2, 4:4:4 10-bit

  • Das Video hat auf der 1080p Stufe die 1152p. Ich habe es so encodiert..


    Nein hat es nicht. Es ist allgemein bekannt, das bei HFR derzeit nur bis 1080 encodet wird. Dein Video jedoch hat 50fps.



    Und wenn dein Video mit CRF18 und 2048x1152 bereits schon 42 mbit [lexicon]bitrate[/lexicon] braucht - ist es kein wunder das es auf yt nicht gut verendet.


    Aber wenn du nichtmal ingame [lexicon]Motion Blur[/lexicon] verwendest biste mit Arma auf yt erstrecht am Arsch. Da wäre schon fast der Rat in 1st person zu spielen. Eine Simulation in 3rd person zu spielen klingt jetzt auch ein bissl fragwürdig xD

  • Na, wie Demon schon erwähnt hatte - ich Weiss das bei dieser [lexicon]Auflösung[/lexicon] eine [lexicon]Bitrate[/lexicon] von 41,4 Mbps ca. 20 über dem limit liegt wos matschig wird.


    egal wie lang und mit welchen einstellungen [lexicon]Megui[/lexicon] rendert, wenn das Ergebnis so gross ist, macht Youtube pixel matsch!


    @obiwanjunobi [lexicon]motion blur[/lexicon], texturen quali, [lexicon]megui[/lexicon] target quali runtersetzen. [lexicon]CRF[/lexicon] 18 auf 20 hat bei mir net bei gleichen Material den mpbs von 29 auf 22 runtergeholt. Schmerzgrenze Youtube imho.

  • Hab ich das richtig verstanden, wie du es meintest.
    Da hast du etwas falsch verstanden.
    Je bessere das Video ist umso besser wird auch das Endergebnis auf Youtube, das heißt wenn du [lexicon]Lossless[/lexicon] hochladest, wäre es am besten.
    Das ist das gleiche wie mit der Aufnahme und unserem Encoding, je bessere die Aufnahme isst, umso bessere ist das Video was dabei rauskommt und das zieht sich so bis Youtube.


    Youtube Codiert das Video, IMMER neu und dabei kommen dann die Bitraten Werte raus die De-m-oN genannt hat.

  • Das mit [lexicon]lossless[/lexicon] hochladen kapier ich wirklich nicht^^ Vor allem weil zu komplexes Material = hohe [lexicon]Bitrate[/lexicon] eben Pixel Matsch erzeugt.


    Wenn einfach ein besser aussehendes Video für Youtube ausreicht, wieso laden dann soviele extra nur 25 fps hoch o0

  • Also für jedes Encoding gilt:
    Bessere Grundlage = Bessere Ergebnis


    Die [lexicon]Bitrate[/lexicon] ist nur für die Dateigröße/Qualität zuständig die du hochladest.
    Das heißt wenn du eine bessere Grundlage hochladest, diese hat dann mehr [lexicon]Bitrate[/lexicon], kommt auch was bessere dabei raus.
    Jetzt haben wir aber auf Youtube das Problem das nicht nur mit einem [lexicon]CRF[/lexicon] gearbeitet wird, sondern auch mit einem vbv-max.
    Das heißt Youtube gibt pro Sekunde nur Maximal die und die [lexicon]Bitrate[/lexicon] zur Verfügung, abhängig von der Stufe.
    Das hat aber nichts mit der [lexicon]Bitrate[/lexicon] zu tun mit der wir hochladen, sondern mit dem [lexicon]Bitrate[/lexicon] die nach dem Encoding von Youtube entsteht.
    Das heißt Youtube nimmt sich nicht dein Video und schaut wo die [lexicon]Bitrate[/lexicon] zu hoch ist, sondern macht das gleiche wie [lexicon]MeGui[/lexicon] nur mit ihren Einstellungen.

  • Also ich hab jetzt mal ein Video nur in 1st-Person aufgenommen mit [lexicon]Motion Blur[/lexicon] und auf 3840x2160 hochskaliert und jetzt schaut es doch ganz gut aus :)
    Das komische ist iwie, dass die Schrift auch deutlich besser aussieht und die ist ja nicht vom MB beeinflusst ...'


    Das ist die [lexicon]Mediainfo[/lexicon] dazu:


    Allgemein
    UniqueID/String : 203831715501587698263618787063065532567 (0x99588F79A741C766A9C2E019189CD897)
    Vollständiger Name : D:\Fertige Videos\[lexicon]Arma 3[/lexicon] E. T. (Ego ; 3840x2160).[lexicon]mkv[/lexicon]
    Format : Matroska
    Format-Version : Version 4 / Version 2
    Dateigröße : 3,62 GiB
    Dauer : 5min 9s
    Gesamte [lexicon]Bitrate[/lexicon] : 101 Mbps
    Kodierungs-Datum : UTC 2015-05-23 23:00:06
    Kodierendes Programm : mkvmerge v6.7.0 ('Back to the Ground') 64bit built on Jan 8 2014 15:10:52
    verwendete [lexicon]Encoder[/lexicon]-Bibliothek : libebml v1.3.0 + libmatroska v1.4.1


    Video
    ID : 1
    Format : AVC
    Format/Info : Advanced Video [lexicon]Codec[/lexicon]
    Format-Profil : High 4:4:4 [email protected]
    Format-Einstellungen für CABAC : Ja
    Format-Einstellungen für ReFrames : 4 frames
    [lexicon]Codec[/lexicon]-ID : V_MPEG4/ISO/AVC
    Dauer : 5min 9s
    [lexicon]Bitrate[/lexicon] : 98,7 Mbps
    Breite : 3 840 Pixel
    Höhe : 2 160 Pixel
    Bildseitenverhältnis : 16:9
    Modus der Bildwiederholungsrate : konstant
    Bildwiederholungsrate : 50,000 FPS
    ColorSpace : YUV
    ChromaSubsampling : 4:4:4
    BitDepth/String : 10 bits
    Scantyp : progressiv
    Bits/(Pixel*[lexicon]Frame[/lexicon]) : 0.238
    Stream-Größe : 3,55 GiB (98%)
    verwendete [lexicon]Encoder[/lexicon]-Bibliothek : [lexicon]x264[/lexicon] core 146 r2538 121396c
    Kodierungseinstellungen : cabac=1 / ref=3 / [lexicon]deblock[/lexicon]=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=4 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=infinite / keyint_min=1 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=[lexicon]crf[/lexicon] / mbtree=1 / [lexicon]crf[/lexicon]=18.0 / qcomp=0.60 / qpmin=0 / qpmax=81 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
    Default : Ja
    Forced : Nein


    Wie würde ich denn abgesehen von Arma, also bei anderen Videos wie [lexicon]Fifa[/lexicon], die beste Qualität für 1080p bekommen ? Weil De-M-oN meinte ja, dass ich mit dem 2048x1152 Encode nicht die 1080p ersetzte ...

  • Ich habe zwar nicht wirklich Ahnung (ich kann nur mein Maul nicht halten ;) ), aber war da nicht was, dass es immer scheisse ist, wenn die FPS geändert werden (und dann direkt verdoppelt von 25 auf 50) wegen Schlieren und so?
    Oder verwechsle ich da jetzt was?

  • Oder verwechsle ich da jetzt was?


    Es gibt prinzipiell zwei Möglichkeiten neue Frames zu erzeugen, entweder verdoppeln oder neu berechnen.
    Angenommen du hast 4 Frames (1 - 2 - 3 - 4) und möchtest daraus 8 machen:


    Möglichkeit 1: Du berechnest aus dem nächsten und dem vorherigen [lexicon]Frame[/lexicon] einen neuen [lexicon]Frame[/lexicon].
    1 - 1.5 - 2 - 2.5 - 3 - 3.5 - 4 - 4.5 (Der Einfachheit halber mit 4.5, obwohl es keinen 5. [lexicon]Frame[/lexicon] gibt)


    Möglichkeit 2: Du verdoppelst zu passenden Zeitpunkten einen [lexicon]Frame[/lexicon].
    1 - 1 - 2 - 2 - 3 - 3 - 4 - 4


    Letzteres ist das, was wir haben wollen. Da tritt dann auch kein [lexicon]Ghosting[/lexicon] auf oder sonstwas.

  • Letzteres ist das, was wir haben wollen. Da tritt dann auch kein [lexicon]Ghosting[/lexicon] auf oder sonstwas.


    Wobei auch von 25 auf zb 45fps kein [lexicon]Ghosting[/lexicon] entsteht. Das passiert bloß dann, wenn man zb bei FPS änderung von 45 fps auf zb 25 fps runter die Frames nicht rauswirft, sondern überblendet - und sowas macht Vegas leider standardmäßig und daher gibt es viele [lexicon]Ghosting[/lexicon] videos auf yt.

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!