Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 02-02-2008, 08:14 PM   #1 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Problems with VCD's.


Ok guys , Got two problems here.

1. Copying VCD files onto the system.
2. Converting those files for viewing on a PMP.

I tried avidemux , but it flat out refuses to open the file.
And, the problem is not the disc, i can watch the movie fine.
So, please help me solve the problems.

Thanx,
ray
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 02-02-2008, 08:19 PM   #2 (permalink)
IM AS MAD AS HELL!!
 
max_demon's Avatar
 
Join Date: Oct 2006
Location: localhost
Posts: 1,618
Default Re: Problems with VCD's.

Try Super
__________________
When someone dies in the grip of a powerful rage... a curse is born.

Kayako Saeki: Croakkkkkkkkkkkkkkkkkkkkk!
max_demon is offline  
Old 02-02-2008, 08:21 PM   #3 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Problems with VCD's.

Super? What?
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 02-02-2008, 08:34 PM   #4 (permalink)
Wise Old Owl
 
harryneopotter's Avatar
 
Join Date: Feb 2007
Posts: 1,009
Default Re: Problems with VCD's.

Super Video Convertor ..
harryneopotter is offline  
Old 02-02-2008, 08:53 PM   #5 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Problems with VCD's.

^in Linux

@rayraven:transcode,mencoder can help;both are CLI tools though.
In VCD's, the .dat files are mpeg files which can be opened,other files are not media.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-02-2008, 09:00 PM   #6 (permalink)
Wise Old Owl
 
harryneopotter's Avatar
 
Join Date: Feb 2007
Posts: 1,009
Default Re: Problems with VCD's.

Quote:
Originally Posted by praka123 View Post
^in Linux

@rayraven:transcode,mencoder can help;both are CLI tools though.
In VCD's, the .dat files are mpeg files which can be opened,other files are not media.
no where in his post i found the word "linux" and i have never heard about avidemux ..so didnt knew it was for linux. Sorry if u felt offended. just tried to help.... thts it.
harryneopotter is offline  
Old 02-02-2008, 09:06 PM   #7 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Problems with VCD's.

^this is open source section dude!check the section when u search using "new posts"
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 02-02-2008, 09:30 PM   #8 (permalink)
Wise Old Owl
 
harryneopotter's Avatar
 
Join Date: Feb 2007
Posts: 1,009
Default Re: Problems with VCD's.

Quote:
Originally Posted by max_demon View Post
Try Super
Quote:
Originally Posted by rayraven View Post
Super? What?
i replied for these two posts .........
harryneopotter is offline  
Old 02-02-2008, 09:34 PM   #9 (permalink)
Human Spambot
 
kumarmohit's Avatar
 
Join Date: May 2005
Location: Riding an Oliphaunt
Posts: 2,173
Default Re: Problems with VCD's.

rename it from dat to mpg first, then try
__________________
The real and only freedom is Public Domain. Everything else in unfree! Even those who claim to be the self styled evangelists of freedom are not free because freedom cannot be forced by any means!
kumarmohit is offline  
Old 02-02-2008, 10:27 PM   #10 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: Problems with VCD's.

you can try using ffmpegx to convert your videos for your PMP. It is a command line tool but i believe there is a gui frontend for it available. Try searching the net.
__________________
My blog :- www.openenclave.wordpress.com
hellknight is offline  
Old 02-02-2008, 10:42 PM   #11 (permalink)
Married!
 
Rahim's Avatar
 
Join Date: Apr 2007
Location: Calcutta
Posts: 1,524
Default Re: Problems with VCD's.

Use this commant in the Terminal to rip .dat file from VCD to avi
Code:
mencoder vcd://2 -o file.avi -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=2000
Once done. use avidemux to convert to the desired format.
Hope this helps
__________________
|| GNU/Linux User || PCLOS KDE 4.6 || 17" DELL Studio ||

topdocumentaryfilms.com
Rahim is offline  
Old 03-02-2008, 11:44 AM   #12 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Problems with VCD's.

Thanx for the replies guys,
i managed to copy it using "mplayer - dumpstream" option.

But, now problem is i gotta convert it,
Avidemux doesnt open it, even if i rename it to .mpg
I do have ffmpeg installed.
Could you guys gimme ways to,

1. Combine files.
2. Convert files.

That ffmpeg has too many options, and i cant seem to figure em out.

Thanx,
ray
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 03-02-2008, 03:36 PM   #13 (permalink)
Married!
 
Rahim's Avatar
 
Join Date: Apr 2007
Location: Calcutta
Posts: 1,524
Default Re: Problems with VCD's.

Use the code i gave you. It will rip in avi format and then you can convert/combine/cut/edit it with avidemux.
__________________
|| GNU/Linux User || PCLOS KDE 4.6 || 17" DELL Studio ||

topdocumentaryfilms.com
Rahim is offline  
Old 03-02-2008, 04:58 PM   #14 (permalink)
GTK+ programmer
 
ChaiTan3's Avatar
 
Join Date: Jun 2007
Posts: 121
Default Re: Problems with VCD's.

I use cdfs for copying vcd files onto the hdd....they are shown as mpg files in nautilus
http://akulinux.blogspot.com/2006/03...sing-cdfs.html
ChaiTan3 is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Post ur mobile internet queries, problems n problems here sourishzzz1234 Buying Advice 2 19-01-2008 07:34 PM
creating VCD's in GNU/Linux-opins praka123 Open Source 3 05-02-2007 06:03 PM
How to create VCD's From DVD's and which software to use?? Manshahia Software Q&A 1 13-11-2006 01:23 PM
How to burn vcd's in DVD? gaurav_indian QnA (read only) 3 31-10-2006 02:46 PM
how to create playback controls on vcd's&dvd's ganga Software Q&A 1 23-12-2005 09:11 PM

 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 02:52 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2