Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
creating SVCDs with transcode
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
devzero_DE
n00b
n00b


Joined: 06 Jun 2004
Posts: 36
Location: Cologne / Germany

PostPosted: Wed Jun 16, 2004 11:39 am    Post subject: creating SVCDs with transcode Reply with quote

Hey,

I have a mpeg which is interlaced, 720x576 and ca. 1,2 gig for ~30 minutes.
I want convert it with transcode to a SVCD compatible mpeg stream, with deinterlacing and resizing (svcd PAL needs 480x576), the audio must be 44.1 khz (is now 48 khz). Maybe with VBR? when i could set the maximal size it would be fine.

Any can help me? Ive already google'd, but nothing right found. The man page doesnt also really tell me how to do.
An example would be nice.

Greets,
devzero
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: Wed Jun 16, 2004 3:02 pm    Post subject: Reply with quote

Hi,

Why would you want your video (SVCD) to be deinterlaced?

Anyway, try something like this:
Code:

transcode -i your-original-video.mpg -V -y mpeg -F s -Z 480x576 --export_fps 25 --export_asr 2 -E 44100 -b 224 -o target-filename-without-extension


this will give you 2 files
Code:

target-filename-without-extension.m2v
target-filename-without-extension.mpa


which need to be multiplexed for example with tcmplex (or mplex).

HTH,
/tetra
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