Sync Video Converter is an FFMPEG front-end written in C#. By using FFMPEG, it can convert almost any format into another format. This is the alpha state of the program which indicates that there's yet so much to be done. This program is made for educational purposes.
What can it do:
- Convert most video formats to AVI, MP4, WMV, and 3GP.
What has been done already:
- Multiple video conversion.
- Add video to queue via 'Drag and Drop'.
What's missing:
- A program Icon (I suck at creating graphics lol)
Known Bugs:
- Can't convert WMV files to other formats for now.
Future Updates:
- Subtitle support
- Extract Audio files from videos
- Convert Videos to MP3 (audio only)
For suggestions, please write in the comments below. Thank you.
Download Sync Video Converter [Version 0.1 Alpha]
Tuesday, August 5, 2014
Thursday, June 12, 2014
C# - Embedding All DLL into a single EXE
DLL files gets ugly once it takes over the whole application folder. Fortunately, with just a few set of codes, your dll files can be embedded inside the application though this may make the application's (.exe) filesize looks big in the eye of the end user. Are you ready? Then the steps below.
- The most obvious step is to put all your dll files inside your application. To do that, create a folder called "Libraries" on your project and drag all the dll files inside that folder.
- Once you have all your dll files inside the folder, highlight all of them, right-click, then click Properties. At the property menu, change the "Build Action" to "Embedded Resource" and the "Copy to Output Directory" to "Do not Copy".
- What you need now is a little code magic. Go to your "Startup" program (in WPF, it's the APP.xaml) and add the following code below:
- Find that code that says' "[YourAssemblyName]" and replace that with your Assembly Name. If you don't know where to find your Assembly Name, go to 'Projects => ...Properties => Application' then you will see your Assembly Name.
- Try to run the program without the DLL and see if it works.
Tuesday, May 20, 2014
Salary Calculator v0.5
Salary Calculator v0.5 changelog
- Added budget management (you can access the budget management screen by pressing menu).
- Added a new boolean in the main screen to compensate the added budget management feature.
Edit: Some unexpected bugs occurred in the Budget screen. I've already fixed it. Please update your program now.
Download Salary Calculator version 0.5 here
- Added budget management (you can access the budget management screen by pressing menu).
- Added a new boolean in the main screen to compensate the added budget management feature.
Edit: Some unexpected bugs occurred in the Budget screen. I've already fixed it. Please update your program now.
Download Salary Calculator version 0.5 here
Saturday, May 17, 2014
Salary Calculator v0.4
Salary Calculator version 0.4 changelog
- Renamed SavCalc to Salary Calculator
- Recoded program from Java to C# using Xamarin
- Is now using Mono for Android
- Added boolean if the user wants to calculate in Night Shift and/or with Deductions
- Code optimized using Getter / Setter
Download Salary Calculator version 0.4 Here
- Renamed SavCalc to Salary Calculator
- Recoded program from Java to C# using Xamarin
- Is now using Mono for Android
- Added boolean if the user wants to calculate in Night Shift and/or with Deductions
- Code optimized using Getter / Setter
Download Salary Calculator version 0.4 Here
Saturday, March 22, 2014
SavCalc v0.3
I have updated SavCalc into v0.3.
SavCalc is a lightweight Salary Calculator. At this moment, it is in Alpha Phase which means that most intended features are yet to be coded.
Changelog
v0.3
-- SavCalc now saves your settings.
-- Fixed a bug where the settings resets to default everytime it is opened.
You can download SavCalc v0.3 below:
SavCalc v0.3 Download
SavCalc is a lightweight Salary Calculator. At this moment, it is in Alpha Phase which means that most intended features are yet to be coded.
Changelog
v0.3
-- SavCalc now saves your settings.
-- Fixed a bug where the settings resets to default everytime it is opened.
You can download SavCalc v0.3 below:
SavCalc v0.3 Download
Friday, March 21, 2014
Subscribe to:
Posts (Atom)