Hi,
How do I freely burn an .MPG file (yes, it has the SVCD specs) to a CD? Does it need a specific file structure just like DVDs do?
I am fully aware that there is basically no functional point in doing this. I just want to try this for the heck of it and play it in my DVD player.
Many threads say that Nero burner can do what I want, but I don’t have Nero and I don’t want to pay.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Yes, SVCDs have a specific structure - not unlike DVD, but different enough, more similar (very) to VCD - and they also must be not just encoded, but AUTHORED, in a process not unlike DVDs, BDs, & VCDs. See "what is..." above.
All the apps that dealt with these formats are long in the tooth now, but your best bet, as mentioned, is probably vcdeasy. It is not without problems though either, because it has issues running on anything newer than XP.
But depending on the media player(s) you intend to play it on, you might not need it to be authored.
Scott -
I was able to make a .BIN and .CUE file for the SVCD using VCDGear. That should be the right structure? Then all I have to do is drag and drop BIN and CUE into the CD? I tried VCDEasy, but I couldn’t use the program because it gave me an error about Windows Media Player. I read some threads and a lot of people said it only works on old Windows.
-
1. If you already have a BIN+CUE, you should be able to burn to disc using any decent (DAO/SAO-capable) disc burning software (ImgBurn is a great one, though old).
2. I may be mistaken (been many years since), but I was under the impression that VCDGear ONLY worked with VCDs (352x240 NTSC, 352x288 PAL) not SVCDs (480x480 NTSC, 480x576 PAL).
3. I doubt that most apps allow you to "drag & drop" a BIN+CUE onto a CD in Windows Explorer to start burning
4. Yes, I also --^ said VCDEasy only works up through XP. These are old technologies, with little reason to bring back up, and little demand to update, so it makes sense that progress has passed them by, sad though it may be. But you can always Dual Boot, or use a VM.
5. If you've got a DVD player, you have alternatives - convert to DVD-Video, burn as plain media data file...
Scott -
-
Command SVCD packet size
for %%a in ("*.*") do ffmpeg -i "%%a" -vcodec copy -acodec copy -f svcd -packetsize 2324 "%%~na new.mpg"
Command for encoding NTSC
for %%a in ("*.*") do ffmpeg -i "%%a" -s 480x480 -pix_fmt yuv420p -codec:v mpeg2video -vf setfield=tff -flags +ilme+ildct -g 18 -b:v 2700k -minrate:v 2700k -maxrate:v 2700k -bufsize:v 1835008 -scan_offset 1 -ar 44100 -acodec mp2 -b:a 224k -f svcd -packetsize 2324 "%%~na new.mpg"
pauseLast edited by shampistols69; 12th May 2024 at 17:18.
Similar Threads
-
How to convert an mkv file to an mpg file or an mpeg file losslessly?
By cthane in forum Video ConversionReplies: 2Last Post: 11th Mar 2024, 16:52 -
VHS to MPG Converted file To HD Quality
By ConverterCrazy in forum Capturing and VCRReplies: 6Last Post: 12th Aug 2023, 10:34 -
[HELP] Corrupt MPG file
By Knalpiep in forum Newbie / General discussionsReplies: 2Last Post: 27th Jan 2023, 03:36 -
Single .vob file to mpg without reencoding?
By Sandfly in forum Video ConversionReplies: 23Last Post: 23rd Nov 2021, 17:38 -
why does file size increase so much when trying to burn????
By BabyDaddy in forum Authoring (Blu-ray)Replies: 12Last Post: 4th May 2020, 17:12