Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Howto Burn CVCD in K3b
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
edgarguzman
n00b
n00b


Joined: 07 Jan 2004
Posts: 45
Location: Guatemala

PostPosted: Sun Jun 06, 2004 2:38 am    Post subject: Howto Burn CVCD in K3b Reply with quote

Hello to all how are you??

I'm not burning movies in format cvcd with k3b.
Back to top
View user's profile Send private message
tetrahydroc
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2003
Posts: 144

PostPosted: Sun Jun 06, 2004 6:09 am    Post subject: Re: Howto Burn CVCD in K3b Reply with quote

edgarguzman wrote:
I'm not burning movies in format cvcd with k3b.


Huh? Well, if you're going to burn cvcd's, first you got to make an image out of it if you already haven't done so
Code:

vcdimager -t vcd2 your-cvcdmovie.mpg


then you're able to burn it to a CD with K3B's "Burn CD Image"-tool, the image is the videocd.bin & videocd.cue you got after running vcdimager.

HTH,
/tetra
Back to top
View user's profile Send private message
edgarguzman
n00b
n00b


Joined: 07 Jan 2004
Posts: 45
Location: Guatemala

PostPosted: Sun Jun 06, 2004 3:22 pm    Post subject: Reply with quote

Code:

edgarin root # vcdimager -t vcd2 /home/Backup\ Servidor/Disco\ local\ \(E\)/My\ Shared\ Folder/xmule/Los\ Hombres\ De\ Harrison\ Swat\ Cvcd\ Spanish\ By\ Juan\ Fco.mpg
++ WARN: initializing libvcd 0.7.17-cdio [/]
++ WARN:
++ WARN:  this is the UNSTABLE development branch!
++ WARN:  use only if you know what you are doing
++ WARN:  see http://www.hvrlab.org/~hvr/vcdimager/ for more information
++ WARN:
   INFO: scanning mpeg sequence item #0 for scanpoints...
++ WARN: mpeg scan: pack header code (0x000001ba) expected, but 0x52494646 found (buflen = 2324)
++ WARN: ...this looks like a RIFF header but a plain multiplexed program stream was required.
**ERROR: input mpeg stream has been deemed invalid -- aborting
edgarin root #
Back to top
View user's profile Send private message
tetrahydroc
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2003
Posts: 144

PostPosted: Sun Jun 06, 2004 4:53 pm    Post subject: Reply with quote

As vcdimager says, your file is not a valid mpeg-video file, the audio part that is. You could separate the audio and video streams and re-encode audio to MP2, and then multiplex the original video stream and the new audio stream.

Code:

mplayer -dumpvideo -dumpfile video.mpv -ao null /home/Backup\ Servidor/Disco\ local\ \(E\)/My\ Shared\ Folder/xmule/Los\ Hombres\ De\ Harrison\ Swat\ Cvcd\ Spanish\ By\ Juan\ Fco.mpg

ffmpeg -i /home/Backup\ Servidor/Disco\ local\ \(E\)/My\ Shared\ Folder/xmule/Los\ Hombres\ De\ Harrison\ Swat\ Cvcd\ Spanish\ By\ Juan\ Fco.mpg -ar 44100 -ac 2 -ab 128 audio.mp2

tcmplex -m 1 -i video.mpv -p audio.mp2 -o new-cvcd.mpg


after that, try process it through vcdimager.

HTH,
/tetra
Back to top
View user's profile Send private message
edgarguzman
n00b
n00b


Joined: 07 Jan 2004
Posts: 45
Location: Guatemala

PostPosted: Sun Jun 06, 2004 6:03 pm    Post subject: Reply with quote

Code:

edgarin root # ffmpeg -i /home/Backup\ Servidor/Disco\ local\ \(E\)/My\ Shared\ Folder/xmule/Los\ Hombres\ De\ Harrison\ Swat\ Cvcd\ Spanish\ By\ Juan\ Fco.mpg -ar 44100 -ac 2 -ab 128 audio.mp2
/home/Backup Servidor/Disco local (E)/My Shared Folder/xmule/Los Hombres De Harrison Swat Cvcd Spanish By Juan Fco.mpg: Unknown format
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum