
Search In
"How to cut a frame from the video using .Net"
In this article we will see, how we can cut the first frame of our video and save it as a jpg image using ffmpeg software.
To download the ffmpeg software please go to the following link:
Download
Create a table tbEmployeeMaster by following query :-
CREATE TABLE tbEmployeeMaster
(
EmpId INT NOT NULL IDENTITY(1,1) PRIMARY KEY,
EmpName VARCHAR(100),
EmpCode VARCHAR(15)
)
Create a user
To add a new field to an existing module, the best practice is to create a new module that inherits the model you want this field to add in. And your module will depend on the required module.
For example adding field ‘cartage’ to account.invoice’ m
Following are steps to make software testing more easy & efficient:
1.Participation right from beginning:-It is a good practice, if tester has involved in starting from the project. Testers can acquire better understanding of project.Early prep
While working with disconnected approach you work with storing and retrieving data from buffers for select operation.
Adapter acts like a buffer where the data is contained .
But for reading that data you need to store it either in
$route: This is used for deep-linking URLs to controllers and views (HTML partials) and watches $location.url() in order to map the path from an existing definition of route.
When we use ngRoute, the route is configured with $routeProvider and when
A database index is a structure that improves the speed of retrieval of data from our table. Index is similar to the index of a book. If you want to find a chapter you look in the index first without scanning the whole page. Users cannot see the ind
Apache by default serves files from the Document root i.e.
/Library/WebServer/Documents/
But what if you want your custom folder to serve webfiles. This tutorial walks you through the complete process.
Create a new folder at the root level of your
"Asp.net formatting a date from JSON and working with it on clinet side"
While dealing with JSON I got an issue that dates in the JSON are serialized as plain strings.
The solution which I got for th
Follow the below steps to parse JASON in PhoneGap.
Step 1. Call Js function From html page or from where we want, like this
function onBodyLoad()
{
document.addEventListener(“deviceready”, callJson, false);
}
Step 2.
Create a function of name cal
