nkk
6th September 2010, 11:28
Trying to encode video at linux (CentOS) via wine and x264.
AVS:DirectShowSource("Shiki_07.mkv", fps=120, convertfps=true, audio=false)
FDecimate()
Spline36Resize( 640, 360 )
Trim(13924, 14756)
command line:$ wine x264.exe --preset faster --tune animation --crf 21.0 --keyint 300 --min-keyint 30 --bframes 3 --b-pyramid none --ref 2 --sar 1:1 --output 07.mp4 07.avs
i got this errors:Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err:systray:initialize_systray Could not create tray window
fixme:quartz:FilterGraphNoThread_create CLSID_FilterGraphNoThread partially implemented - Forwarding to CLSID_FilterGraph
fixme:quartz:GraphConfig_AddFilterToCache (0x1b9f80)->(0x209183c): stub!
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: Permission denied
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM default
fixme:ole:CoCreateInstance no instance created for interface {56a86895-0ad4-11ce-b03a-0020af0ba770} of class {0b0eff97-c750-462c-9488-b10e7d87f1a6}, hres is 0x80004002
err:quartz:CreateRenderingWindow Unable to create window
fixme:ole:CoCreateInstance no instance created for interface {56a86895-0ad4-11ce-b03a-0020af0ba770} of class {6bc1cffa-8fc1-4261-ac22-cfb4cc38db50}, hres is 0x80004005
err:quartz:CreateRenderingWindow Unable to create window
fixme:ole:CoCreateInstance no instance created for interface {56a86895-0ad4-11ce-b03a-0020af0ba770} of class {70e102b0-5556-11ce-97c0-00aa0055595a}, hres is 0x80004005
^C
I think it`s DirectShowSource() working incorrectly. How to fix it? :-)
AVS:DirectShowSource("Shiki_07.mkv", fps=120, convertfps=true, audio=false)
FDecimate()
Spline36Resize( 640, 360 )
Trim(13924, 14756)
command line:$ wine x264.exe --preset faster --tune animation --crf 21.0 --keyint 300 --min-keyint 30 --bframes 3 --b-pyramid none --ref 2 --sar 1:1 --output 07.mp4 07.avs
i got this errors:Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err:systray:initialize_systray Could not create tray window
fixme:quartz:FilterGraphNoThread_create CLSID_FilterGraphNoThread partially implemented - Forwarding to CLSID_FilterGraph
fixme:quartz:GraphConfig_AddFilterToCache (0x1b9f80)->(0x209183c): stub!
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: Permission denied
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2184:(snd_pcm_open_noupdate) Unknown PCM default
fixme:ole:CoCreateInstance no instance created for interface {56a86895-0ad4-11ce-b03a-0020af0ba770} of class {0b0eff97-c750-462c-9488-b10e7d87f1a6}, hres is 0x80004002
err:quartz:CreateRenderingWindow Unable to create window
fixme:ole:CoCreateInstance no instance created for interface {56a86895-0ad4-11ce-b03a-0020af0ba770} of class {6bc1cffa-8fc1-4261-ac22-cfb4cc38db50}, hres is 0x80004005
err:quartz:CreateRenderingWindow Unable to create window
fixme:ole:CoCreateInstance no instance created for interface {56a86895-0ad4-11ce-b03a-0020af0ba770} of class {70e102b0-5556-11ce-97c0-00aa0055595a}, hres is 0x80004005
^C
I think it`s DirectShowSource() working incorrectly. How to fix it? :-)