DCSIMG
Video - אליק לוין

אליק לוין

עולמו של יועץ ממיקרוסופט

Browse by Tags

All Tags » Video (RSS)
How I Create Videos Using Free Tools - Mixing Video With Audio
Please visit landing page for these series How I Create Videos Using Free Tools where I explain the overall process for Video creation I use. In this post I will describe how to mix video WMV file with audio WMA files. For demonstration purposes I will use files I created and described here: How I Create Videos Using Free Tools - Using Media Encoder To Concatenate WMV files How I Create Videos Using Free Tools - Using Media Encoder To Create Audio For mixing purposes I use Media Stream Editor which...
Posted: Mar 07 2007, 12:05 AM by alikl | with 2 comment(s)
תגים:,
How I Create Videos Using Free Tools - Using Media Encoder To Create Audio
Please visit landing page for these series How I Create Videos Using Free Tools where I explain the overall process for Video creation I use. In this post I will show you how I create audio files - WMA files. I will use it to mix it with the video file I created previously - How I Create Videos Using Free Tools - Using Media Encoder To Concatenate WMV files . First I'll show you how to convert one audio file format to WMA, then I'll show you how to capture your own voice. One way is taking any audio...
Posted: Mar 06 2007, 10:23 PM by alikl | with 3 comment(s)
תגים:,
How I Create Videos Using Free Tools - Using Media Encoder To Concatenate WMV files
Please visit landing page for these series How I Create Videos Using Free Tools where I explain the overall process for Video creation I use. In this post I'll show you how to concatenate several WMV files into one resulting WMV file. I will concatenate files I've created and described here: How I Create Videos Using Free Tools - Using Movie Maker How I Create Videos Using Free Tools - Using Media Encoder To Capture Screen For concatenation purpose I am using Media Encoder ( free download is here...
Posted: Mar 03 2007, 09:04 PM by alikl | with 4 comment(s)
תגים:,
How I Create Videos Using Free Tools - Using Media Encoder To Capture Screen
In my post How I Create Videos Using Free Tools I explained the steps I take to create my demos and the other post How I Create Videos Using Free Tools - Using Movie Maker I detailed the process of creating Video WMV file out of static slides using Movie Maker. In this post I'll show how I create videos capturing the screen using Media Encoder ( free download is here ). 1. Start Media Encoder and choose Capture Screen template: 2. Define what to capture - usually I use "Entire Screen" and sometimes...
Posted: Mar 02 2007, 11:58 PM by alikl | with 2 comment(s)
תגים:,
How I Create Videos Using Free Tools - Using Movie Maker
Landing page for this series of how-to is here How I Create Videos Using Free Tools Here is the simplest way I found to concatenate couple of static slides: 1. Create image files, for example using Paint 2. Drag and drop it on Movie Maker surface: 3. While in Movie Maker drag and drop it on Video lane: 4. Optionally add transitions - I usually skip this one since it inflates the size of the resulting WMV file 5. Create the video by clicking this: 6. Specify destination folder and file name and click...
Posted: Mar 02 2007, 01:29 PM by alikl | with 5 comment(s)
תגים:,
How I Create Videos Using Free Tools
I've recently been hooked on doing some video stuff for demo purposes. For example in this post I captured screen to show how to intercept web services http traffic with Fiddler - App Architecture with Security in mind - Video, Part I There are plenty commercial tools available but I like free approach. I am using Windows Movie Maker to create videos out of slides/pictures (that can be created for example with Paint) and for screen capture I use Windows Encoder ( free download ). So here are the...
Posted: Mar 02 2007, 12:25 AM by alikl | with 7 comment(s)
תגים:,
App Architecture with Security in mind - Video, Part II
In my previous post [ part I ] I've showed why it is important to do server side input validation and how easy it is to by pass any client side input validations for web services invocation scenarios. Actually anything that utilizes HTTP is pretty easy to intercept and change on the client - classic Web UI, Web Service, and AJAX. One can use http debugging/proxy tools like fiddler . I show this demo to folks and sometimes I hear "Hey it is not relevant to us - we are using Remoting over TCP channel...
App Architecture with Security in mind - Video, Part I
Some time ago I was reviewing high level arch spec for really big project. in one place it stated "Input validation checks will be done on the client side for perf reason. Since client part will do the security checks the server part will not performs input validation since it is redundant and may hurt the performance" Huh?.... Watch the video to see what happens when the input is validated on the client only. Double click it to see it in full screen mode. This time it is WinForms client talking...