Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Interlaced video in HQ codec
#11
Been fiddling with this again and ended up finding out that the problem with x264 was that it was trying to use 32-bit AviSynth (some of the plugins I tried were 32-bit only) with 64-bit x264. Turns out that's easily fixed by avs4x264mod! So, I've just run this...

Code:
FFmpegSource2("inputfile.mkv")
SetFilterMTMode("QTGMC", 2)
AssumeFPS("ntsc_video")
AssumeTFF()
Crop(10, 40, -6, -44)
QTGMC(Preset="Slower", Edithreads=6)
BicubicResize(1280,720)
Prefetch(threads=14)

... with this:

Code:
avs4x264mod --pass 1 --bitrate 20000 --bluray-compat --level 4.1 --preset veryslow --tune film --keyint 60 --sar 1:1 --slices 4 --vbv-bufsize 30000 --vbv-maxrate 40000 --b-pyramid none --weightp 0 --colorprim smpte170m --transfer smpte170m --colormatrix smpte170m --merange 24 --stats ".stats" --output NUL script.avs
avs4x264mod --pass 2 --bitrate 20000 --bluray-compat --level 4.1 --preset veryslow --tune film --keyint 60 --sar 1:1 --slices 4 --vbv-bufsize 30000 --vbv-maxrate 40000 --b-pyramid none --weightp 0 --colorprim smpte170m --transfer smpte170m --colormatrix smpte170m --merange 24 --stats ".stats" --output output.h264 script.avs
PAUSE

Results look like they might be better than via the prores intermediate and obviously means I don't have a big ol' prores master sitting on my storage. The .h264 output from this is only a few GB.
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
  [Help] Merge Video into mkv MrBrown 3 923 2023-05-11, 02:04 PM
Last Post: stwd4nder2
  A stubborn intent to render yuv444 10bit video Amadian 4 1,731 2022-03-15, 11:57 AM
Last Post: Amadian
  AV1 (AOMedia Video 1) [main thread] spoRv 24 6,201 2022-01-08, 10:08 PM
Last Post: spoRv
  [Help] Sync audio to video (different fps and rips) JackForrester 14 5,288 2021-09-05, 01:57 AM
Last Post: JackForrester
  H.266 Codec = 50% Reduction In File Size marin888 8 3,809 2020-07-07, 02:59 PM
Last Post: spoRv
  How to remove every 25th dupe frame from h264 video Plissken1138 8 5,421 2019-03-31, 12:04 AM
Last Post: Chewtobacca
  [Help] 25fps PAL video mastered at 24fps with dupe frames SpaceBlackKnight 3 3,719 2019-03-26, 03:59 AM
Last Post: SpaceBlackKnight
  Bitrate and video encoding spoRv 0 2,763 2017-05-01, 11:19 AM
Last Post: spoRv
  Exported video has 'glitches' crissrudd4554 38 29,975 2017-04-02, 02:08 PM
Last Post: crissrudd4554
  Which lossless video codec to use? spoRv 29 36,121 2015-06-09, 12:27 AM
Last Post: spoRv

Forum Jump:


Users browsing this thread: 1 Guest(s)