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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#5 | Link |
|
Guest
Posts: n/a
|
Unfortunately, I can't help with x262, never having used it much. You could try the obvious stuff: seeing if the same thing happens with the 32-bit and 64-bit builds, experimenting with a different (older?) version of AviSynth, trying a variety of inputs (NTSC?), etc. Good luck.
EDIT: It works for me, and I'm running the binary under Wine! Here's my test clip: Code:
ColorBars()
Trim(0,999)
BilinearResize(720,576)
AssumeFPS("pal_film")
ConvertToYV12()
Info()
Code:
x262_32.exe --mpeg2 --output x262.mpg ColorBars.avs Last edited by Richard1485; 31st March 2021 at 15:58. |
|
|
|
#9 | Link | |
|
Broadcast Encoder
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 3,384
|
Quote:
Code:
avs2yuv.exe "AVS Script.avs" -csp AUTO -o - | x262.exe - --mpeg2 --output "raw_output.mpeg2"
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|