From: Ray Olszewski <ray@comarre.com>
To: linux-newbie@vger.kernel.org
Subject: Re: MPG Video Format
Date: Mon, 14 Nov 2005 20:23:11 -0800 [thread overview]
Message-ID: <437962AF.9000902@comarre.com> (raw)
In-Reply-To: <20051115105214.25290e02@Peter.meridiantelekoms.com>
Peter wrote:
> Hi,
>
> I downloaded a video clip of 270 MB in mpg format. I would like to burn it
> onto a CD, however, I get the error message with k3b:
>
> "unable to handle the file due to unsupported format"
>
> The program graveman tries to write and stops just saying: failed.
>
> Changing the file.mpg to file.mpeg made no difference.
>
> The video clip plays nicely with Totem.
>
> Is there a way to burn it onto a CD?
>
> Thanks & regards
>
It depends on what sort of CD you want.
If you want to put it on a data CD (an iso9660 filesystem, that is),
then one way is to follow this two-step process:
1. mkisofs -J -o somename.iso -r file.mpg
2. cdrecord cdrecord dev=[something] somename.iso
Where [something] is an entry like "0,0,0", with the exact value
depending where on the SCSI bus (or the ide-scsi simulation of a SCSI
bus) the CD writer is (find our with "cdrecord --scanbus"). Depending on
your drive and media, you may have to set other parameters too, like
speed=[value].
If your CD burner isn't SCSI or using ide-scsi simulation ... I've read
that newer versions of cdrecord support burning to /dev/hd* devices, but
I've never managed to get it to work here so still use ide-scsi myself.
If you want to make a video CD that a DVD player can play back ... those
are usually called VCDs or VideoCDs. They use a distinct filesystem, not
iso9660, and require some fiddling with the video itself. I've never
made one myself, but there is Linux software that's supposed to do it.
Look into the packages vcdimager and vcdtools. (As you should be sued to
with me, these are Debian package names, so you may find the Slack
packages or the underlying developer packages have slightly different
names.) mencoder may also be of help with the transcoding part.
If you are trying to do something other than one or the other of these
things ... then you'll have to be more specific in your question. I'm
not familiar with k3b (or Totem) ... other than seeing that both are
available as Debian packages, and seeing in the description of k3b that
(a) it is a front-end to cdrecord and cdrdao and (b) it supports both
iso9660 and VCD burns (among other things, including "eMovix CDs", a
format I am unacquainted with).
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2005-11-15 4:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-15 2:52 MPG Video Format Peter
2005-11-15 3:00 ` Peter
2005-11-15 3:29 ` chuck gelm
2005-11-15 8:57 ` Peter
2005-11-16 23:46 ` Paulo R. Dallan
2005-11-15 4:23 ` Ray Olszewski [this message]
2005-11-15 9:36 ` Carl
2005-11-16 2:30 ` Peter
2005-11-15 6:12 ` Stephen Samuel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=437962AF.9000902@comarre.com \
--to=ray@comarre.com \
--cc=linux-newbie@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox