Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#1063 | Link | |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 8,720
|
Quote:
SPACE in filename can also be a problem for some tools, HASH(#) used to be problem in MeGUI input filename, used to interpret it as part of some kind of command, no longer a problem for quite some time. Assuming that problem exists without using eg MeGUI, and only load into Avsinth (or avs+). Does it work OK when single quote stripped from filename (and of course the call to src filter). EDIT: Some commands/calls to functions/filters fail on W7+ where used to work on XP (dont know about Vista), M$ did something that no longer converts eg "name.xxx" to a proper relative path, used to work fine on XP. EDIT: IIRC, W7+ can interpret filename without path/relative path, to "C:\"+Filename, which then re-targets to Virtualstore (or something like that).
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 23rd November 2019 at 00:46. |
|
![]() |
![]() |
![]() |
#1064 | Link | |
Registered User
Join Date: Jan 2015
Posts: 277
|
Quote:
there was a failure in the code structure of my command. I used vapoursynth to test some plugins and functions. The full path is E:\x264\test\The Redwood's.mp4. After i corrected the code in the command line, everything works fine. Thanks for the help. |
|
![]() |
![]() |
![]() |
#1065 | Link |
Registered User
Join Date: Mar 2003
Posts: 474
|
I noticed that using the cache file option with version 20191116 and Vapoursynth 64bit results in two lwi files being created.
Using the code line below results in the file creation at Q:\%folder%\video.lwi and the standard file at source + ".lwi" as well. Code:
core.lsmas.LWLibavSource(source=r"%Source%", cachefile=r"Q:\%folder%\video.lwi")
__________________
x264 full help - x264 --fullhelp r2345 Cuttermaran HCEnc provider - Support for HCEnc in Cuttermaran DualDVDRB - Dual core support for DVD-RB free |
![]() |
![]() |
![]() |
#1067 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 8,720
|
I'm guessin' that Rumbah did not delete existing files beforehand [just a silly faux pas - suggest Rumbah retries after delete both].
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 25th November 2019 at 04:28. |
![]() |
![]() |
![]() |
#1068 | Link |
Registered User
Join Date: Mar 2003
Posts: 474
|
I just tested again with fresh files an folders and got the same result. Will try to get a reproducible test case to share.
__________________
x264 full help - x264 --fullhelp r2345 Cuttermaran HCEnc provider - Support for HCEnc in Cuttermaran DualDVDRB - Dual core support for DVD-RB free |
![]() |
![]() |
![]() |
#1069 | Link | |
Registered User
Join Date: Jan 2018
Posts: 245
|
Quote:
Example: https://drive.google.com/a/my.smccd....w?usp=drivesdk |
|
![]() |
![]() |
![]() |
#1070 | Link |
Registered User
Join Date: Mar 2003
Posts: 474
|
Well, sorry for the false alarm, it works now, I had an mistake in my program.
__________________
x264 full help - x264 --fullhelp r2345 Cuttermaran HCEnc provider - Support for HCEnc in Cuttermaran DualDVDRB - Dual core support for DVD-RB free Last edited by Rumbah; 25th November 2019 at 21:49. |
![]() |
![]() |
![]() |
#1071 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 8,720
|
Rumbah, can you enlighten us on what the mistake was, might give a clue for some other problem in future [also we like a good giggle
![]()
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
![]() |
![]() |
![]() |
#1072 | Link |
Registered User
Join Date: Mar 2003
Posts: 474
|
I have a script that converts a video with x264 and splits the source to X parts to encode the parts in parallel.
I found the performance to be better with less threads and more parts than with straight 36 threads per encode (a Ryzen 3900X with 12cores/24threads). So I create the parts via Vapoursynth and L-Smash to get the cutting frame accurate so I have Code:
video = core.lsmas.LWLibavSource(source=r"%Source%", cachefile=r"Q:\%directory%\video.lwi") First it was just Code:
video = core.lsmas.LWLibavSource(source=r"%Source%")
__________________
x264 full help - x264 --fullhelp r2345 Cuttermaran HCEnc provider - Support for HCEnc in Cuttermaran DualDVDRB - Dual core support for DVD-RB free |
![]() |
![]() |
![]() |
#1073 | Link | |
Registered User
Join Date: Aug 2018
Posts: 10
|
Quote:
https://gist.github.com/maki-rxrz/5a...853b5358fb8a29
__________________
I use machine translation because I am not good at English. |
|
![]() |
![]() |
![]() |
#1074 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 8,720
|
Rumbah, thanx for the explanation.
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
![]() |
![]() |
![]() |
#1075 | Link | |
Registered User
Join Date: Jan 2018
Posts: 245
|
Quote:
|
|
![]() |
![]() |
![]() |
#1076 | Link |
Registered User
Join Date: Aug 2018
Posts: 10
|
We'll have to wait for HolyWu to upload a new version with this patch applied.
After that, write the following avs. LWLibavVideoSource("***.ts",repeat=true)
__________________
I use machine translation because I am not good at English. |
![]() |
![]() |
![]() |
#1078 | Link |
Registered User
Join Date: Aug 2006
Location: Taiwan
Posts: 754
|
https://github.com/HolyWu/L-SMASH-Wo...ks_20191127.7z
|
![]() |
![]() |
![]() |
#1080 | Link | |
Registered User
Join Date: Jan 2018
Posts: 245
|
Quote:
|
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|