| |
ΛΛdZ
Registered: Jul 2005 Posts: 153 |
How to grab c64 video+audio to a avi file ?
Is there a way to grab the video/sound output and
save it to a file from any of the emulators (VICE, etc) ?
(if yes, then please tell me how to do it! ;)
|
|
... 4 posts hidden. Click here to view all posts.... |
| |
Sander
Registered: Jan 2002 Posts: 496 |
Right :)
Not to get too hardcore, an external capture program would be suitable.
(...i had to google for 'scanconverter', still not entirely sure what it does - but must be quite expensive ;) |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
Quote: Another good question would be which codec to use
It would seem that a non lossy based codec would probably give great compression (where only image difference data is stored. eg static bitmap and scroller, would barely result in large file sizes
there are numerous scenarios where a non lossy compression is not such a good idea. scrolling games, or just a depacker with inc $d020 for example. |
| |
Oswald
Registered: Apr 2002 Posts: 5094 |
Quote: Right :)
Not to get too hardcore, an external capture program would be suitable.
(...i had to google for 'scanconverter', still not entirely sure what it does - but must be quite expensive ;)
whats the problem with capturing from vice ? converting from real machine remembers me that on one of the demo dvds even subtle but annoying noise was visible, obviously captured from real thing, with bad cabling/device :( |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
capturing from the real thing *in good quality* is very hard, and indeed requires very expensive equipment (eg most, if not all, consumer capture devices will not allow to capture progressive images at 50Hz) |
| |
algorithm
Registered: May 2002 Posts: 705 |
Quote: there are numerous scenarios where a non lossy compression is not such a good idea. scrolling games, or just a depacker with inc $d020 for example.
Scrolling games should not be a problem as its only really the same data shifted to the left/right (and compression algo's deal with pixels in chunky form
Depacking of $d020 is not too much of a problem even with RLE etc and ultimately the non lossy would result in a crystal sharp image |
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
You can use a DVD recorder with the real C64.
Is quite ok. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
that will only give you 25fps/interlaced though ... wonky scrollers etc :/ |
| |
maestro
Registered: Mar 2004 Posts: 727 |
does anyone know how to use this ffmpeg properly?? |
| |
Mr. Mouse
Registered: Dec 2001 Posts: 235 |
MdZ: This is the way I do it.
C64 output capture and Deus Ex Machina border bugs
|
| |
SIDWAVE Account closed
Registered: Apr 2002 Posts: 2238 |
Quote: does anyone know how to use this ffmpeg properly??
just copy avcodec??.dll, avformat??.dll, avutil??.dll to the VICE dir, and start vice, and choose ffmpeg as encoder when grabbing. i prefer xvid.. |
Previous - 1 | 2 - Next |