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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Development

Reply
 
Thread Tools Search this Thread Display Modes
Old 22nd December 2022, 22:11   #1441  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
I've had enough of you sychophants, now be quiet.

Sick-o-phants


EDIT To Below, : And MXM 2U2 LigH.



where is HanFrunz, bit late again.
__________________
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 December 2022 at 14:33.
StainlessS is offline   Reply With Quote
Old 23rd December 2022, 12:58   #1442  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,781
MXM 2U2, Tinman.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 20th February 2023, 21:11   #1443  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,903
For those who didn't get the GitHub notification, asd-g posted a new version here:

https://github.com/HomeOfAviSynthPlu...Works/releases

Code:
Changelog:
LSMASHAudioSource: fixed lsmash wrong endian box. (#26)
FFmpeg updated to e0cb89c.
l-smash updated to 642c4cd.
FranceBB is offline   Reply With Quote
Old 19th April 2023, 09:24   #1444  |  Link
LeXXuz
21 years and counting...
 
LeXXuz's Avatar
 
Join Date: Oct 2002
Location: Germany
Posts: 716
Anyone else still having problems with special characters in the file path/name like German umlauts?
LeXXuz is offline   Reply With Quote
Old 28th April 2023, 08:37   #1445  |  Link
nechto
Registered User
 
Join Date: Mar 2005
Posts: 17
I have issues with Ru symbols ...
nechto is offline   Reply With Quote
Old 28th April 2023, 09:25   #1446  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
Quote:
Originally Posted by LeXXuz View Post
Anyone else still having problems with special characters in the file path/name like German umlauts?
Me too with Vietnamese alphabet
kedautinh12 is offline   Reply With Quote
Old 5th May 2023, 13:38   #1447  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 993
@ LeXXuz, nechto & kedautinh12...

check this out:-

https://github.com/HomeOfAviSynthPlu...orks/issues/31

and

https://superuser.com/questions/1715...t-another-enco

This may "fix" the special characters problems...

But I'm having decoder problems.

UPDATE:- Setting the UTF-8 didn't fix my decoding problem, BUT, either of the "test" builds DID . So now "we" just need a "fixed" L-Smash release.
__________________
Long term RipBot264 user.

RipBot264 modded builds..

Last edited by TDS; 6th May 2023 at 02:33.
TDS is offline   Reply With Quote
Old 5th May 2023, 15:18   #1448  |  Link
LeXXuz
21 years and counting...
 
LeXXuz's Avatar
 
Join Date: Oct 2002
Location: Germany
Posts: 716
I'll give that a spin.
LeXXuz is offline   Reply With Quote
Old 8th May 2023, 06:53   #1449  |  Link
TDS
Formally known as .......
 
TDS's Avatar
 
Join Date: Sep 2021
Location: Down Under.
Posts: 993
There's a new build

https://github.com/HomeOfAviSynthPlu...s/tag/20230507
__________________
Long term RipBot264 user.

RipBot264 modded builds..
TDS is offline   Reply With Quote
Old 8th May 2023, 08:16   #1450  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,903
Yep, I've got the notification from GitHub yesterday evening but I was watching the Coronation Concert on the BBC (the lights display with the drones was stunning as always) and I didn't feel like booting Windows ehehehehehe
Anyway, as far as Italian characters are concerned, looks like the UTF-8 issue is fixed.



I'll leave you guys testing on other esoteric languages :P
FranceBB is offline   Reply With Quote
Old 11th June 2023, 05:56   #1451  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
L-SMASH-Works 20230611
https://github.com/HomeOfAviSynthPlu...Works/releases

Code:
Fixed _EncodedFrameTop and _EncodedFrameTop, close #32. Changed behavior - they are showed only when there are frames to be repeated.
Fixed _FieldBased when repeat is not false.
Used libraries:

FFmpeg d78bffb.
l-smash 2c0696c.
obuparse 055be27.
zlib 1.2.13.
dav1d 1.2.1.
libxml2 v2.11.4.
nv-codec-headers n12.0.16.0.
xxHash v0.8.1.
mfx_dispatch 5a3f178.
kedautinh12 is offline   Reply With Quote
Old 22nd June 2023, 07:58   #1452  |  Link
flossy_cake
Registered User
 
Join Date: Aug 2016
Posts: 609
Unfortunately not fixed in latest version:

Quote:
Originally Posted by flossy_cake View Post
Here is a clip which LWlibavVideoSource cannot seem to play properly: https://drive.google.com/file/d/1lHB...usp=share_link

Code:
file = "480i multiple cadences.mkv"

AudioDub(LWlibavVideoSource(file, repeat=true), LWLibavAudioSource(file, stream_index=-1))

ScriptClip(last, """SubTitle(String(propGetAny(last, "_FieldBased")))""")

However I have done rips of my own physical copy NTSC dvd's using MakeMKV and those work fine with repeat=true so I'm thinking it's some issue with the software that was used to create the MKV file. In all cases it's MPEG2 video stream remux.

Another test clip same problem: https://rationalqm.us/misc/lainvob.vob
flossy_cake is offline   Reply With Quote
Old 8th July 2023, 13:14   #1453  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Please support AviSynth+ r4001 including the audio channel mask.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 9th July 2023, 02:46   #1454  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
Report here will be faster
https://github.com/HomeOfAviSynthPlu...H-Works/issues
kedautinh12 is offline   Reply With Quote
Old 9th July 2023, 11:31   #1455  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
Quote:
Originally Posted by kedautinh12 View Post
Report here will be faster
Done https://github.com/HomeOfAviSynthPlu...orks/issues/35
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 15th July 2023, 11:13   #1456  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,915
A new version to test in https://github.com/HomeOfAviSynthPlu...orks/issues/35

For me work fine with some samples ac3, eac3 and dts.
__________________
BeHappy, AviSynth audio transcoder.
tebasuna51 is offline   Reply With Quote
Old 16th July 2023, 17:24   #1457  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
L-SMASH-Works 20230716
https://github.com/HomeOfAviSynthPlu...Works/releases

Code:
AviSynth: set audio property Channel Mask (#35).
Used libraries:

FFmpeg e62f344.
l-smash 2c0696c.
obuparse f40598f.
zlib 1.2.13.
dav1d 1.2.1.
libxml2 v2.11.4.
nv-codec-headers n12.0.16.0.
xxHash v0.8.1.
mfx_dispatch 5a3f178.
kedautinh12 is offline   Reply With Quote
Old 31st July 2023, 23:19   #1458  |  Link
almosely
Registered User
 
Join Date: Dec 2006
Location: Germany
Posts: 91
Just wanted to report that I have updated from L-SMASH-Works (2022-11-09) to the newest and it did not work for me anymore. I tried to play a youtube video from 2017 ...

LWLibavVideoSource("Federer.vs.Nadal.720p.HD.Australian.Open.Final.2017.mkv", format="YUV420P8", prefer_hw=1)

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings : CABAC / 7 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 7 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 3 h 18 min
Bit rate : 3 778 kb/s
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 59.940 (60000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.068
Stream size : 5.24 GiB (96%)
Default : Yes
Forced : No

... but it stuttered and had pixel errors all over. Hardware is GeForce GTX 660 TI and Core i7-3770. Windows 10.

Then I tried backwards until L-SMASH-Works (2023-05-07) is working for me again. So 06 and 07 aren't working anymore. I am using the newest AVS+ 64 and my C++ Runtimes are up to date too. Just my 2ct.
almosely is offline   Reply With Quote
Old 1st August 2023, 03:01   #1459  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
Report here will be faster
https://github.com/HomeOfAviSynthPlu...H-Works/issues
kedautinh12 is offline   Reply With Quote
Old 1st August 2023, 14:37   #1460  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,903
Also keep in mind that hardware accelerated decoding has always been a hit and miss.
If you want something reliable, software decoding is the way to go (i.e don't specify prefer_hw=1).
FranceBB is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:09.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.