Selur's Little Message Board
Video cannot be played in created file - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Video cannot be played in created file (/thread-1445.html)



Video cannot be played in created file - kingcrimsonster - 09.07.2020

Video cannot be played in created file.
Mediainfo - output file:
Quote:Frame rate : 600.000 FPS
Color space : RGBA
Chroma subsampling : 4:4:4:4
Bit depth : 6 bits



RE: Video cannot be played in created file - Selur - 09.07.2020

Quote:Video cannot be played in created file.
Assuming you tried VLC and MPC-HC.

Muxing call:
C:\Program Files\Hybrid\64bit\mencoder.exe" -ovc copy "C:\Windows\Temp\Fergie - Barracuda - 05.20.08 (Today Show)_2020-07-09@22_13_40_0410_06.avi" -demuxer lavf -force-avi-aspect 1.77778  -oac copy -audiofile "C:\Windows\Temp\iId_1_aid_128_2020-07-09@22_13_40_0410_02.wav" -ofps 30000/1001 -of lavf -o "H:\!_Video\Video_Mus\Fergie\n\Fergie - Barracuda - 05.20.08 (Today Show).avi"
seems fine.
Encoding call:
"C:\Program Files\Hybrid\32bit\ffmpeg.exe" -y -noautorotate -nostdin -threads 12 -i "C:\Windows\Temp\encodingTempSynthSkript_2020-07-09@22_13_40_0410.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0  -vcodec utvideo -pred left -slices 0 -pix_fmt yuv420p -colorspace bt709 "C:\Windows\Temp\Fergie - Barracuda - 05.20.08 (Today Show)_2020-07-09@22_13_40_0410_06.avi"
looks fine,...
Avisynth script:
ClearAutoloadDirs()
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LoadDll.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\AddGrainC.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\dfttest.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\EEDI2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\eedi3.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\FFT3DFilter.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\masktools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\mvtools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\TDeint.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\VerticalCleanerSSE2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\RgTools.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\MedianBlur2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\nnedi3.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\nnedi2.dll")
LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\yadif.dll")
LoadDLL("C:\Program Files\Hybrid\32bit\avisynthPlugins\libfftw3f-3.dll")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\QTGMC.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\Zs_RF_Shared.avsi")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: H:\!_Video\Video_Mus\Fergie\n\Fergie - Barracuda - 05.20.08 (Today Show).mpg
#  input color sampling YV12@8, matrix:Rec.709, scantyp: top field first
#  input luminance scale tv
MPEG2Source(d2v="C:\Windows\Temp\2020-07-09@22_13_40_0410.d2v")
# cutting from 0 with 403 frames - WARNING: This might cause synch issues
Trim(0, 403)
# current resolution: 1920x1080
# deinterlacing
AssumeTFF()
QTGMC(Preset="Slow", InputType=0, TR2=1, Sharpness=1.0, SourceMatch=0, Lossless=0, ediThreads=2, FPSDivisor=2, PrevGlobals="Reuse")# added PrevGlobals="Reuse" to handle multiple QTGMC instances
# filtering
PreFetch(6)
return last
looks fine.

you can try whether enabling "Config->Output Settings->Container Settings->Avis Settings->Always use ffmpeg for muxing" helps other than that I would need a !small! sample to reproduce the problem.

Cu Selur


RE: Video cannot be played in created file - kingcrimsonster - 09.07.2020

Quote:Assuming you tried VLC and MPC-HC.
No, I use Daum PotPlayer.
Quote:you can try whether enabling "Config->Output Settings->Container Settings->Avis Settings->Always use ffmpeg for muxing" helps
Thank you, that helped!