![]() |
Quote:
Quote:
Quote:
Quote:
|
Quote:
|
:idea: Aha :!:
So maybe MEncoder is not respecting the vbitrate value. I've had this problem and Inc. too. I don't know if he solved it already but I still have it here. Most of my tests only go near 3000kbps but sometimes I have vbitrate set to 5000 and vrc_maxrate set to 9800 without vrc_minrate at all. So can someone else tell us if this small movie is also happening? Cheers |
Quote:
Then, could be, in a easy way for you, that parameters was writed step by step in the test box, meanwhile you are making settings (as besweet way). In addition text box could be edited, I mean paste onto it, besweet command line, and could mencodeme process it when click in encode, like a batch file. Or at least, copy text from text box to a batch file (it would be a help for advanced users) |
Quote:
As I did say some postings above and suggested: Set lmin to smaller values then 1, I did set that to 0.3 and have no probs. lmin=1 works like a minimal Quantisation factor and if you set it lower, quantisation also gets lower :arrow: larger filesize incl. even more quality. Even lmin is set to 0.1 there's still a barrier which didn't let me go aver approx 4000kbit in avg .... but I think thats not our purpose in here to get even more above. BUT!: This is a Videostream encoding GUI "only" ... and if we could build an 1:1 DVD backup GUI which gives better output then a DVDshrink or so on .... an even higher avg will sometime be needed. Im just working on a working way to get a full DVD backup incl. orig menues and all extras working with an ENCODED stream (not transformed!) and if that works the next step would be 2DVDs incl EVERYTHING on 1DVD-R. :wink: |
@anyone,
I tried mpeg-1 704x480 resize and a frame rate of 23.976 from dvd2avi. MEncoder translated that to 23.98 fps. The final video skips every 15 to 20 seconds through the entire movie. It believe MEncoder supports only certain frame rates and either converts your input to something it wants, gives you a default frame rate, or stops with an error. :roll: -BP |
Quote:
|
@vmesquita
About this log: Writing AVI header... New_Face failed. Maybe the font path is wrong. Pos: 0.0s 1f ( 0%) 0fps Trem: 0min 0mb A-V:0.000 [0:0]Please supply the text font file (~/.mplayer/subfont.ttf). subtitle font: load_sub_face failed. Pos: 0.1s 3f ( 0%) 0fps Trem: 0min 0mb A-V:0.000 [0:0][mpeg2video @ 0x9b50a0]rc buffer underflow Pos: 118.1s 2832f (99%) 8fps Trem: 0min 12mb A-V:0.000 [883:0] Is there anyway of getting rid of this bufferunderrun that occurs every time I'm doing an encode? I believe that this is the cause of the "2 frames ahead"* that I get with Mencode-me. *=When comparing the same sample encoded with two different encoders, the clip with Mencode-me is 2 frames ahead of the other sample when looking to the same frame number (I hope you get what I mean? :roll: ) Frames 2 & 3 are gone from the clip... |
Quote:
The encoded MPEG-2, muxed as SVCD and burned as SVCD, plays EXCELENT :!: on my Cyberhome and JVC players :D No sync issues whatsoever. :cool: Here's a sample cut. http://www.kvcd.net/payback.mpeg2.mpg.cut.37.mpg -kwag |
WOW! 8O Nice clip and good news, Kwag! :D
Off-topic: PS I did notice a swedish car in the clip. :lol: |
Quote:
And I did set vqmin to 1 and also lmin to 0.3 (or so) and I had a nice dynamically Q curve with more avg bitrate possible above 2000kbit if needed. You already told me your issue with the flat Q curve ... but I never had that issue ... |
@black prince
Could test encoding in 24 fps (using the command-line)? Maybe it solves this issue. @audioslave I don't know why it drops the first frames... :? @kwag This is great news! |
Features request
I have tried MEncodec-me and i really like it (very fast), but quality results are still far from tmpeg/quenc (due to avs support).
1. implement avs support (raw encoding, no filters) 2. auto crop/resize (gripcrop-like) 3. try to implement better the optimal scripts (wich are avs) Thanks for the attention ! |
@ Patchworks
You can still gain from full Avisynth gain as an AVS Import can be done via a fake AVI made by using "Makeavis" EVEN if autocrop works great in mencoder, you stll have to implementate a automatic calculation routine like in Moviestacker to receive perfect crop/resize/expand parameters for macroblock based images and for shure on individual sized Avi inputs :arrow: MEGA Work ! :wink: So its very easy to use moviestacker and get the needed crop/resize values wich can be easely used in mencoder by Crop:xxx:yyy:x:y and scale xxx:yyy -- adding borders will then be done by Expand:xxx:yyy There are already optimal scripts set in the provided templates of MencoderME .. like for AVis or SVCD. Further OptimalScripting can still be done via Avisynth & Makeavis. |
@ Vmesquita
Maybe Im Wrong, but a resulted tmp.conf gots these lines inclued: Code:
vf=kerndeint=15:0:1yuvcsp,scale=::0:0:60,...................Output of commandline: Opening video filter: [kerndeint=15:0:1yuvcsp] :arrow: :!: I think there should be a "," between these to vf parameters as it seems that mencoder just takes it as it is set? As I always used a "," to separate them if encoding via manual generated bat files. Maybe you give your String in the Programcode a nice "," added :) |
vmesquita....V...we need a new thread of Mencode-me.
who can follow the great changes and features that you did here? :idea: this is too big and deserve a new fresh thread with downloads, explanations about changes, general informations, little guide and maybe locked, only you can post and change in that new thread! :wink: |
@vmesquita,
Could you add selectable DC precision to Mencoder-ME :?: So you can choose 8, 9, 10, 11 bits :?: Thanks, -kwag |
@inc,
Would be nice to build a list of MEncoder parms similiar Avisynth filters and Tmpgenc settings. I found some that are part of Mplayer manpage and have been slowly removing avisynth filters replacing them with mencoder parms. The results are sometimes surprising. But replacing them has speeded-up the encoder. Some more -vf parms: 1) -vf rectangle=704:480 --> (displays rectangle on frame) 2) -vf crop=704:480:0:0 --> (3 and 4 parms are position on screen) 3) -vf scale=704:480 --> (resize frame) 4) -vf expand=0:1:0:1 --> (addborders top/bot, left/right) 5) -vf eq2=A:B:C: D --> (A=alpha, B=contrast, C=brightness, D=saturation) 6) -vf boxblur=2:3 --> (blur) -BP |
Quote:
Quote:
Quote:
@incredible Looks like you found a bug. Actually I should make this field operations another set of txt files or something like that so everyone can add their favorite field operations. :D @jorel Maybe we need a new forum then. Because many issues are just being discussed here, it would be better to have a thread for each issue. Maybe it would be better to open a new MencodeMe forum or make the DIKO forum "VMesquita programs forum" (not sure this is a good idea because MencodeMe is totally unrelated to DIKO). I'll PM kwag about this. Quote:
|
Quote:
Quote:
I'll look more into it ;) -kwag |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.