Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vfx3love

Pages: [1]
1
Thank so much for help nm and AnonCrow .

2
Great! Thank you so much . But when I use your code : x264 --preset slow --tune film --crf 20 -o output.mkv input.xyz . It so good but I cant control bitrate and resolution ( convert MKV  HD movie 1280x720p > SD 720x576p) for my SD box player.

I want  target video+audio bitrate 2Mbps and time encoding fast more 10f/s (My CPU Core i5 2,4Ghz, Ram 4Gb ). Do you have other cmd X264 for this ? Thank so much for help .

3
Hi everybody,

I know RGB display format for LCD PC and YUV for TV. I think if want convert video per format, can change right style ( LCD PC or TV) for better quality . I know right? Because I seen in some cmd for hight quality X264 have value avs2yuv .

Example :
"avs2yuv" "source.avs" -o - | "x264" --demuxer y4m --crf 1 --sar 3:2 --profile main --level 3.2 --ref 4 --bframes 3 --deblock -1:-1 --aq-strength 0.8 --vbv-bufsize 950 --vbv-maxrate 950 --direct auto --no-mbtree --partitions p8x8,b8x8,i8x8,i4x4 --keyint 100 --no-fast-pskip --no-dct-decimate --subme 7 --trellis 2 --psy-rd 1.0:0.0 --me umh --b-adapt 2 --no-scenecut --output "encode.mkv" - 2> "pass2.log"

And in X264 can control deep for bitrate I,B,P frame by hand? . Because I think I frame need bitrate priority for quality video more then B,P frame. I know right ?

Thank so much for help .




 

4
Newbies / Re: How about use X264 for Carbon Coder
« on: April 26, 2012, 11:48:00 PM »
Thank your for help.

5
Newbies / How about use X264 for Carbon Coder
« on: April 25, 2012, 12:50:52 AM »
Hi everybody,

           I try encoding music video clip by Carbon Coder with SD profile ( best profile recommend by they): H.264 resolution 720x576, bitrate CBR 2Mbps but quality look so bad . Had many blocking in moniton fast and artifact detail .

           I know X264 can output high quality more than Carbon Coder but hard config and no interface control task jobs . Can use X264 internal for Carbon Coder ? Can your help me ? Thank so much .

           And I have one more question : I know X264 development by Aimar and him hired to Ateme . Ateme had Kyrion File Encoder with ads the better quality encoder and best than X264 . Where can find quality compare them ? . Sorry for my english no good .


 

6
Newbies / Re: Question about -aq and +aq
« on: April 23, 2012, 07:05:37 PM »
Thanks you so much .

7
Newbies / Question about -aq and +aq
« on: April 12, 2012, 01:02:23 AM »
Hi everybody !

I had find -aq and +aq in setting x264tMod by http://astrataro.wordpress.com/ . And I have more question for it :

avs4x264mod by him is better for rip HD ? I read info about it and know it is mod from x264 with include decoder libav and filter avisynth ,etc . I know right ?

Him show many sample in his web with value encoding -aq and +aq . What's it ? and it can help me up quality video ?

Can your help me know it . Very thank for help . Sorry my english no good

8
Newbies / Re: The best quality with value setting X264
« on: April 12, 2012, 12:38:28 AM »
Thank for help J_Darnley .

Yes, him choice main profile for playing stable lowend set top-box.
And no choice sceen cut because him get crapy frame by frame, no smooth when playing .

Target bitrate is 2Mbps for video+audio . I try your way but bitrate so high ~40Mbps :( .

I dont know value  "avs2yuv" "source.avs" -o - | "x264" --demuxer y4m use for about it . Can your help me know this values  .

9
Newbies / The best quality with value setting X264
« on: April 11, 2012, 08:25:25 PM »
Hello everybody,

I'm new step into encoder and strancoder . I had find some setting for x.264 and had many solution for ripper for best quality . But i dont know about value in setting ? Can your help me know about it .
Ex: One guy say " my comanline this is the best setting for video quality when rip 720p to 576p
This code : "avs2yuv" "source.avs" -o - | "x264" --demuxer y4m --crf 1 --sar 3:2 --profile main --level 3.2 --ref 4 --bframes 3 --deblock -1:-1 --aq-strength 0.8 --vbv-bufsize 950 --vbv-maxrate 950 --direct auto --no-mbtree --partitions p8x8,b8x8,i8x8,i4x4 --keyint 100 --no-fast-pskip --no-dct-decimate --subme 7 --trellis 2 --psy-rd 1.0:0.0 --me umh --b-adapt 2 --no-scenecut --output "encode.mkv" - 2> "pass2.log"
.
Do your can help me know value in code and this is the better for rip . Thank so much . Sorry my english no good .




Pages: [1]