asf

How to merge 2 video files together in C#?

ε祈祈猫儿з 提交于 2019-12-28 16:19:12
问题 I need to merge multiple video files (.wmv) together to get a single wmv file. How can I do it? 回答1: You can do that easily Use Splicer, it free and open source in C# Simplify developing applications for editing and encoding audio and video using DirectShow Example: using Splicer; using Splicer.Timeline; using Splicer.Renderer; string firstVideoFilePath = @"C:\first.avi"; string secondVideoFilePath = @"C:\second.avi"; string outputVideoPath = @"C:\output.avi"; using (ITimeline timeline = new

Stream .asf video from web page (embedded player in HTML)

瘦欲@ 提交于 2019-12-23 12:13:19
问题 I need for my web page to have video player that supports .asf format. My .asf files have 2 video streams. Windows media player works fine for this. Here is my example: http://weblectures.yolasite.com/ and scenarios of opening link above: Chrome, in Ubuntu, it won't work or just one video stream will start IE, in Windows 7, it won't work Chrome, in Windows 7 it works (both video streams are streaming) My ultimate goal is that user/client has to do minimal effort to stream a video from my web

change recording file programmatically in directshow

a 夏天 提交于 2019-12-19 11:42:53
问题 I made a console application, using directshow, that record from a live source (now a webcam, then a tv capture card), add current date and time in overlay and then save audio and video as .asf. Now I want that the output file is going to change every 60 minutes without stopping the graph. I must not loose any seconds of the live stream. The graph is something like this one: http://imageshack.us/photo/my-images/543/graphp.jpg/ I took a look at the GMFBridge but I have some compiling problem

change recording file programmatically in directshow

旧街凉风 提交于 2019-12-19 11:42:25
问题 I made a console application, using directshow, that record from a live source (now a webcam, then a tv capture card), add current date and time in overlay and then save audio and video as .asf. Now I want that the output file is going to change every 60 minutes without stopping the graph. I must not loose any seconds of the live stream. The graph is something like this one: http://imageshack.us/photo/my-images/543/graphp.jpg/ I took a look at the GMFBridge but I have some compiling problem

Android WebKit live video streaming through asf file

非 Y 不嫁゛ 提交于 2019-12-11 20:57:58
问题 I have google around and found that Android's media player doesn't support asf. But the built in player of Google Chrome supports asf streaming. Will the WebKit's media player do that too? Can I use webkit's media player in my application to play live streaming?? 回答1: The easier solution is YourMuze FM. YourMuze FM does not provide any content. All they do is simply convert internet radio streams to formats that are suitable for mobile phones. On your desktop computer, go to Welcome to

codes to convert from avi to asf

谁说胖子不能爱 提交于 2019-12-08 04:58:58
问题 No matter what library/SDK to use, I want to convert from avi to asf very quickly (I could even sacrifice some quality of video and audio). I am working on Windows platform (Vista and 2008 Server), better .Net SDK/code, C++ code is also fine. :-) I learned from the below link, that there could be a very quick way to convert from avi to asf to support streaming better, as mentioned "could convert the video from AVI to ASF format using a simple copy (i.e. the content is the same, but container

How to play radio live stream .asx video/x-ms-asf? [closed]

萝らか妹 提交于 2019-12-03 12:03:56
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . Is there any 3rd-party library in Android or Java that can play radio live stream? File extension: .asx MIME type: video/x-ms-asf

How to play radio live stream .asx video/x-ms-asf? [closed]

做~自己de王妃 提交于 2019-12-03 03:23:16
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Is there any 3rd-party library in Android or Java that can play radio live stream? File extension: .asx MIME type: video/x-ms-asf Unfortunately, MediaPlayer does not support this format! Here is the url of the live stream: http:// 38.96.148.75 /SunnahAudio

change recording file programmatically in directshow

隐身守侯 提交于 2019-12-01 13:21:30
I made a console application, using directshow, that record from a live source (now a webcam, then a tv capture card), add current date and time in overlay and then save audio and video as .asf. Now I want that the output file is going to change every 60 minutes without stopping the graph. I must not loose any seconds of the live stream. The graph is something like this one: http://imageshack.us/photo/my-images/543/graphp.jpg/ I took a look at the GMFBridge but I have some compiling problem with their examples. I am wondering if there is a way to split what exist from the overlay filter and

Ubuntu学习笔记一 基本环境的搭建

这一生的挚爱 提交于 2019-11-27 12:59:48
本帖来源于网络各位大侠的总结,然后经过俺自己的测试,由于参考文档太多,所以就没有引用了,请见谅! 1.XP中硬盘安装ubuntu A. 首先下载Grub4Dos和ubuntu的光盘, 解压grldr 和 menu.lst 两个文件至XP的C盘根目录下, 然后修改menu.lst在末尾添加如下内容: 其中vmlinuz和initrd.lz从光盘中解压出来 这些通通放到C盘 title Install Ubuntu root (hd0,0) kernel (hd0,0)/vmlinuz boot=casper iso-scan/filename=/Ubuntu.iso ro quiet splash locale=zh_CN.UTF-8 initrd (hd0,0)/initrd.lz B. 修改Windows XP的boot.ini文件 在命令提示符下去掉boot.ini的相关属性: attrib -s -h -r c:\boot.ini 然后编辑boot.ini在末尾添加: C:\grldr="install Ubuntu 10.10" C. 进入ubuntu之后,请卸载光盘 sudo umount -l /isodevice D. 点击桌面安装图标安装到硬盘 2. vi 问题解决方法 使用vi命令时,不能正常编辑文件,使用方向键时老是出现很多字母 A.执行命令 sudo apt