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 > Video Encoding > MPEG-2 Encoding

Reply
 
Thread Tools Search this Thread Display Modes
Old 30th March 2021, 13:20   #1  |  Link
Ceppo
Registered User
 
Join Date: Feb 2016
Location: Nonsense land
Posts: 339
x262 binary version?

Hi, is there a compiled version of x262 available to download? If not, could someone compile it for me or give me instruction on how to compile it?
Thanks.
Ceppo is offline   Reply With Quote
Old 31st March 2021, 01:51   #2  |  Link
Richard1485
Guest
 
Posts: n/a
Groucho's builds from here can still be downloaded. That's all that you're likely to find.
  Reply With Quote
Old 31st March 2021, 08:49   #3  |  Link
Ceppo
Registered User
 
Join Date: Feb 2016
Location: Nonsense land
Posts: 339
Thanks a lot!
Ceppo is offline   Reply With Quote
Old 31st March 2021, 11:18   #4  |  Link
Ceppo
Registered User
 
Join Date: Feb 2016
Location: Nonsense land
Posts: 339
I have a problem. This build processes one frame then it stops.
Code:
x262.exe --mpeg2 --output x262.mpg avs.avs
The source is a 576p PAL
Ceppo is offline   Reply With Quote
Old 31st March 2021, 14:32   #5  |  Link
Richard1485
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()
Here's what I ran:

Code:
x262_32.exe --mpeg2 --output x262.mpg ColorBars.avs
Presumably, you are typing x262_32.exe instead of just x262.exe. I'm using the latest version of AviSynth+. The 64-bit build works as well.

Last edited by Richard1485; 31st March 2021 at 15:58.
  Reply With Quote
Old 31st March 2021, 20:28   #6  |  Link
Ceppo
Registered User
 
Join Date: Feb 2016
Location: Nonsense land
Posts: 339
Thanks, with your test clip the 32bit seems to work, no luck with the 64bit.I'm also on the latest avisynth+ build (not the test one).
Ceppo is offline   Reply With Quote
Old 31st March 2021, 21:43   #7  |  Link
Richard1485
Guest
 
Posts: n/a
I have Wine set up for Windows 7, so maybe it's a Windows 10 issue. Perhaps you could try compatibility mode. If your PAL source still isn't working, maybe post your script to see if someone has some suggestions.
  Reply With Quote
Old 1st April 2021, 16:15   #8  |  Link
Ceppo
Registered User
 
Join Date: Feb 2016
Location: Nonsense land
Posts: 339
I think I will just make a x264 lossless to run the filters then use the 32bit version to encode. Thanks.
Ceppo is offline   Reply With Quote
Old 4th April 2021, 20:26   #9  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,883
Quote:
Originally Posted by Ceppo View Post
I think I will just make a x264 lossless to run the filters then use the 32bit version to encode. Thanks.
no need for that, just use avs2yuv and pipe it to x262, just like you would do with any other encoder. For instance:

Code:
avs2yuv.exe "AVS Script.avs" -csp AUTO -o - | x262.exe - --mpeg2 --output "raw_output.mpeg2"
should work.
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 18:10.


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