wonder if anyone can help me out...
i have an anime episode and i want to convert it to dvd using winff.. is there a way for me to add black borders since when you view the subtitles on tv the subtitles kinda went under.. i want to box it in so to allot space
also how do you add external subtites and make it permament..
thanks in advance.
+ Reply to Thread
Results 1 to 6 of 6
-
-
I don't have WinFF so I can't say for sure, but it may be possible by adding -pad instructions to the Additional Command Line Parameters box at the bottom. Something like "-padleft 32 -padright 32 -padtop 16 -padbottom 16". Also, you'll need to resize your video to accommodate the padding, in this case 656x448 in the Video Size box for a 720x480 4:3 ntsc dvd mpeg. FitCD is great to find the resize/padding you need. It's meant to make an Avisynth script, but just take the numbers it calculates and use them in WinFF. If all else fails, here's a script I use:
Code:"C:\your\path\to\ffmpeg.exe" -i "c:\your\path\to\file.avi" -target ntsc-dvd -b 6500 -maxrate 8000 -aspect 4:3 -s 656x448 -padright 32 -padleft 32 -padtop 16 -padbottom 16 -acodec ac3 -ab 192 -ac 2 -mbd 2 -qmin 2 -async 1 -y "c:\your\path\to\file.mpg"
-
Sorry, no, I can't compare. I've never used Tsunami for dvd mpegs, only vcd. Nowadays I use FFMpeg pretty exclusively, and HCenc on the odd occasion. There I can say that FFMpeg seems to work at least as well as HC, if not better. It's certainly faster. Of coarse, I'm still learning the tools myself.....
-
got another questiion.. how do you set the file size without cutting the output file? when i input the file size syntax it will follow the file size specified but it cut the output file... (only half the input was encoded)
-
Boy, kinda' got me on that one. I've never run into that. I seem to remember reading something about one of the "-q" commands stopping an encode if there are too many errors in the process, if it's set to high or low. Can't for the life of me recall where that was or which "-q" was the culprit. Could be related, but just a guess.
Similar Threads
-
WinFF No Sound
By RTailor in forum Video ConversionReplies: 7Last Post: 20th Nov 2011, 14:34 -
WinFF AppData
By Klagar in forum Video ConversionReplies: 1Last Post: 4th Oct 2010, 13:21 -
WinFF to vob?
By litmus in forum Video ConversionReplies: 1Last Post: 21st Mar 2010, 14:55 -
WinFF problem
By Eyedoctor2 in forum Video ConversionReplies: 2Last Post: 30th Apr 2009, 06:30 -
Winff problem
By Webfoot in forum Newbie / General discussionsReplies: 4Last Post: 26th Sep 2007, 21:25