Author Topic: Tutorial: Matroska x264 Encoding 2.3  (Read 53250 times)

0 Members and 2 Guests are viewing this topic.

Offline DaT630Da

  • Posts: 165
    • View Profile
    • http://dat-web.extra.hu
Tutorial: Matroska x264 Encoding 1.9
« Reply #135 on: June 24, 2008, 11:21:29 AM »
What is your resolution?
Change the numbers in the bracket after the "spline64resize" to your resolution (i.e.: 1024,768 ; 1280,960 ; 1280,1024 etc...)

Code: [Select]
DirectShowSource("C:\Documents and Settings\Administrator\Pulpit\Conspiracy.avi")
crop( 0, 0, -0, -0)
spline64resize(1280,960) <-- change this!
Converttoyv12()

Offline Dogger

  • Veteran Member
  • Posts: 562
  • Beyond Tommorow 2011
    • View Profile
    • Romanesko Official Website
Tutorial: Matroska x264 Encoding 1.9
« Reply #136 on: June 24, 2008, 12:38:07 PM »
I have rendered my movie in 1280x960 resolution...
Nope. Its still doesnt works...
« Last Edit: June 24, 2008, 12:42:22 PM by Dogger »

Offline Dogger

  • Veteran Member
  • Posts: 562
  • Beyond Tommorow 2011
    • View Profile
    • Romanesko Official Website
Tutorial: Matroska x264 Encoding 1.9
« Reply #137 on: June 27, 2008, 09:26:50 AM »
Why no one can help me ?!

Offline Daffy

  • V.I.P. Member
  • Posts: 13506
  • WH & NU Founder
    • View Profile
Tutorial: Matroska x264 Encoding 1.9
« Reply #138 on: June 27, 2008, 09:47:39 AM »
Make sure you have AviSynth 2.5.8RC1 installed, re-install it in that case as AviSynth 2.5.7 doesn't have Spline64, just Spline36.

If it's still not working, change 64 to 36.

Offline Dogger

  • Veteran Member
  • Posts: 562
  • Beyond Tommorow 2011
    • View Profile
    • Romanesko Official Website
Tutorial: Matroska x264 Encoding 1.9
« Reply #139 on: June 28, 2008, 03:16:38 AM »
OK Daffy, it works now.
But i have the next problem.

This is my bitrate calculator.
F-u-c-k, f-u-c-k. What now ?
« Last Edit: June 28, 2008, 03:17:04 AM by Dogger »

Offline Daffy

  • V.I.P. Member
  • Posts: 13506
  • WH & NU Founder
    • View Profile
Tutorial: Matroska x264 Encoding 1.9
« Reply #140 on: June 28, 2008, 03:21:14 AM »
Click the circle next to "Average bitrate" and select a bitrate...

Offline Dogger

  • Veteran Member
  • Posts: 562
  • Beyond Tommorow 2011
    • View Profile
    • Romanesko Official Website
Tutorial: Matroska x264 Encoding 1.9
« Reply #141 on: June 28, 2008, 03:46:38 AM »
How much kbits is in 1 mbits ?
And Daffy, tell how inch have you monitor ?

Alright. Everythigs works. I have my movie in .mkv. But this is only a test render, and i have 16 seconds movie and 69 mb/s this is normal ? What am i done bad ?
« Last Edit: June 28, 2008, 04:19:46 AM by Dogger »

Offline Mythic

  • Veteran Member
  • Posts: 3695
  • WH Member
    • View Profile
Tutorial: Matroska x264 Encoding 1.9
« Reply #142 on: June 28, 2008, 04:43:04 AM »
Dude, get your video ready, follow the tutorial, don't come to tell what you're getting with your 15 seconds clips.
« Last Edit: October 15, 2008, 04:32:06 AM by Mythic »

Offline Daffy

  • V.I.P. Member
  • Posts: 13506
  • WH & NU Founder
    • View Profile
Tutorial: Matroska x264 Encoding 1.9
« Reply #143 on: June 28, 2008, 09:35:11 AM »
When it's only 16 seconds, there aren't room for a lot of reference frames so a lot of bitrate has to be given to each frame causing it to peak more than usually.
You can open the x264.exe in a cmd window and type "x264.exe --help" and find the command to give it a maximum buffer and peak size.
Also i don't see how knowing the size of my monitor is gonna help.
1mbit=1000kbit
1mByte=1024kBits
« Last Edit: June 28, 2008, 09:36:53 AM by Daffy »

Offline Dogger

  • Veteran Member
  • Posts: 562
  • Beyond Tommorow 2011
    • View Profile
    • Romanesko Official Website
Tutorial: Matroska x264 Encoding 1.9
« Reply #144 on: June 29, 2008, 04:12:40 AM »

Offline Labiloute

  • Veteran Member
  • Posts: 2502
    • View Profile
    • YouTube Channel
Tutorial: Matroska x264 Encoding 1.9
« Reply #145 on: July 13, 2008, 02:14:24 AM »
I receive that error when i click on START

 its not rendering

Error fixed, i forgot to install x264....

btw nice tutorial again =D
« Last Edit: July 13, 2008, 02:21:25 AM by Labilouteâ„¢ »

Offline Daffy

  • V.I.P. Member
  • Posts: 13506
  • WH & NU Founder
    • View Profile
Tutorial: Matroska x264 Encoding 1.9
« Reply #146 on: September 02, 2008, 12:57:23 PM »
Updated to 1.8 with some minor changes.

Offline Labiloute

  • Veteran Member
  • Posts: 2502
    • View Profile
    • YouTube Channel
Tutorial: Matroska x264 Encoding 1.9
« Reply #147 on: September 28, 2008, 06:06:05 AM »
A question, H264 is the same as x264 codec but in 1280/720 pix ?
can i encode in H264 with x264 codec

I dont really know which difference there is between x264 and H264.

Offline Daffy

  • V.I.P. Member
  • Posts: 13506
  • WH & NU Founder
    • View Profile
Tutorial: Matroska x264 Encoding 1.9
« Reply #148 on: October 07, 2008, 03:19:09 PM »
Quote
H.264 is a standard for video compression. It is also known as MPEG-4 Part 10, or MPEG-4 AVC (for Advanced Video Coding).
http://en.wikipedia.org/wiki/H.264

x264 is H.264.
H.264 is kinda the technological standards and/or guidelines x264 is built and based upon.
x264 is a H.264 encoder.

bluedagger

  • Guest
Tutorial: Matroska x264 Encoding 1.9
« Reply #149 on: October 15, 2008, 04:24:10 AM »
Ehm... I can't install huffyuv ! I need to open the .inf file but it just opens as text lol, I'm seriously too noobish for this, but I really want the .mkv quality since I'm getting fucking tired of wmv's colors and quality.

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal