![]() |
Quote:
But cat didn't work for me. I used type instead: Code:
type %source%*.vob|%menc%\mencoder -include %menc%\mplayer\dvd.ini -vf <filters> -lavcopts <functions> -o %output%film.m2v -%source% is the path for source file (where vobs are stored) %menc% the path to mencoder.exe dvd.ini some settings I use (substitute it with the conf generated by mencodeme) %output% the path for the output file and it's very important the last "-" Try it and see if it works with you. (oops, I see this thread has really gone off topic. And the topic about extra settings in mencodeme was really interesting) |
If that works, we could really give up getting d2v working ;-)
Why is that "-" that importand as last letter in the line :?: |
Inc, I don't really know.
I guess that, as we don't give mencoder any input file, this last - says mencoder that vobs are the input file. But don't know at all. You'll get better explanations from others. I cannot help, but we'd better find a way for mencoder to load and work fast with avs files... |
Yep Digitall.Doc! :)
But I want to get streams now be treaten only by mencoder --- the more direct elegand way --- as to me it seems mencoder gots a very big potential in its filter count/functions. Look at the mencoder cropping/resize etc. thread in here, where I did count just "some" of the filters and for shure a link to a comparing site of mencoder filters :arrow: 8O I dont want to leave Avisynth generally, nooo ;-) But if I got that motor-mencoder which already drives faster using "less octane" ... porque hecharle la gazolina de 98oct.???? :lol: :lol: My intention: No more DVD2AVI, no more AC3 demuxing and all these complex steps. Just VOB in and m2v and AC3(s) out ... and thats possible in a very good quality - I just saw this weekend. :wink: |
Quote:
Quote:
Quote:
Quote:
|
Quote:
Once mencoder gets in most peoples brain .... programmers also do think about it :?: Quote:
|
Quote:
|
Peder,
thanx for your better explanation. I guess it works similar in windows cmd. |
Well, I went and found a cygwin compiled cat.exe for dos.
It works fine (hd thrashes a bit, less than copy... but way way more than our std avs-avi-mencoder route). BUT.. wait for it.. wait for it.. Encode speed was 2 fps !!!!! (my normal is 8 to 14 fps, 20 on low bitrate scenes). Wierd or what - I thought it'd be faster!!?? |
Quote:
Quote:
But from http://www.mplayerhq.hu/DOCS/HTML-si...html#id2884943 Quote:
|
Hi Prodater,
is cat working for you?. Since somebody told me (bilu I think) that cat was for unix platforms and type for windows cmd. Never tried to join files this way, but I right down the suggestion in case I have to do it (post your results if you tried). Because I usually put 2 films per DVD and author with DVDlab or TMPGEnc DVD author. That means individual videos, not joined at all. |
Quote:
I don't know any cat command in Windows OS. Surely you are right. Then, change cat command for type one. Maybe Inc. could text it when he would have time. |
The Idea was ....
Giving mencoder a command to automatically continiue using the next part of the splitted vobs, so 1 videostream of each movie would be come out encoded. If you just want to merge partially encoded m2vs you also can use the copy /b .... command to merge the m2vs to a total m2v and after this del .... command to delete the partial m2vs As we use this to merge splitted VOBs ..? :?: |
Quote:
You are right. I'm not expert, i'm sorry. I would want only find a way to avoid files bigger than 2GB. Could you resume it, if you think is a good idea? |
Just a thought -
Since the file are split into 1G chunks on the dvd anyway (or is that just how fat32 "see's" them??), what's wrong with.. Loading each vob into dvd2avi, extracting the ac3 for that vob, converting to mp2, repeat for each other needed vob. "D:\ForCd_DvdTools_Mar04\Audio Tools\BeSweet 15b26\BeSweet.exe" -core( -input "E:\Movie\Ep1 AC3 T01 2_0ch 192Kbps DELAY 0ms.ac3" -output "E:\Movie\Ep1.mp2" ) -azid( -s dplii -c normal -L -3db ) -ota( -hybridgain ) -toolame( -m s -b 128 -e ) "D:\ForCd_DvdTools_Mar04\Audio Tools\BeSweet 15b26\BeSweet.exe" -core( -input "E:\Movie\Ep2 AC3 T01 2_0ch 192Kbps DELAY 0ms.ac3" -output "E:\Movie\Ep2.mp2" ) -azid( -s dplii -c normal -L -3db ) -ota( -hybridgain ) -toolame( -m s -b 128 -e ) then run each vob into mencoder with a batch file Mencoder -include "Vcd movie.ini" "E:\movie\VIDEO_TS\VTS_02_1.VOB" -o "E:\movie\Ep1.mpg" Mencoder -include "Vcd movie.ini" "E:\movie\VIDEO_TS\VTS_03_1.VOB" -o "E:\movie\Ep2.mpg" Then mux each mpg with it's own mp3, then write those final mpgs to a cdr without any time gaps between movies (so they'd run on into each other). (another way would be to extract the ac3 for the whole movie, convert it, then do each vob seperate, than copy /b pt1.mpg + pt2.mpg + ... final.mpg. Then remux the mp2 into it.) Would either of those work? <edit> Actually, I'm trying it now, overnight, so we'll see huh! (ps funnily enough, it is faster now, 28fps (dunno what the previous lows of 2fps were... maybe xp needed rebooting (yes, it does, just as often an 98 and 95 did!!). |
Wow!!
It's beoootuful!!.. :lol: :lol: I've also since found that besweet read from vobs!! so the audio batch file is "D:\ForCd_DvdTools_Mar04\Audio Tools\BeSweet 15b26\BeSweet.exe" -core( -input "E:\Movie\VIDEO_TS\VTS_02_1.VOB" -output "E:\Movie\Ep_02_1.mp2" ) -azid( -s dplii -c normal -L -3db ) -ota( -hybridgain ) -toolame( -m s -b 128 -e ) "D:\ForCd_DvdTools_Mar04\Audio Tools\BeSweet 15b26\BeSweet.exe" -core( -input "E:\Movie\VIDEO_TS\VTS_03_1.VOB" -output "E:\Movie\Ep_03_1.mp2" ) -azid( -s dplii -c normal -L -3db ) -ota( -hybridgain ) -toolame( -m s -b 128 -e ) For each vob needed. The video goes into mencoder as prev. post, and comes out (s)vcd mpg. It's then muxed with either the individual mp2's (for episodic dvd's), or joined with copy /b xx +xx, then muxed with the full sized mp2 (for normal movies). 28 fps on a p3-850 celery!!!! (that's up from 8 fps using avs-avi-mencoder route). I think I'll be dropping avisynth/fake avi and going this way (mencoder can also handle interlaced and 16:9 and widescreen stuff too - it has it's own border controls). Can anyone think of a good reason not to (I'm not doing vhs captures, or divx to (s)vcd/dvd)? |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.