.ISO creator for avi,mpeg,mpg4, xvid ect

I have been looking for a software to convert these files to .ISO for two days now but did not find anything .ISO creator for avi,mpeg,mpg4, xvid etc. I will like any suggestion that any one has thank you.

From Packman repo for GUI based

isomaster

or

acetoneISO

Thank you very much I appreciate you time and kindness

No problem. Hope it does as you require.:wink:

Also, for creating DVD/videoCD etc’ and also .iso files, try devede.

I use it to make DVDs from .avi/.wmv/.mpg files that play perfectly in my DVD player.

It’s a great app :).

My favorite. :wink:


dd if=/dev/<yourDevice> of=image.iso

I don’t quite understand what you mean here. When you check the above posts, obviously you’ll see mentioned devede and acetoneiso. Both programs are available through YAST and the repo packman. I use Devede myself and it converts avi and mpeg video-files into DVD and Video-CD, with the possibility to create an iso only.
Is this an answer to your question?:sarcastic:

I assumed he just wanted to create an .iso
not a dvd of movies in .iso to burn as a dvd - like you can do with devede

You are correct!! the main point of my question is to get any format to an .ISO Then to be burned as an image to dvd. Again you are right on target than you very much.

[QUOTE=growbag;1940585]Also, for creating DVD/videoCD etc’ and also .iso files, try devede.

I use it to make DVDs from .avi/.wmv/.mpg files that play perfectly in my DVD player.

Hey can you please tell me what DvD player are you using? Also a link to a picture will be nice thank you in advance?
It’s a great

and what does this code do exactly??

This program reads the input file /dev/<yourDevice> and writes it to the output file.
In my case


dd if=/dev/sr0 of=image.iso

because my device is /dev/sr0 - maybe this works for you also.
Just try it, brilliant. :slight_smile: