|
Hi all,
I have an LG 50PG3000 which has an PCMIA (CI Slot) on the side of the TV. I have searched for an answer to my question.
As the TV is Mpeg 2 so I cannot pick up Irish Digital with out a settop box can I use a card to slot in the PCMIA slot to convert...
Started by sloaneml on
, 15 posts
by 7 people.
Answer Snippets (Read the full thread at boards):
As the TV is Mpeg 2 so I cannot pick up Irish Digital with out a settop box can I use a card to slot in the PCMIA slot to convert my TV to MPEG 4?
I have seen for an answer to my question.
I have searched for an answer to my question.
|
|
How do I programmatically take a snapshot from an MPEG file with C#?
Started by Chen Kinnrot on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For this, check out this link
How to capture frame to bitmap class of C# from Video mpeg file
use direct.
|
|
I have an long mpeg movie and I want to cut out a lot of material from the beginning and end, and certain patches in the middle. Is there a way I can easily do this from the linux command line?
Started by dggoldst on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Common tasks
Select segments from a mpeg movie, create a new mpeg movie out of them
//Grabs seconds 10-20, 42 through 52, then 1:23 through 1:33 and make a new mpeg movie
mpgtx -j input.mpg [0:10-0:20 to install it via sudo apt-get....
|
Ask your Facebook Friends
|
I have MPEG video (.mpg) that I would like to convert to FLV format for use in Flash players. What is the easiest (idiot-proof) way to do this on a Windows machine?
Started by Kip on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
It can convert almost any video format, like AVI, WMV, FLV, MP4, 3GP, MOV, MKV, MPEG, etc., such as converting MPG to FLV, WMV to MP4, WMV to MPEG, MKV to AVI, WMV to AVI, AVI to MPEG.
Can help you.
|
|
Hi there, can anyone recommend a MPEG4 library that will compile(or is compatible) with Intel or Visual C++?
EDIT: clarification
I was not aware of x264, and ffmpeg does not compile with VC++ (compiles with MingW). Basically I need a library that can ...
Answer Snippets (Read the full thread at stackoverflow):
And if you already tried these, you should mention what was unsatisfactory about them in... .
You don't mention having tried either ffmpeg or x264 , I don't know if they compile with Intel or Visual C++, but they are the first libraries that spring to mind .
|
|
How to convert a .avi file to .mpeg video on Mac? Follow the free step by step guide, Mac users can find the easiest way to transfer .avi to .mpeg file on Mac. Just need you to do some easy clicks to convert avi to mpeg files on Mac by yourselves.
I have...
Started by appletv1977 on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at cdrom-guide):
After several simple clicks you can convert WTV to AVI, convert WTV to MP4, convert WTV to WMV, convert WTV to MPEG, convert WTV to MPG, convert.
To avi/mp4/mov/wmv/mpeg/asf/flv, etc common format files.
|
|
I'm looking for a free tool to cut MPEG's that are created by recording from a USB cable receiver.
There are a number of applications that do this, and some are free, but most of them take the video and audio decoded and pass them into a codec again to...
Started by Stijn Sanders on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
By far, IMHO, the best thing to use for cutting video snips is the COMPLETELY FREEWARE AviDemux for Windows... .
Quicktime Pro can do this, although it is not really free .
If you know where the slicing is to be done,
these split and trim questions should help .
|
|
How to convert VOB to MPEG with VOB to MPEG Converter for Mac?
When you want to convert VOB to MPEG files on Mac, you must have tried many times. And the key is have an ideal VOB to MPEG Converter Mac to help you finish this conversion on Mac.
Mac VOB...
Started by robinhan on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at moroccanmp3):
* Convert AVCHD Video (*.m2ts convert AVCHD videos to common video formats... .
* Convert AVI, WMV, MOV, FLV, MP4, MPEG, MKV, 3GP video.
This Mac converter.
Various video formats including AVI, WMV, MOV, MPEG, MP4, 3GP, FLV, MOD, MTS and MKV.
|
|
We currently have a system with live video encoded to an MPEG-TS multicast stream, being received by televisions with STBs. In addition to televisions we'd like to embed the video in our Windows application.
I know that VLC will receive the stream, but...
Started by Darren Clark on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Then you just connect this filter to....
I don't have a sample handy, but it's really simple, several hundreds lines of code .
You'll need to develop a simple DirectShow filter that listens on a given port and just passes down every packet it had received .
|
|
I have a homemade DVD that I'm effectively trying to insert chapters into and rearrange - the original author burned it as one long chapter, and I'd like to rip it into smaller pieces and re-encode it into a new DVD. I ripped the DVD with the following...
Started by Tim on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The result are ....
Of=chapter#{i+1}.mpeg bs=1024 skip=#{seq_start/1024} count=#{(seq_end - seq_start)/1024}" else puts "dd if=#{filename} of=chapter#{i+1}.mpeg bs=1024 skip=#{seq_start/1024}" end }
The a variable takes at those positions.
|