Hi all,
I'm now ripping my old film VCDs to PC as MP4 format. I can do it;
Either by:
Media display software
Or by:
running commands on Terminal
But the result is not stable. Some converted MP4 files are not so clear/good compared to their original VCD run on DVD Write4, but not all. I couldn't find out the cause of the problem.
Could you please advise where to check to solve this problem
Thanks in advance
Regards
+ Reply to Thread
Results 1 to 14 of 14
-
-
What comes spontaneously into my mind, from long time ago:
http://www.vcdgear.com/ -
Hi,
Thanks for your advice.
VIDGear:
batch process .dat files to .mpg using VCDGear
https://geek.digit.in/community/threads/batch-process-dat-files-to-mpg-using-vcdgear.524/
It sounds similar to "vcdimager" which I'm now running on Ubuntu 22.04 desktop (Linux)
Steps performed by me:-
1. Copy files from VCD to PC first;
1.1 Install vcdimager
1.2 Insert the VCD into the drive. It does not need to be mounted.
1.3 Open on Terminal and navigate to the folder on your PC where you want the files from the VCD.
1.4 Run vcdxrip -vpC
Files of VCD will be copied to the folder including converting .dat to .mpg automatically.
2. Convert .mpg to .mp4, run;Code:$ ffmpeg -i file.mpg" -acodec copy -vcodec copy -f mp4 file.mp4
RegardsLast edited by satimis; 17th Apr 2024 at 06:39.
-
-
-
Maybe, but you should adjust your input file.
Otherwise try
Code:ffmpeg -i your.mpg -c:a aac -c:v libx264 -preset slow -crf 20 out.mp4
-
Thanks
Have tested another VCD and ran your suggested command;
Code:$ ffmpeg -i avseq01.mpg -c:a aac -c:v libx264 -preset slow -crf 20 bird.mp4
Meanwhile what will be the use of other data?
Code:_abstract.txt _cdi_avseq01.dat _cdi_cdi_vcd.cfg videocd.xml avseq01.mpg _cdi_cdi_all.rtf _cdi_nmenus.rtf _bibliogr.txt _cdi_cdi_bum.dat _cdi_pmenus.rtf _cdi_cdi_vcd.app _copyrght.txt
Regards -
-
Hi,
Thanks for your reply.
Besides, if running;Code:vcdxrip -vpC
Code:avseq01.mpg avseq01.mpg avseq01.mpg etc
Code:$ cat avseq01.mpg avseq02.mpg avseq013.mpg >> avseq-complete.mpg
Regards -
Hi Sharc,
In one case I encountered following problem extracting with "vcdxrip -vpC"
Code:++ WARN: encountered non-form2 sector -- leaving loop ++ WARN: encountered non-form2 sector -- leaving loop ++ WARN: encountered non-form2 sector -- leaving loop ++ WARN: encountered non-form2 sector -- leaving loop ++ WARN: encountered non-form2 sector -- leaving loop ++ WARN: encountered non-form2 sector -- leaving loop .....
How to fix the problem? Thanks -
Corrupted/scratched disc?
Copy protection?
All mpeg "tracks" should be in Mode2form2 sectors. And the mpeg menuitems and stills, which are part of the filesystem track1, should be mode2form1 sectors. Those errors are telling you it is encountering non mode2 sectors. Perhaps it is attempting to rip beyond the actual media start/end boundaries.
Perhaps try a different vcd/mode2-aware ripper/extractor ? Or different disc copies?
Re: those other files - look at "What is VCD" at the top. It explains all those files. Basically, NONE of them are pertinent to your task.
Scott -
Hi Scott.
It is not corrupted nor a scratched disc. The vcd can be played on DVD writer without problem. Also I can convert it to MP4 file on VLC Media player.
Regards -
Hi Scott.
It is not corrupted nor a scratched disc. The vcd can be played on DVD writer without problem. Also I can convert it to MP4 file on VLC Media player and save the MP4 file on PC.
Regards
Similar Threads
-
Ripping Star Trek Voyager & Star Trek TNG Problem
By hendos4 in forum Newbie / General discussionsReplies: 12Last Post: 30th Oct 2024, 09:32 -
3 problem vhs tapes plus one that plays fine, but footage is shaky 8mm film
By bbmaster123 in forum RestorationReplies: 33Last Post: 1st Mar 2021, 10:25 -
Shooting a film
By David Banner in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 15Last Post: 25th Aug 2020, 16:00 -
Problem ripping home made DVD
By Maz1000 in forum Newbie / General discussionsReplies: 74Last Post: 18th Aug 2020, 21:45 -
Problem seeking when ripping to MP4
By johnr283 in forum Blu-ray RippingReplies: 5Last Post: 22nd May 2020, 09:16