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. |
![]() |
#2741 | Link | ||
Registered User
Join Date: Oct 2017
Posts: 10
|
Quote:
Now the problem of the characters may be solved. I mean, I think there is another problem now. Now every time I try to load the script, every time I reload it with F5, it shows me a different error... Something very strange. The different errors that are displayed each time I press F5 are the following: Quote:
Thank you very much for everything! |
||
![]() |
![]() |
![]() |
#2743 | Link | |
Registered User
Join Date: Jul 2018
Posts: 373
|
Quote:
|
|
![]() |
![]() |
![]() |
#2744 | Link | ||||
Registered User
Join Date: Oct 2017
Posts: 10
|
Quote:
Every time I run the command, each time it shows me a different error from those I indicated in my previous comment. |
||||
![]() |
![]() |
![]() |
#2745 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,406
|
What happens if you delete the old index file first and then F5 ?
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're working on that issue. Synce invntoin uf lingöage..." |
![]() |
![]() |
![]() |
#2747 | Link | |
Registered User
Join Date: Mar 2013
Posts: 3
|
Quote:
there is no such problem in ffms2_6ad7738. |
|
![]() |
![]() |
![]() |
#2749 | Link |
Registered User
Join Date: Jul 2018
Posts: 373
|
ffms2_r1360 (pass: BLxmx6YsVJ03):
- AviSynth: input filenames converted to UTF-8. - ffms2@cf7c4b2; - ffmpeg@7ecf1bf; - libxml2 v2.10.4. Last edited by StvG; 24th April 2023 at 00:38. |
![]() |
![]() |
![]() |
#2750 | Link | |
Registered User
Join Date: Mar 2013
Posts: 3
|
Quote:
|
|
![]() |
![]() |
![]() |
#2751 | Link |
Registered User
Join Date: Oct 2021
Posts: 21
|
Reading documentation for Avisynth+ i found that to open MP4 need to use function FFmpegSource()
Which is missing in plugin v2.40, spent like hour troubleshooting this before i found this solution. ![]() Wish you have provided proper ffms2.avsi that included this function with your plugin v2.40. |
![]() |
![]() |
![]() |
#2752 | Link | |
...?
Join Date: Nov 2005
Location: Florida
Posts: 1,397
|
Quote:
That FAQ entry is referring to the old 1.x version of FFmpegSource, which is well over ten years out of date. |
|
![]() |
![]() |
![]() |
#2755 | Link | |
Registered User
Join Date: Aug 2016
Posts: 518
|
Quote:
Also if rffmode=1 is fixed, please can you make it set the field order per-frame, since many NTSC DVDs have dynamic field order and even Bob() will not work on them because Avisynth will display frames in wrong order because FFMS2 is not telling Avisynth the field order of the source clip. Test clip: https://rationalqm.us/misc/lainvob.vob Test script: Code:
FFMS2(clip, atrack=-1, rffmode=1) ScriptClip(last, \ """ fieldbased = propGetAny("_FieldBased") parity = GetParity(current_frame) if (!IsInt(fieldbased)){fieldbased = "undefined"} else if (fieldbased==0){fieldbased = "progressive"} else if (fieldbased==1){fieldbased = "bottom field first"} else if (fieldbased==2){fieldbased = "top field first"} if (!IsBool(parity)){parity="undefined"} else if (parity==true){parity = "top field first"} else if (parity==false){parity = "bottom field first"} Text( "_FieldBased: " + fieldbased + "\n" + "GetParity: " + parity + "\n", lsp=0) \ """) To summarise:
![]() |
|
![]() |
![]() |
![]() |
#2756 | Link |
Registered User
Join Date: Jul 2018
Posts: 373
|
ffms2_r1363 (pass: BLxmx6YsVJ03):
- AviSynth: both GetParity and _FieldBased now can be changed per frame. - ffms2@cf7c4b2; - ffmpeg@4b1969; - zlib 1.2.13; - dav1d 1.2.1; - libxml2 v2.11.4. |
![]() |
![]() |
![]() |
#2759 | Link |
Moderator
![]() Join Date: Feb 2005
Location: Spain
Posts: 6,733
|
Please support AviSynth+ r4001 including the audio channel mask.
__________________
BeHappy, AviSynth audio transcoder. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|