English Amiga Board


Go Back   English Amiga Board > Main > Amiga scene

 
 
Thread Tools
Old 06 January 2017, 19:46   #201
AnnaWu
Registered User
 
AnnaWu's Avatar
 
Join Date: Dec 2012
Location: Germany
Posts: 561
If someone is capable to rip/convert from the CD/DVD image to a single video file then it makes sense for me.
Installed SINGE files makes no sense, I think.
AnnaWu is offline  
Old 06 January 2017, 19:49   #202
Retro1234
Phone Homer
 
Retro1234's Avatar
 
Join Date: Jun 2006
Location: 5150
Posts: 5,790
Im getting to confused the DVD version of the game probably wont work but if the laser disc video is in a DVD format or anything else divx, mpeg2 etc its ok.
Retro1234 is offline  
Old 06 January 2017, 19:49   #203
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by DamienD View Post
Yeah, you are right. They contain loads of *.dat, *.m2v, *.ogg, etc. files
looks like video and audio splitted, if they are in the correct order, we can glue them together in one file.
i think ffmpeg can do this.

@AnnaWu: what is on those CDs/DVDs? one big videofile or also split parts?
emufan is offline  
Old 06 January 2017, 19:54   #204
AnnaWu
Registered User
 
AnnaWu's Avatar
 
Join Date: Dec 2012
Location: Germany
Posts: 561
Splitted parts on CD* image with different format (*.mpg, *.wav, ...)
DVD* image files are splitted and different too (*AUDIO_TS/*VIDEO_TS (.VOB, ...))

Last edited by AnnaWu; 06 January 2017 at 20:04.
AnnaWu is offline  
Old 06 January 2017, 19:56   #205
Retro1234
Phone Homer
 
Retro1234's Avatar
 
Join Date: Jun 2006
Location: 5150
Posts: 5,790
Im to confused Laser Disc video rip are only useful files not DVD version of game. Doesnt matter if split etc they can be combined again. I remember TMPGEnc was quite good for combining wav and mpg.

probably have to wait for earok unless anyone can confirm the situation.
Retro1234 is offline  
Old 06 January 2017, 19:57   #206
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Attached is a "dir" listing of all files / folders in the "maddog.zip" file.

Ok, will re-upload this "maddog.zip" file to SendSpace in order for earok to look into
Attached Files
File Type: txt maddog.txt (36.1 KB, 202 views)
DamienD is offline  
Old 06 January 2017, 20:00   #207
Retro1234
Phone Homer
 
Retro1234's Avatar
 
Join Date: Jun 2006
Location: 5150
Posts: 5,790
Quote:
Originally Posted by DamienD View Post
Attached is a "dir" listing of all files / folders in the "maddog.zip" file.

Ok, will re-upload this "maddog.zip" file to SendSpace in order for earok to look into
The m2v files are probably ok if they originated from the Laser Disc but I think not looking at the names
Retro1234 is offline  
Old 06 January 2017, 20:05   #208
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by AnnaWu View Post
Splitted parts on CD* image with different format (*.mpg, *.wav, ...)
DVD* image is different too (*AUDIO_TS/*VIDEO_TS (.VOB)
ah, ok, so there is some "work" required too. never rip'ed/converted a dvd, but there are plenty of tools out there.

Quote:
Originally Posted by DamienD View Post
Attached is a "dir" listing of all files / folders in the "maddog.zip" file.
thats something for "ffmpeg - HowTo merge video and audio track"
for each pair, we need something like that (not exactly sure) :
Code:
ffmpeg -i video-01.m2v -i audio-01.ogg -c:v copy -c:a mp2 output-01.mpg
the output-xx.mpg files we can later glue together, using ffmpeg too, while converting to a avi or mp4.
maybe ffmpeg can read in a file list, or use some pattern, holding the correct order.
should decrease the filesize alot

Last edited by emufan; 06 January 2017 at 20:11.
emufan is offline  
Old 06 January 2017, 20:07   #209
Retro1234
Phone Homer
 
Retro1234's Avatar
 
Join Date: Jun 2006
Location: 5150
Posts: 5,790
Unfortunately we dont know the original order of the video.
Retro1234 is offline  
Old 06 January 2017, 20:10   #210
AnnaWu
Registered User
 
AnnaWu's Avatar
 
Join Date: Dec 2012
Location: Germany
Posts: 561
Quote:
Originally Posted by Retro1234 View Post
The m2v files are probably ok if they originated from the Laser Disc but I think not looking at the names
SINGE files are NOT from a original Laser Disc.
The most are from CD and only few from DVD like Hologram Time Traveller, converted by SINGE installer. That's it.
AnnaWu is offline  
Old 06 January 2017, 20:13   #211
Mad-Matt
Longplayer
 
Mad-Matt's Avatar
 
Join Date: Jan 2005
Location: Lincoln / UK
Age: 45
Posts: 1,852
Send a message via ICQ to Mad-Matt Send a message via MSN to Mad-Matt
There is a file which list the file order and what frame they start on. Not home right now to check what it is.

I did build the video file a month ago (not to frame accuracy at this stage) but was never able to get winuae to play the video properly (or any of the other uploaded videos). It played back ok when in the service menu, but out of that the game would just flicker between the amiga overlaid screen and the first frames of the video.

I did mention back then that the likelihood of the singe dvd version matching the laserdisc version would be unlikely though and likely wouldn't work out.
Mad-Matt is offline  
Old 06 January 2017, 20:24   #212
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
Quote:
Originally Posted by Retro1234 View Post
Unfortunately we dont know the original order of the video.
we can compare it with the italian version. i could imagine, they were choosing
the filenames on purpose. maybe they are in alphabetic correct order - think positive

Quote:
Originally Posted by Mad-Matt View Post
There is a file which list the file order and what frame they start on. Not home right now to check what it is.
cool
Quote:
Originally Posted by Mad-Matt View Post
but was never able to get winuae to play the video properly
ffmpeg has some start/end frame options ( -ss / -t ) , with a proper gui that would be more fun,
but noone said it will be easy

Last edited by emufan; 06 January 2017 at 20:30.
emufan is offline  
Old 06 January 2017, 21:03   #213
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Contents of "maddog.zip" extracted / re-RAR'd into 300MB parts and then uploaded to SendSpace:

DamienD is offline  
Old 06 January 2017, 21:39   #214
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
in terms of filesize, SendSpace is better than zippy - good d/l speed too
emufan is offline  
Old 06 January 2017, 22:02   #215
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Quote:
Originally Posted by emufan View Post
in terms of filesize, SendSpace is better than zippy - good d/l speed too
DamienD is offline  
Old 06 January 2017, 22:53   #216
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
i followed the ffmpeg concatenate website.
- create the filelist for m2v and ogg files - just the alphabetic order.
- feed the lists into ffmpeg, producing video.m2v and audio.ogg
- next merge video and audio.
- the audio is broken here - only 50% sound, then silence. got some error messages about some problems
while encoding the final movie.
- but nevertheless the avi i made, does play with the game - that means, it swicthes
to different scenes, when doing some interactions.
cannot say if the timing is right, but at least this method can work.

#1) btw. if a file is not accepted as laserdisk video ( blue ) - then switch to video file, play it a bit,
then again to laser disk video - works here this way - but dont call it a hack :P

Last edited by emufan; 06 January 2017 at 23:09.
emufan is offline  
Old 06 January 2017, 23:01   #217
earok
Registered User
 
Join Date: Dec 2013
Location: Auckland
Posts: 3,545
I have to say, it's unlikely that non-LaserDisc rips are going to be useful, asides from needing to have all of the same footage in the same order at the same lengths and offsets as the original, the LaserDisc editions have footage that only makes sense in that context (attract mode sequences, individual frames for credits, configuration, tv calibration etc).

But I'd love to be proven wrong
earok is offline  
Old 06 January 2017, 23:09   #218
emufan
Registered User
 
Join Date: Feb 2012
Location: #DrainTheSwamp
Posts: 4,545
if noone gives it a try, we will never know. so anyone should do something.
emufan is offline  
Old 07 January 2017, 12:52   #219
Mad-Matt
Longplayer
 
Mad-Matt's Avatar
 
Join Date: Jan 2005
Location: Lincoln / UK
Age: 45
Posts: 1,852
Send a message via ICQ to Mad-Matt Send a message via MSN to Mad-Matt
frame_maddog_cdrom.txt is the file that has the file order and frame starting points.

I have uploaded my mpg file to my google drive if anyone wants to try it. I have removed some blank video towards the end to try and make the menus match up to the correct frame point in the video. I will remove at some point as it does take up some space.

https://drive.google.com/open?id=0B2...lpSdEhhWTNLNEU
Attached Thumbnails
Click image for larger version

Name:	attachment.jpg
Views:	194
Size:	80.8 KB
ID:	51631  
Mad-Matt is offline  
Old 07 January 2017, 13:49   #220
DamienD
Banned
 
DamienD's Avatar
 
Join Date: Aug 2005
Location: London / Sydney
Age: 47
Posts: 20,420
Nice work indeed Mad-Matt

...so this means the file was useful; should I upload the rest then?
DamienD is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
"Laser Squad" games thread (eg. "Evil" ) nittamituaki support.Games 18 18 May 2018 19:38
Lamborghini American Challenge from Titus dlfrsilver request.Old Rare Games 18 17 June 2015 11:45
Question from a dumb American. illy5603 support.Hardware 43 19 September 2009 00:27
Lamboghini American Challenge Marlon Amiga scene 5 21 January 2004 16:07
American versions Peanutuk Nostalgia & memories 8 23 October 2001 19:05

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 21:53.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11079 seconds with 13 queries