Hello guys, I frequently watch Anime, and I usually encode it this way:
1. I mux the MKV file (approx. 300MB~) in StaxRip and put the muxed sub back.
2. After that, I change the file size to 70MB. (Most episodes are around 23 minutes)
3. Then, I resize the file to 960x544 (PS Vita resolution)
4. I start the actual encode to MP4.
But lately, I want to watch longer series (26-50 episodes) and it would be extremely convenient not having to mux every file separately and changing the resolution by hand. My question is: How can I batch reencode the MKV files to MP4 files with a fixed resolution and filesize, while keeping the subtitles?
+ Reply to Thread
Results 1 to 8 of 8
-
-
I haven't tried anything yet, but I got an error from VidCoder:
System.NotImplementedException: De methode of bewerking is niet geïmplementeerd.
bij MS.Internal.AppModel.ITaskbarList.HrInit()
bij System.Windows.Window.ApplyTaskbarItemInfo()
bij System.Windows.Window.WindowFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bij System.Windows.Interop.HwndSource.PublicHooksFilte rMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bij MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bij MS.Win32.HwndSubclass.DispatcherCallbackOperation( Object o)
bij System.Windows.Threading.ExceptionWrapper.Internal RealCall(Delegate callback, Object args, Int32 numArgs)
bij MS.Internal.Threading.ExceptionFilterHelper.TryCat chWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)Last edited by fighuass; 4th Jan 2015 at 09:13.
-
Prerequisites
You'll need*.NET 4*(only the client profile is needed). If you don't have it, VidCoder will prompt you to download and install it. If you're on Windows 8 you shouldn't need to install anything; it has .NET 4 pre-installed. -
Yup. Any other suggestions?
Last edited by fighuass; 4th Jan 2015 at 11:42.
-
FFMpeg should be able to do that with a proper batch file. If you are not good at command line tools and batch files, you can use a GUI like FFQueue. Just create a preset that suits your encoding and drag & drop all videos to encode onto FFQueue and you are in business. You cannot define a target file size, but you can use a fixed bitrate to get approximate file size.
I'm the developer behind FFQueue. My posts might reflect this! ;-)