View Full Version : FAVC - v1.07 (Auto Menu Generation) (19/06/08)
Pages :
1
2
3
[
4]
5
6
7
8
9
10
11
12
13
14
15
16
17
danielk68
1st April 2007, 11:46
thx for your answers, very appreciated.
i couldn't do what you adviced to me(pallets options are nor saved
for me). i'll ask in subtitle creator forum.
thx:thanks:
Kaonashi
2nd April 2007, 22:42
This is an excellent tool and the fact that it supports italic and bold makes me want to leave Avi2Dvd.
Unfortunately I'm having audio problems. I tried to convert an AVI file with a MP3 track and the resulting DVD has a slight delay on the audio. What can be the cause of this?
I'm using the latest FAVC.
Mr_Odwin
2nd April 2007, 23:11
The problem is most likely vbr mp3 audio. Avisynth tends to struggle with this - and often the offending avis are badly made also.
Try going into the Advanced Scripting tab and ticking the box marked" Use DirectShowSource instead of AVISource". Alternatively, reload an avi into avimuxgui and remux it (same audio and video) - this remuxed avi file will likely be in sync after conversion.
http://forum.videohelp.com/viewtopic...338598#1338598
Kaonashi
3rd April 2007, 09:21
It seems to be working now. Thank you.
Have you ever considered adding support for other containers and/or other codecs?
ookzDVD
3rd April 2007, 23:27
I have strange problem here,
the result video is rotated 180 degree.
jolson
4th April 2007, 12:10
...or maybe FlipVertical()...?
Mr_Odwin
4th April 2007, 13:47
I have strange problem here,
the result video is rotated 180 degree.
That is odd. I see that you have made quite a few posts on Doom9 so I'll assume that you are familiar with Avisynth.
In the Working Folder that is generated FAVC creates Title#.avs files for each video file that it is working with. If you can tell me what text is in the file that is associated with the video file that would be ideal.
ookzDVD
4th April 2007, 16:17
That is odd. I see that you have made quite a few posts on Doom9 so I'll assume that you are familiar with Avisynth.
In the Working Folder that is generated FAVC creates Title#.avs files for each video file that it is working with. If you can tell me what text is in the file that is associated with the video file that would be ideal.
Sure,
LoadPlugin("C:\Downloads\FAVC\Avisynth Plugins\Decomb.dll")
LoadPlugin("C:\Downloads\FAVC\Avisynth Plugins\QTSource.dll")
LoadPlugin("C:\Downloads\FAVC\Avisynth Plugins\VSFilter.dll")
Import("C:\Downloads\FAVC\Avisynth Plugins\FAVCResize.avsi")
Import("C:\Downloads\FAVC\Avisynth Plugins\FAVCStereo.avsi")
Import("C:\Downloads\FAVC\Avisynth Plugins\FAVCFPS.avsi")
Try {
AVISource("C:\!VCD\briana\bbfw_scene1b.avi").EnsureVBRMP3Sync()
FAVCStereo(Last,Last)
}
Catch(Err_Msg) {
DirectShowSource("C:\!VCD\briana\bbfw_scene1b.avi",FPS=29.970,ConvertFPS=True).EnsureVBRMP3Sync()
FAVCStereoDSS(Last,Last)
}
ConvertToYV12()
ChangeFPS(30000,1001)
FAVCResize(Last,"NTSC",0,1292)
I also found that in the working dir there's .m2v file
and when I play the m2v, the video is flipped.
thank you.
Mr_Odwin
4th April 2007, 16:27
Is the video flipped when you open the avs file in Virtualdub?
As you can see from the file, there is nothing really going on there - just AVISource and some simple manipulation.
Do you have the latest Avisynth? I'd install 2.5.7 if you haven't already.
ookzDVD
4th April 2007, 16:49
Is the video flipped when you open the avs file in Virtualdub?
As you can see from the file, there is nothing really going on there - just AVISource and some simple manipulation.
Do you have the latest Avisynth? I'd install 2.5.7 if you haven't already.
The .avs is ok in virtualdub, i think it's quEnc's problem. :(
I'll try use HC, I'll post the result.
ookzDVD
4th April 2007, 17:00
The result with HC is still filpped :(
ookzDVD
4th April 2007, 17:13
I try my own created avi (xvid) and try favc it,
the result is ok, hmm... the problematic avi's fourcc is div3,
and the res. is 496x384.
Mr_Odwin
5th April 2007, 10:37
I did a forum search on "divx 3.11 video flipped" and the results suggested that it was a known problem. I would update my relevant codecs to the latest versions and if that doesn't work add "FlipVertical()" to one of the boxes in the advanced scripting tab (doesn't really matter which one).
ookzDVD
5th April 2007, 13:01
Ok, thank you for the info.
Btw, I also notice bad audio transfer, when i try avi (xvid+mp3) the audio is croppy. :(
Mr_Odwin
16th April 2007, 23:00
Ok, thank you for the info.
Btw, I also notice bad audio transfer, when i try avi (xvid+mp3) the audio is croppy. :(
I'm not sure why the audio would be croppy. What do you mean by croppy?
Kaonashi
21st April 2007, 02:14
I did a forum search on "divx 3.11 video flipped" and the results suggested that it was a known problem. I would update my relevant codecs to the latest versions and if that doesn't work add "FlipVertical()" to one of the boxes in the advanced scripting tab (doesn't really matter which one).
I'm also getting the flipped video on an XviD encoded file. I use ffdshow to play all my XviD encoded files. Could it be some problem there?
A suggestion: add a small box where the user can define the language code for the subtitles, so that they automatically load on a standalone DVD player.
gonwk
22nd April 2007, 21:55
Hi Mr Odwin,
I have installed FAV0.93 on my laptop which has Windows 2000 and on my desktop which has Windows XP.
FAVC works fine on my Windows XP ... but it does Not even get going on Windows 2000. I get the ERROR saying "Unhandled exception has occured ..." when I look into the Details it says "SystemAccesViolationException" ...
I reinstalled FAVC and reinstalled my .NET 2.0 and even reinstalled my Aviusynth 2.5.7RC3 ... and NO GO!
Q: What is my probelm? Or FAVC does not work with Win 2000?
Thanks,
G!:thanks:
Mr_Odwin
23rd April 2007, 12:15
I don't have Windows 2000, so it's difficult for me to say whether it works for it at all, or not. And it's incredibly difficult for me to iron out bugs that I can't replicate.
I'm sorry it's not working out for you on the laptop.
gonwk
24th April 2007, 01:49
Hi Mr. Odwin,
Thanks for your reply back ...
I am going to go ahead and upgrade to Win XP ... so no problem here ...
AND THANKS for a GREAT Program.
G!:)
dubious buccaneer
27th April 2007, 16:26
I was wondering - why does FAVC not support .mkv (and maybe also .ogm) files as input? I don't know about the internals but if AVISynth wrapping is used, can't this be done?
Mr_Odwin
28th April 2007, 20:35
There isn't much of a reason other than I've read that using Directshowsource() can be a little flaky sometimes.
I'll add mp4/mkv/ogm support (probably) in the next release. I'll have a closer look at how mediainfo handles these formats and proceed from there. Perhaps variable frame rates may prove problematic.
As an interim solution I'd hope (not tried it) that FAVC would process these files quite happily if the file extension was changed to wmv.
Hi Mr_Odwin!
Will there be any future releases which will support CCE?
Cheers!
Mr_Odwin
8th May 2007, 12:49
To be honest, I doubt it. I don't have CCE, and I have no plans to purchase it.
To be honest, I doubt it. I don't have CCE, and I have no plans to purchase it.
OK, no probs. BTW, can we just replace the old HC with new? Also MuxMan?
Mr_Odwin
8th May 2007, 13:21
That should work fine. As long as you rename HC to what the files are called now (so you'll be calling them 0.20 instead of 0.21)
linx05
8th May 2007, 14:09
In future versions, will you give us the option to use the programs we already have on our computer? HC encoder and ImgBurn are two of them.
Mr_Odwin
8th May 2007, 14:43
So that there aren't duplicate programs on your system, I assume?
I'll add it to my to-do list.
In future versions, will you give us the option to use the programs we already have on our computer? HC encoder and ImgBurn are two of them.
I'd rather have it the way it is. Like Mr_Odwin said, I would need to rename HC. In DVD-RB it uses a diff name altogether.
techreactor
9th May 2007, 06:28
Never looked at this thread, its an interesting tool and was doing this manually all these days for creating miniDVD's. I have some Q's though:
- Does it support only VCD resolution (352x240/288) since I did not see an option to support SVCD resolutions (480x480/576). VCD are MPEG1 only.
:thanks:
Mr_Odwin
9th May 2007, 09:40
It only supports resolutions that are in the dvd spec, so that excludes 480x480/576. Muxman is used for authoring and it just doesn't allow it. 352x288 is VCD resolution but the dvd spec allows for this to be MPEG2 rather than just MPEG1.
More often than not I use Half-D1 (352x480/576) which is also MPEG2 and is a good compromise between speed and quality.
techreactor
9th May 2007, 11:24
It only supports resolutions that are in the dvd spec, so that excludes 480x480/576. Muxman is used for authoring and it just doesn't allow it. 352x288 is VCD resolution but the dvd spec allows for this to be MPEG2 rather than just MPEG1.
More often than not I use Half-D1 (352x480/576) which is also MPEG2 and is a good compromise between speed and quality.
okay thanks, but I have 1 more Q, if I select User defined resize under advanced scripting, what input does it take, is it avisynth resizers ??? and will this circumvent the "Video resolution" choosen under encoder options.
Mr_Odwin
9th May 2007, 11:51
The advanced scripting tab is all about you adding to the avisynth script. User defined resize means that no resizing takes place unless you input it. So, yes, it circumvents the "Video resolution" chosen under encoder options and you need to use Avisynth resizers.
But ... Muxman will still throw an error if you try and use a non-dvd type resolution.
:)
Mr_Odwin
11th May 2007, 14:18
I've released a new version (v0.94) and the updates are given in the first post of this thread.
ricardo.santos
11th May 2007, 15:45
FAVC UPDATE? lets check it out!
Thanks for the update,waiting for the menus to be enabled, when its updated it will to me the best avi to dvd freeware tool outhere.
techreactor
12th May 2007, 07:21
Thanks for the update but I also noticed that you cannot decrease the Bitrates below 4k and CQ value cannot be entered in decimals.
All this is required if you create a miniDVD unless you are dynamically adjusting the BR/Quants to meet the custom size values.
If not, is it possible to include these.
Also found that the following code in favcfps.avsi
Function FAVCFPS(clip clip, int num, int den) {
Try {
ConvertFPS(clip,num,den)
}
Catch(Err_Msg) {
ConverttoYUY2() - REMOVED
ConvertFPS(clip,num,den)
ConverttoYV12() - REMOVED
}
return(Last)
}
was giving error in avisynth (invalid arguments to ConverttoYUY2())
I changed the script to remove the convertto***() and added it in the title0.avs (before and after calling favcfps) to make it work.
Mr_Odwin
12th May 2007, 10:47
Good spot. Best to change the text in FAVCFPS.avsi to read:
Function FAVCFPS(clip clip, int num, int den) {
Try {
ConvertFPS(clip,num,den)
}
Catch(Err_Msg) {
clip = ConvertToYUY2(clip)
clip = ConvertFPS(clip,num,den)
ConvertToYV12(clip)
}
return(Last)
}
To hit minidvd size I would use the custom size feature. The average bitrate is adjusted for this, while the maximum bitrate can be higher.
I just arbitrarily chose the 4000 for the maximum bitrate as there's not really a reason to go much lower if the average bitrate is adjustable via custom sizing. However, if you want it then I can implement it.
Thanx for the new version!
PS: This is minor request but can you pls add version numbers for future releases to the zip file?
Also, would it be possible to have another tab to view the script being created before sending it off to the encoder or just save the .avs for viewing in MPC or AVSp?
Cheers!
rack04
12th May 2007, 13:46
I get the following error when using the latest FAVC with HC and QuEnc. FWIW, I'm using AviSynth 2.5.6, build: Oct 28, 2005 [18:44:09]
http://i11.photobucket.com/albums/a199/rack04/untitled-6.jpg
Mr_Odwin
12th May 2007, 14:50
I get the following error when using the latest FAVC with HC and QuEnc. FWIW, I'm using AviSynth 2.5.6, build: Oct 28, 2005 [18:44:09]
http://i11.photobucket.com/albums/a199/rack04/untitled-6.jpg
The error wouldn't occur with Avisynth 2.5.7, but it is the same bug mentioned by techreactor above.
In the FAVC folder go into the Avisynth plugins folder and replace the text in FAVCFPS.avsi with what is in my post above.
bEnGaLi tHuG, your file renaming request is simple enough, but your second request is more tricky as the scripts are generated after the analysis step. We can do what you'vfe asked for, but it'll probably not be quickly forthcoming (added to my to-do list).
techreactor
13th May 2007, 06:01
Also, would it be possible to have another tab to view the script being created before sending it off to the encoder or just save the .avs for viewing in MPC or AVSp?
Cheers!
@BT, its already present, if you select the option to "Keep" temp files, goto your temp folder, open up the working folder, under it you will find a file named "title0.avs".
Open this avs file in MPC and you have your view.
dubious buccaneer
13th May 2007, 07:32
There isn't much of a reason other than I've read that using Directshowsource() can be a little flaky sometimes.
I'll add mp4/mkv/ogm support (probably) in the next release.
That's good... although, what I would also like to see, when mp4/mkv/ogm 's are supported, is their use also as the subtitle source, instead of me having to demux the subs first.
Oh, and another feature request: A rudimentary auto-generated menu for DVDs generated from several video files.
@BT, its already present, if you select the option to "Keep" temp files, goto your temp folder, open up the working folder, under it you will find a file named "title0.avs".
Open this avs file in MPC and you have your view.
Yes, but that's only after it starts encoding rite?
techreactor
13th May 2007, 13:16
Yes, but that's only after it starts encoding rite?
If you choose to keep the temp file, you can stop the encoding, preview the script and then start the title.bat file (in temp folder) again, to start the encode.
If you choose to keep the temp file, you can stop the encoding, preview the script and then start the title.bat file (in temp folder) again, to start the encode.
that can be a temp fix for now then. cheers!
rack04
15th May 2007, 14:28
I just ran a long conversion only to have the dvd authoring fail. Can someone please explain how to run the dvd authoring using batchmux? I still have the working folder from the encode.
Mr_Odwin
15th May 2007, 14:48
Go into the working folder and open the title.bat file in a text editor (eg. notepad) and then delete everything except the batchmux command. Save the file and then double click on it.
If it fails again, please let me have all the gory details.
rack04
15th May 2007, 17:01
Go into the working folder and open the title.bat file in a text editor (eg. notepad) and then delete everything except the batchmux command. Save the file and then double click on it.
If it fails again, please let me have all the gory details.
I did as you suggested but I'm still have some issues. When I re-ran the modified title.bat the output iso was 0 kb and I get the following error when trying to "build" and iso using ImgBurn.
http://i11.photobucket.com/albums/a199/rack04/untitled-7.jpg
Here is the modified title.bat
Echo *********************************************************
Echo ********************* Authoring DVD *********************
Echo *********************************************************
Echo.
"C:\Program Files\FAVC\BatchMux\BatchMux.exe" -arglist "C:\Program Files\FAVC\Working\Working Folder 0\BatchMux.ini"
Echo.
Echo *********************************************************
Echo ********************** Creating ISO *********************
Echo *********************************************************
Echo.
"C:\Program Files\FAVC\mkisofs\mkisofs.exe" -dvd-video -V "DVD_0" -udf -o "C:\Program Files\FAVC\Output\dvd 0.iso" "C:\Program Files\FAVC\Output\dvd 0"
Here is the BatchMux.ini
-d "C:\Program Files\FAVC\Output\dvd 0\VIDEO_TS"
-mxp "C:\Program Files\FAVC\Working\Working Folder 0\MuxScript.mxp"
-l "C:\Program Files\FAVC\Working\Working Folder 0\MuxScript.log"
-muxman "C:\Program Files\FAVC\MuxMan"
-v "C:\Program Files\FAVC\Working\Working Folder 0\Title0.m2v"
-a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title0.ac3"
-cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap0.txt"
-SEG2v "C:\Program Files\FAVC\Working\Working Folder 0\Title1.m2v"
-SEG2a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title1.ac3"
-SEG2cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap1.txt"
-SEG3v "C:\Program Files\FAVC\Working\Working Folder 0\Title2.m2v"
-SEG3a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title2.ac3"
-SEG3cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap2.txt"
-SEG4v "C:\Program Files\FAVC\Working\Working Folder 0\Title3.m2v"
-SEG4a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title3.ac3"
-SEG4cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap3.txt"
-SEG5v "C:\Program Files\FAVC\Working\Working Folder 0\Title4.m2v"
-SEG5a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title4.ac3"
-SEG5cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap4.txt"
-SEG6v "C:\Program Files\FAVC\Working\Working Folder 0\Title5.m2v"
-SEG6a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title5.ac3"
-SEG6cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap5.txt"
-SEG7v "C:\Program Files\FAVC\Working\Working Folder 0\Title6.m2v"
-SEG7a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title6.ac3"
-SEG7cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap6.txt"
-SEG8v "C:\Program Files\FAVC\Working\Working Folder 0\Title7.m2v"
-SEG8a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title7.ac3"
-SEG8cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap7.txt"
-SEG9v "C:\Program Files\FAVC\Working\Working Folder 0\Title8.m2v"
-SEG9a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title8.ac3"
-SEG9cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap8.txt"
-SEG10v "C:\Program Files\FAVC\Working\Working Folder 0\Title9.m2v"
-SEG10a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title9.ac3"
-SEG10cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap9.txt"
-SEG11v "C:\Program Files\FAVC\Working\Working Folder 0\Title10.m2v"
-SEG11a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title10.ac3"
-SEG11cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap10.txt"
-SEG12v "C:\Program Files\FAVC\Working\Working Folder 0\Title11.m2v"
-SEG12a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title11.ac3"
-SEG12cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap11.txt"
-SEG13v "C:\Program Files\FAVC\Working\Working Folder 0\Title12.m2v"
-SEG13a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title12.ac3"
-SEG13cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap12.txt"
-SEG14v "C:\Program Files\FAVC\Working\Working Folder 0\Title13.m2v"
-SEG14a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title13.ac3"
-SEG14cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap13.txt"
-SEG15v "C:\Program Files\FAVC\Working\Working Folder 0\Title14.m2v"
-SEG15a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title14.ac3"
-SEG15cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap14.txt"
-SEG16v "C:\Program Files\FAVC\Working\Working Folder 0\Title15.m2v"
-SEG16a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title15.ac3"
-SEG16cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap15.txt"
-SEG17v "C:\Program Files\FAVC\Working\Working Folder 0\Title16.m2v"
-SEG17a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title16.ac3"
-SEG17cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap16.txt"
-SEG18v "C:\Program Files\FAVC\Working\Working Folder 0\Title17.m2v"
-SEG18a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title17.ac3"
-SEG18cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap17.txt"
-SEG19v "C:\Program Files\FAVC\Working\Working Folder 0\Title18.m2v"
-SEG19a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title18.ac3"
-SEG19cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap18.txt"
-SEG20v "C:\Program Files\FAVC\Working\Working Folder 0\Title19.m2v"
-SEG20a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title19.ac3"
-SEG20cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap19.txt"
-SEG21v "C:\Program Files\FAVC\Working\Working Folder 0\Title20.m2v"
-SEG21a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title20.ac3"
-SEG21cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap20.txt"
-SEG22v "C:\Program Files\FAVC\Working\Working Folder 0\Title21.m2v"
-SEG22a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title21.ac3"
-SEG22cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap21.txt"
-SEG23v "C:\Program Files\FAVC\Working\Working Folder 0\Title22.m2v"
-SEG23a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title22.ac3"
-SEG23cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap22.txt"
-SEG24v "C:\Program Files\FAVC\Working\Working Folder 0\Title23.m2v"
-SEG24a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title23.ac3"
-SEG24cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap23.txt"
Let me know what additional information you need.
rack04
15th May 2007, 17:07
Had to post a new reply due to post length.
Here is the MuxScript.log
MuxMan version 0.15R
Opened script file C:\Program Files\FAVC\Working\Working Folder 0\MuxScript.mxp
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title0.m2v size = 68866779
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title0.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title1.m2v size = 137195247
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title1.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title2.m2v size = 115545594
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title2.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title3.m2v size = 132688644
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title3.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title4.m2v size = 131417660
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title4.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title5.m2v size = 137875433
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title5.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title6.m2v size = 119183683
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title6.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title7.m2v size = 129881322
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title7.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title8.m2v size = 46918665
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title8.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title9.m2v size = 138542216
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title9.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title10.m2v size = 59953066
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title10.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title11.m2v size = 140045267
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title11.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title12.m2v size = 131839358
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title12.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title13.m2v size = 129405209
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title13.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title14.m2v size = 148929512
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title14.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title15.m2v size = 85501939
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title15.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title16.m2v size = 120058192
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title16.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title17.m2v size = 123666067
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title17.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title18.m2v size = 103143656
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title18.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title19.m2v size = 123677167
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title19.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title20.m2v size = 133011245
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title20.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title21.m2v size = 136666304
expanded database to 300 entries.
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title21.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title22.m2v size = 76916118
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title22.ac3
Accepted video C:\Program Files\FAVC\Working\Working Folder 0\Title23.m2v size = 103997478
Accepted audio C:\Program Files\FAVC\Working\Working Folder 0\Title23.ac3
expanded database to 400 entries.
expanded database to 500 entries.
expanded database to 600 entries.
expanded database to 700 entries.
expanded database to 800 entries.
expanded database to 900 entries.
10:52:09 Begin multiplex VTS01.
Title Segment List
Segment_1
Maximum audio duration 4850 fields.
Starting scene Segment_1_scn1 at 00:00:00:00
SeqEnd at 41AD2D7.
Bytes remaining in buffer = 0.
Bitrate - avg: 7166916, min: 425558 (lba 2032), max: 8412963 (lba 7838).
Shortest GOP has 18 fields, longest GOP has 30 fields.
Fields: 4848, VOBU: 161, Sectors: 35380.
10:52:20 Begin multiplex VTS02.
Title Segment List
Segment_2
Maximum audio duration 9080 fields.
Starting scene Segment_2_scn1 at 00:00:00:00
SeqEnd at 82D6EEB.
Bytes remaining in buffer = 0.
Bitrate - avg: 7606567, min: 425558 (lba 997), max: 8380227 (lba 19219).
Shortest GOP has 18 fields, longest GOP has 30 fields.
Fields: 9078, VOBU: 302, Sectors: 70314.
10:52:37 Begin multiplex VTS03.
Title Segment List
Segment_3
Maximum audio duration 8056 fields.
Starting scene Segment_3_scn1 at 00:00:00:00
SeqEnd at 6E315F6.
Bytes remaining in buffer = 0.
Bitrate - avg: 7235131, min: 458293 (lba 51502), max: 8380227 (lba 6618).
Shortest GOP has 20 fields, longest GOP has 30 fields.
Fields: 8053, VOBU: 268, Sectors: 59329.
10:52:48 Begin multiplex VTS04.
Title Segment List
Segment_4
Maximum audio duration 9072 fields.
Starting scene Segment_4_scn1 at 00:00:00:00
SeqEnd at 7E8AB00.
Bytes remaining in buffer = 0.
Bitrate - avg: 7371714, min: 392823 (lba 68024), max: 8380227 (lba 3098).
Shortest GOP has 17 fields, longest GOP has 30 fields.
Fields: 9070, VOBU: 302, Sectors: 68083.
10:53:01 Begin multiplex VTS05.
Title Segment List
Segment_5
Maximum audio duration 8848 fields.
Starting scene Segment_5_scn1 at 00:00:00:00
SeqEnd at 7D54638.
Bytes remaining in buffer = 0.
Bitrate - avg: 7482293, min: 392823 (lba 67351), max: 8380227 (lba 5000).
Shortest GOP has 25 fields, longest GOP has 30 fields.
Fields: 8845, VOBU: 295, Sectors: 67390.
10:53:13 Begin multiplex VTS06.
Title Segment List
Segment_6
Maximum audio duration 8954 fields.
Starting scene Segment_6_scn1 at 00:00:00:00
SeqEnd at 837CFE5.
Bytes remaining in buffer = 0.
Bitrate - avg: 7745566, min: 502448 (lba 70591), max: 8380227 (lba 7608).
Shortest GOP has 20 fields, longest GOP has 30 fields.
Fields: 8953, VOBU: 298, Sectors: 70613.
10:53:26 Begin multiplex VTS07.
Title Segment List
Segment_7
Maximum audio duration 8582 fields.
Starting scene Segment_7_scn1 at 00:00:00:00
SeqEnd at 71A993F.
Bytes remaining in buffer = 0.
Bitrate - avg: 7013816, min: 392823 (lba 40670), max: 8380227 (lba 33005).
Shortest GOP has 30 fields, longest GOP has 30 fields.
Fields: 8580, VOBU: 286, Sectors: 61278.
10:53:37 Begin multiplex VTS08.
Title Segment List
Segment_8
Maximum audio duration 9072 fields.
Starting scene Segment_8_scn1 at 00:00:00:00
SeqEnd at 7BDD4E6.
Bytes remaining in buffer = 0.
Bitrate - avg: 7221969, min: 392823 (lba 4465), max: 8412963 (lba 52325).
Shortest GOP has 17 fields, longest GOP has 30 fields.
Fields: 9070, VOBU: 302, Sectors: 66700.
10:53:50 Begin multiplex VTS09.
Title Segment List
Segment_9
Maximum audio duration 3776 fields.
Starting scene Segment_9_scn1 at 00:00:00:00
SeqEnd at 2CBEC05.
Bytes remaining in buffer = 0.
Bitrate - avg: 6308284, min: 425558 (lba 604), max: 8380227 (lba 6075).
Shortest GOP has 23 fields, longest GOP has 30 fields.
Fields: 3773, VOBU: 125, Sectors: 24236.
10:53:54 Begin multiplex VTS10.
Title Segment List
Segment_10
Maximum audio duration 9076 fields.
Starting scene Segment_10_scn1 at 00:00:00:00
SeqEnd at 841FC84.
Bytes remaining in buffer = 0.
Bitrate - avg: 7682089, min: 425558 (lba 2203), max: 8380227 (lba 8099).
Shortest GOP has 20 fields, longest GOP has 30 fields.
Fields: 9073, VOBU: 302, Sectors: 70973.
10:54:05 Begin multiplex VTS11.
Title Segment List
Segment_11
Maximum audio duration 4152 fields.
Starting scene Segment_11_scn1 at 00:00:00:00
SeqEnd at 392CFA6.
Bytes remaining in buffer = 0.
Bitrate - avg: 7283083, min: 425558 (lba 1165), max: 8412963 (lba 26182).
Shortest GOP has 17 fields, longest GOP has 30 fields.
Fields: 4150, VOBU: 138, Sectors: 30777.
10:54:12 Begin multiplex VTS12.
Title Segment List
Segment_12
Maximum audio duration 9060 fields.
Starting scene Segment_12_scn1 at 00:00:00:00
SeqEnd at 858EBCF.
Bytes remaining in buffer = 0.
Bitrate - avg: 7775040, min: 526102 (lba 71698), max: 8380227 (lba 41655).
Shortest GOP has 28 fields, longest GOP has 30 fields.
Fields: 9058, VOBU: 302, Sectors: 71713.
10:54:31 Begin multiplex VTS13.
Title Segment List
Segment_13
Maximum audio duration 8944 fields.
Starting scene Segment_13_scn1 at 00:00:00:00
SeqEnd at 7DBB57A.
Bytes remaining in buffer = 0.
Bitrate - avg: 7428598, min: 392823 (lba 1660), max: 8412963 (lba 12435).
Shortest GOP has 30 fields, longest GOP has 30 fields.
Fields: 8940, VOBU: 298, Sectors: 67625.
10:54:52 Begin multiplex VTS14.
Title Segment List
Segment_14
Maximum audio duration 8738 fields.
Starting scene Segment_14_scn1 at 00:00:00:00
SeqEnd at 7B69115.
Bytes remaining in buffer = 0.
Bitrate - avg: 7460492, min: 425558 (lba 644), max: 8412963 (lba 46005).
Shortest GOP has 12 fields, longest GOP has 30 fields.
Fields: 8735, VOBU: 291, Sectors: 66358.
10:55:12 Begin multiplex VTS15.
Title Segment List
Segment_15
Maximum audio duration 10310 fields.
Starting scene Segment_15_scn1 at 00:00:00:00
SeqEnd at 8E07BE4.
Bytes remaining in buffer = 0.
Bitrate - avg: 7284358, min: 425558 (lba 10114), max: 8380227 (lba 32144).
Shortest GOP has 18 fields, longest GOP has 30 fields.
Fields: 10308, VOBU: 343, Sectors: 76459.
10:55:27 Begin multiplex VTS16.
Title Segment List
Segment_16
Maximum audio duration 6614 fields.
Starting scene Segment_16_scn1 at 00:00:00:00
SeqEnd at 518A7EF.
Bytes remaining in buffer = 0.
Bitrate - avg: 6548141, min: 392823 (lba 14159), max: 8380227 (lba 8587).
Shortest GOP has 20 fields, longest GOP has 30 fields.
Fields: 6613, VOBU: 220, Sectors: 44094.
10:55:38 Begin multiplex VTS17.
Title Segment List
Segment_17
Maximum audio duration 8372 fields.
Starting scene Segment_17_scn1 at 00:00:00:00
P-STD buffer underflow by 3816 bytes at 10427684, sector 51731.
P-STD buffer underflow by 19430 bytes at 10430687, sector 51752.
SeqEnd at 727F14C.
Bytes remaining in buffer = 23246.
Bitrate - avg: 7232264, min: 425558 (lba 1393), max: 8412963 (lba 3134).
Shortest GOP has 30 fields, longest GOP has 30 fields.
Fields: 8370, VOBU: 279, Sectors: 61640.
Video decoder buffer underflowed 2 times.
Check c:\muxman.log for details.
Sir Didymus
15th May 2007, 17:38
Hi rack04!
It seems your 17th encode created some heavy troubles to MuxMan. Buffer underflows may be originated by different causes, but usually they occur when using assets with timings or other parameters out of DVD specs.
May I ask which encoder did you adopt ?
Are you available to perform some simple testing to isolate the problem ? I want to see if a new BatchMux.ini - I will prepare it from the one you have posted - without the 17th segment is properly authored...
Cheers,
SD
By the way,
WOW - 24 segments... You are near to the record...
:)
OK. Please try with this BatchMux.ini file (it should produce a working DVD without the 17th segment...)
-d "C:\Program Files\FAVC\Output\dvd 0\VIDEO_TS"
-mxp "C:\Program Files\FAVC\Working\Working Folder 0\MuxScript.mxp"
-l "C:\Program Files\FAVC\Working\Working Folder 0\MuxScript.log"
-muxman "C:\Program Files\FAVC\MuxMan"
-v "C:\Program Files\FAVC\Working\Working Folder 0\Title0.m2v"
-a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title0.ac3"
-cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap0.txt"
-SEG2v "C:\Program Files\FAVC\Working\Working Folder 0\Title1.m2v"
-SEG2a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title1.ac3"
-SEG2cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap1.txt"
-SEG3v "C:\Program Files\FAVC\Working\Working Folder 0\Title2.m2v"
-SEG3a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title2.ac3"
-SEG3cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap2.txt"
-SEG4v "C:\Program Files\FAVC\Working\Working Folder 0\Title3.m2v"
-SEG4a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title3.ac3"
-SEG4cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap3.txt"
-SEG5v "C:\Program Files\FAVC\Working\Working Folder 0\Title4.m2v"
-SEG5a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title4.ac3"
-SEG5cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap4.txt"
-SEG6v "C:\Program Files\FAVC\Working\Working Folder 0\Title5.m2v"
-SEG6a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title5.ac3"
-SEG6cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap5.txt"
-SEG7v "C:\Program Files\FAVC\Working\Working Folder 0\Title6.m2v"
-SEG7a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title6.ac3"
-SEG7cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap6.txt"
-SEG8v "C:\Program Files\FAVC\Working\Working Folder 0\Title7.m2v"
-SEG8a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title7.ac3"
-SEG8cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap7.txt"
-SEG9v "C:\Program Files\FAVC\Working\Working Folder 0\Title8.m2v"
-SEG9a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title8.ac3"
-SEG9cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap8.txt"
-SEG10v "C:\Program Files\FAVC\Working\Working Folder 0\Title9.m2v"
-SEG10a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title9.ac3"
-SEG10cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap9.txt"
-SEG11v "C:\Program Files\FAVC\Working\Working Folder 0\Title10.m2v"
-SEG11a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title10.ac3"
-SEG11cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap10.txt"
-SEG12v "C:\Program Files\FAVC\Working\Working Folder 0\Title11.m2v"
-SEG12a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title11.ac3"
-SEG12cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap11.txt"
-SEG13v "C:\Program Files\FAVC\Working\Working Folder 0\Title12.m2v"
-SEG13a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title12.ac3"
-SEG13cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap12.txt"
-SEG14v "C:\Program Files\FAVC\Working\Working Folder 0\Title13.m2v"
-SEG14a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title13.ac3"
-SEG14cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap13.txt"
-SEG15v "C:\Program Files\FAVC\Working\Working Folder 0\Title14.m2v"
-SEG15a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title14.ac3"
-SEG15cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap14.txt"
-SEG16v "C:\Program Files\FAVC\Working\Working Folder 0\Title15.m2v"
-SEG16a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title15.ac3"
-SEG16cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap15.txt"
-SEG17v "C:\Program Files\FAVC\Working\Working Folder 0\Title17.m2v"
-SEG17a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title17.ac3"
-SEG17cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap17.txt"
-SEG18v "C:\Program Files\FAVC\Working\Working Folder 0\Title18.m2v"
-SEG18a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title18.ac3"
-SEG18cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap18.txt"
-SEG19v "C:\Program Files\FAVC\Working\Working Folder 0\Title19.m2v"
-SEG19a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title19.ac3"
-SEG19cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap19.txt"
-SEG20v "C:\Program Files\FAVC\Working\Working Folder 0\Title20.m2v"
-SEG20a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title20.ac3"
-SEG20cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap20.txt"
-SEG21v "C:\Program Files\FAVC\Working\Working Folder 0\Title21.m2v"
-SEG21a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title21.ac3"
-SEG21cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap21.txt"
-SEG22v "C:\Program Files\FAVC\Working\Working Folder 0\Title22.m2v"
-SEG22a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title22.ac3"
-SEG22cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap22.txt"
-SEG23v "C:\Program Files\FAVC\Working\Working Folder 0\Title23.m2v"
-SEG23a1 "C:\Program Files\FAVC\Working\Working Folder 0\Title23.ac3"
-SEG23cellfr "C:\Program Files\FAVC\Working\Working Folder 0\TitleChap23.txt"
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.