This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Video cannot be played in created file
#1
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
Reply
#2
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
Reply
#3
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!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)