444 Topics

Member Avatar for
Member Avatar for Violet_82

Chaps, I have a problem. I have some videos recorded with a samsung s3 phone at the following settings: resolution 1920x1080 Video quality: superfine format: mp4 Now, the file size range from a minimum of 50MB to a maximum of 100. When I play the recorded videos on the phone, …

Member Avatar for Rakesh456
0
699
Member Avatar for akkbkht

Hi Everyone, I am here to start a defferent project, intresting for me of video clips comparison in C#. I would like to develop a destop application which can compare a video sample clip A with a destination video clip B. All I want to do is E.g if I …

Member Avatar for akkbkht
0
324
Member Avatar for KonRadicool

Hey everyone, my name is Konrad Warzecha, I have been around for about 7 years working online with not much to show for. I have gotten really good at seo, marketing, video marketing and so on. I have finally decided to follow one proven method and also document it step …

Member Avatar for KonRadicool
0
679
Member Avatar for gogs85

How to make that Users on my website first click on youtubevideo open fb for share and then automatic play youtubevideo? Example link: http://video.yuvesti.net/

0
107
Member Avatar for jalpesh_007

Dear all, I am learning html5 recently and stuck with one problem. Is it possible to add 4 different videos on same location with different extension of oog and mp4 inside a single <video> tag? If it is, then i have 4 video files that should be play with using …

Member Avatar for swaranan.barman
0
11K
Member Avatar for laura301019

Hi I am creating a database that will help monitor attendance at uni. We were given the following spec. Each course is made up of a number of modules. Students enrol in 6 modules. Each module has a timetable which includes times of classes. Class can be a lecture, tutorial …

Member Avatar for jwenting
0
126
Member Avatar for vinodvinu

Hi there, I need a simple audio or video editing software. I need to translate the dialogues of tv program. I have the video file(XviD) of that program and an audio track(mp3). All i need to play this file and write the dialogues in a word document. Now i am …

Member Avatar for cguan_77
0
345
Member Avatar for old_apache

hi fellas As I remember, I watched video on YouTube, I couldn't watch directly on the middle of the video without loading from the beginning (am i correct?), but nowadays we can and it's really great. How that thing works? Maybe i'm wrong, anyone can verify that?

Member Avatar for old_apache
0
231
Member Avatar for Laidler

Using a code i got over the internet i managed to embed a .ram file on a html page. however after i copied this code to enter a second file the web page plays the second video in both palyers whenever i tell either of the files to play. Can …

Member Avatar for svrdeen
0
179
Member Avatar for BogdanCov

Hello, I try to play a video I i don't know how.. I searched and i found some tips and articles, but all of it if about Windows Media Player. It's fine, but i need to play something lika an intro an i don't wanna show all that buttons of …

Member Avatar for Hanif_1
0
264
Member Avatar for BogdanCov

Hello guys. I'm play a vide with Microsoft.DirectX.AudioVideoPlayback in C#. i'm tried to 'freeze' the last scene from video. I don't succeed, so I decide to show a picture with last sceen. And I don't succeed again. I have this code: private void button1_Click(object sender, EventArgs e) { Xvid.Owner = …

Member Avatar for Momerath
0
178
Member Avatar for dcdruck

Hi, all. I'm having trouble getting audio over a DVI-to-HDMI connection out of my video card. The video card supports audio over DVI by way of a 2-pin cable connecting the S/PDIF header on the motherboard to the video card. The motherboard is an Asus P5N7A-VM. The video card is …

Member Avatar for dcdruck
0
793
Member Avatar for choudhs

I have got an dual monitor issue that has stumped everyone I have tried asking about so grateful for any new advice! When I try hooking up 2 monitors to my video card (ATI Mobility Radeon 7500), both monitors display the same content. Instead of being an extension, the second …

Member Avatar for aaffeld
0
4K
Member Avatar for sana.f.qureshi_1

hey there nice people, i am making a hospital management system online (using asp.net, C#, sqlserver), now here is the main thing, i want to make website's own video chat (between patient and doc). i am wondering if it's possible with asp.net (i'll be using visual studio). If it's possible, …

Member Avatar for sana.f.qureshi_1
0
679
Member Avatar for nikkoderic.aranas

Hi Daniweb community! I just want to ask how, in general, video capturing works in Windows. Also what libraries that I can use? I would want to use Qt as GUI library. I'm sorry if the question is not clear. I still don't know how to ask this question. Thank …

Member Avatar for Ancient Dragon
0
132
Member Avatar for Trireny

i want show a video that save in database, how about it? i look for scrip php about it is nothing. can you help me plise?

Member Avatar for diafol
0
42
Member Avatar for cmk_96

I have a Microsoft Windows XP Media Center Edition 2005 HP desktop PC when I power the computer on I got Vga input: no input signal and the monitor went back to sleep. If you do you think that is a problem with the video card it is attached to …

Member Avatar for vincentleeap
0
860
Member Avatar for happygeek

Kryten is a Series 4000 mechanoid, the neurotic robotic servant appearing in cult British sitcom Red Dwarf. So what's he got to do with your computer, apart from the somewhat stereotypical link between geeks and science fiction? Well, the Kryten character was played (in all but the first appearance) by …

Member Avatar for jackalex545
3
458
Member Avatar for krunal1986

Hello All, i want to embed a vimeo video on my site. how can i do it? any code or reference links will be appreciated.. thanks, kk

Member Avatar for krunal1986
0
195
Member Avatar for isaac.iji.5

creating a simple news feed just like facebook is not the problem but instead of posting text i want users to post videos and audios also so other users can watch the videos and play the audio files

Member Avatar for isaac.iji.5
0
117
Member Avatar for RogerInHawaii

I want t play a video in a Window in my C# application. Looking aroundthe Internet I've found some info on how to use DirectX to accomplish that. But I've also come across comments that DirectX is deprecated, meaning that it's no longer recommended as the way to play videos. …

Member Avatar for Ketsuekiame
0
193
Member Avatar for sohail.comsians

i would like to develop a chatroom with video calling so help me. Is there any function to call the webcam on page??

Member Avatar for isaac.iji.5
0
274
Member Avatar for dannilip

I have this code: private void words(string path) { List<string> text = new List<string>(); var intro = "Video File Name:"; var words = File.ReadAllLines(path) .Where(line => line.StartsWith(intro)) .Select(line => line.Substring(intro.Length).Trim()); } When i use a breakpoint and look after all on the variable words i see: System.Linq.Enumerable.WhereSelectArrayIterator<string,string> I want to …

Member Avatar for Ketsuekiame
0
501
Member Avatar for asifjavaid

Hi All, I want to develop an application in which I want to record a video in **silverlight** and send it to the server. I have the following questions in my mind. 1. In which format the video will be record in silverlight using Webcam ? (Raw format OR WMV …

Member Avatar for Ketsuekiame
0
330
Member Avatar for edotman

Hi Guys I am creating a site and i want users to be able to upload videos to a folder on a server, using SQL to store the path of the video and the name. I have created this Code. And it does upload all the details, but does not …

Member Avatar for diafol
0
922
Member Avatar for balletshana

My computer took a hard fall yesterday. All of the USB plugs that were plugged in crashed to the inside, (we can hear them shaking inside), and the monitor plug broke. (The screws came off, the plug came out, etc.) We tried to plug in a TV screen with a …

Member Avatar for JorgeM
0
218
Member Avatar for enbeeone3

In today's world everyone wants to earn some extra bucks especially youngster for their day to day need. Some people work overtime, few people do part-time job to earn some extra money for their living. And people always search for some alternatives to get better job and earn some extra …

Member Avatar for enbeeone3
-1
332
Member Avatar for pwolf

If you were to build a fairly complicated website, and you wanted to add features like instant messaging (one to one and multi-chat like a chat room, and possibly if the site becomes profitable enough, voice/video chatting) and you wanted to be able to store these chat sessions, would it …

Member Avatar for noelthefish
0
290
Member Avatar for Fiorentino01^

Hi, I recently made some short videos with my Canon digital camera.The reason for it is to embed one or more in my web site. I searched on the Internet but I did not find much help, a lot of the posts suggest to download some software.I don't think is …

Member Avatar for Fiorentino01^
0
203
Member Avatar for ingeborgdot@yah

I am building some PCs for a video editing class we are starting. I have most of the materials picked out what I will be using. The CPU will be the Xeon E3-1230 V2. We cannot overclock so I am going with a Xeon cpu. Anyway my question is with …

Member Avatar for steve787
0
175

The End.