I extract MPEG-2 files from my ReplayTV, and mostly make DVDs.
However, sometimes, I want to create VCDs. I have been unsuccessful in using ffmpegx to transcode.
I am looking for a one step-solution: that is, put in the MPEG-2 and have a resulting mpeg-1 file that is Toast ready for VCD.
ffmpegx, when it works, creates a demuxed separate video and audio file from the original MPEG-2. When I try to then use ffmpegx to combine the two files, it just won't work.
Help! Thanks
Results 1 to 11 of 11
-
-
Just use Womble Mpeg Wizard and save DVD streams as VCD usingthe VCD template. Works for me...
-
xxwhaGuest
Use the commandline ffmpeg
ffmpeg -i $1 -aspect 4:3 -s q$2 -f vcd -hq -sameq -b 170 -ar 44100 -ab 224 $3
vcdimager $3
where:
$1 is the input filename
$2 is either ntsc or pal
$3 is the output filename
what you get out of this are a VCD compliant MPG and the videocd.bin/videocd.cue files ready to burn to a CD with
cdrdao write --device IODVDServices --driver generic-mmc --eject videocd.cue
-
Please, i am a newbe too so be very clear: if i have to use Terminal, explain exactly how to do it so, thanks beforehand !
And tell me why it didn't give me a toast.bin file instead of those both folders .m1v and .mp2 (vcd choice with ffmpeg encoding))
At the end, i have this in the information window:
dyld: /Applications/VIDEO/ffmpegX.app//Contents/Resources/tcmplex can't open library: /usr/local/lib/libdl.0.dylib (No such file or directory, errno = 2)
Thnaks for your help guys !
-
Thoses links are outdated :
http://prdownloads.sf.net/mplayerosx/ffmpegxbinaries.sit (mencoder 1 mplayer)
http://mjpeg.sourceforge.net/MacOS/ (mpeg2enc)
Where can i get those things ?
Similar Threads
-
MPEG Streamclip to join files but not transcode?
By Corbey in forum Video ConversionReplies: 2Last Post: 12th Apr 2013, 12:18 -
MPEG II to MPEG (DVD): Transcode or reencode?
By Jeroen1000 in forum Video ConversionReplies: 8Last Post: 12th Feb 2009, 17:44 -
ffmpegX 0.0.9x transcode stuck on 99%
By mattr in forum ffmpegX general discussionReplies: 0Last Post: 24th Sep 2008, 04:17 -
how to transcode video files into another MPEG format
By dzachau in forum Newbie / General discussionsReplies: 4Last Post: 3rd Jan 2008, 15:49 -
Convert mpeg-4 to mpeg-1 with ffmpegx?
By CollinH in forum ffmpegX general discussionReplies: 2Last Post: 22nd Sep 2007, 22:36