|
How to encode video on the fly and send it trough the network from C#?
Can't find a suitable library. I need to encode in WMV and don't mind if the actual encoding is made in C++ as long as the library has a .NET assembly available.
Thanks
Started by Greg Roberts on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Depending on what you are encoding (size, framerate, hardware, etc) real-time encoding may.
Http://www.all4dotnet.com/
FFlib.NET.
Video encoding is VERY CPU intensive.
Not even be possible.
|
|
I've got videos I want to encode to put on the zune. Have the encoding software (using Expression Encoder), but I'm not sure about what I should transcode to.
I used the settings built into EE for the Zune, but the sync software still shows these videos...
Started by Will on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Http://www.google.com/search....
The rendered Zune (wmv) files are created using a fully compatible WMV7/WMV8/WMV9 as settings etc .
Like also video codecs.
Some notes on this forum discussion: Need Advice On Video Encoding For my Zune .
|
|
I need the best Nvidia Graphics Card for Encoding and Video editing. The budget is anything lower than $75. I need the card to be able to play 1080p videos full screen, and encode HD videos quickly and smoothly. Whats the best card for me?
OS: Windows...
Started by TheLakersHighlights on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Go to newegg.com (navigate through the following
* Computer Hardware
* Video Cards & Video Devices
* Desktop Graphics....
A GeForce 220 will be about CUDA.
In no time (Compared to traditional methods if using a CUDA encoding program).
|
Ask your Facebook Friends
|
I have a Radeon HD 4870, I have read that I can use this to significantly speed up encoding dvd to avi.
Does anyone know how?
Started by Nifle on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
That is the ATI.
This should do what you're to being able to really gain significant speed increment in encoding/decoding videos.
The ATI Catalyst drivers now come with the Avivo video converter .
|
|
I have a cheapo HD camcorder that gives me MOI and TOD files. When I copy videos from the camcorder I use Handbrake to encode them into MP4. Upon playback of the TOD or MP4 file you can see what looks like interlacing artefacts. That is when ever there...
Started by Bob on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
That will fillWhat you are seeing is an interlaced video (made for TV viewing) shown on a non-interlaced device (your computer monitor).
Should be able to set the video encoding to "progressive scan" in the video profile.
|
|
Hi,
I need to encode several pictures shot by the iphone camera into a mp4 video file and I know FFMPEG can do this (the application TimeLapser and ReelMoments do it already). I plan to use this in my app iMotion (available in the appstore).
I successfully...
Answer Snippets (Read the full thread at stackoverflow):
Then in Build separator, make sure you have All Configuration selected and do the following:
search for 'Header Search Paths' and indicate where the FFmpeg headers are located; search for 'Library... .
In the Project menu, select Edit Active Target "[...]".
|
|
I'd like to encode uncompressed video into compressed avi or mpeg4. Was wondering what program I should look at getting to do such a task. Videos are between 3 and 20 minutes long, and range anywhere from 1.3 to 10 GBs in uncompressed .avi form (fraps...
Started by Sakamoto Kazuma on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
Reducing.
Repair damaged video and audio file.
MP4 files support iPod/iPhone all popular video,audio,picture formats to others.
Rip DVD to video file , Rip Music CD to audio file.
TIF/ICO/GIF/TGA.
|
|
I looking for something that I can either embed their uploader directly or send the video files to that will then encode the video and allow me to stream the video through a player on "my" website.
The services, I have found so far are:
Bits on the Run...
Started by Darryl Hein on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
We have good apis for uploading and managing your content, as well who can see/embed a video....
Another possible service that looks much simplier to setup than Panda video player team, so I'm biased).
Have a look at Panda.
On the video.
|
|
One of the features of the Flash app I'm working on is to be able to stream a webcam to others. We're just using the built-in webcam support in Flash and sending it through FMS.
We've had some people ask for higher quality video, but we're already using...
Started by Herms on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Are you sure this applies to live streams and not only for recording? this 1 2 links suggest that while the player can decode sorenson, vp6 and h2... .
Would be helpful to know the version of FMS you are running? It seems like you need at least FMS 3.0.2 .
|
|
Hey,
Does anyone know a good way to do real-time video re-encoding (Target formats being 3GP s263 AMR narrowband and MP4 mp4v mp4a, but not at the same time of course. Input files would be WMV, but the more input formats supported the better)?
Currently...
Started by fyjham on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Their demo app shows how to do it for re-encoding as well as streaming....
However, you should know exactly what you are doing in terms have to manually synchronize the audio and video channels.
For streaming any MPG based video to 3GP/H263.
|