Post here to discuss the technical details of creating VideoNow files
+ Reply to Thread
Results 1 to 9 of 9
-
-greg
(author of videothen) -
A well written bit on the VNCD format is at the PVDTools temperary homepage.
-
Hi guys. Im really not smart 'nuff to be posting over here so I'll keep it short.
Mr.Radar wrote:
I think a lot of freeware cd-burning apps use freeware command line utilities to do what they do, like cdrdao and mkisofs (some of the command line utils that burnatonce uses). seems like it would be easyThank you. Integrating VirtualDub and cd-burning into my software is well beyond my ablities
enough to have your program call these after it writes the wav files.
Would be very nice indeed to have this all in one application.59 4F 55 20 48 41 56 45 20 57 41 59 20 54 4F 4F
4D 55 43 44 20 54 49 4D 45 20 4F 4E 20 59 4F 55
52 20 48 41 4E 44 53 2E -
If you could tell me how to launch external programs from a C program I'd very gladly add that option. After I get a good working encoder/decoder I'll probabley right a GUI frontend for Windows(in VB) and if they're also supported under windows I'll include that functionality too.Originally Posted by Vampyre
@GregSmith:
In the format second of the .doc file you distribute with VideoThen(mirrored as a plain-text document here), you say that the sync data in the audio channel is a constant stream of 0x5a, but when I look at the raw timing data(from a file made with VideoThen) it is a stream of 0x00 for the first 2530 bytes, then it's 3200 bytes(same size as the actual video in a video frame) of 0xe1 then its 1600 bytes(1/2 size of video in a video frame) of 0x5a then its 670 bytes of 0xd2 and it seems to follow this patter(3200 0xe1, 1600 0x5a, 670 0xd2) for the rest of the file. As I'm planning the encoder right now, I need to know why this is. -
Mr. Radar wrote:
No clue. I write for dos, not windows. yeah i know, i'm living in the past blah blah. In djgpp, which is for dos, the command is spawnl . But thatsIf you could tell me how to launch external programs from a C program I'd very gladly add that option
not portable in any way.. Maybe its time i learn to code for windows. *shudder*59 4F 55 20 48 41 56 45 20 57 41 59 20 54 4F 4F
4D 55 43 44 20 54 49 4D 45 20 4F 4E 20 59 4F 55
52 20 48 41 4E 44 53 2E -
mr radar wrote:
i will have to get back to you on this. but i'm pretty sure that the audio track is just 0x5a data.In the format [section] of the .doc file you distribute with VideoThen(mirrored as a plain-text document here), you say that the sync data in the audio channel is a constant stream of 0x5a, but when I look at the raw timing data(from a file made with VideoThen) it is a stream of 0x00 for the first 2530 bytes, then it's 3200 bytes(same size as the actual video in a video frame) of 0xe1 then its 1600 bytes(1/2 size of video in a video frame) of 0x5a then its 670 bytes of 0xd2 and it seems to follow this patter(3200 0xe1, 1600 0x5a, 670 0xd2) for the rest of the file. As I'm planning the encoder right now, I need to know why this is.
from my manual:
hope this helps...The audio track is also preceeded by 2531 bytes of 0x00. Note that this is precisely 1/2 the number of bytes of the video header's 0x00s. Remember that the audio track is composed of 8-bit values for the audio and some sync data? Well the sync data is a constant stream of 0x5a.
oh, and to spawn a command from 'C' - use either the system() function or one of the exec() functions-greg
(author of videothen)
Similar Threads
-
VideoNow Color (and Jr) Video Conversions
By VideonowDude in forum Video ConversionReplies: 332Last Post: 20th Mar 2022, 18:01 -
Camcorder File Formats
By Russo in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 8th Aug 2010, 13:20 -
File Formats
By Dan K in forum Newbie / General discussionsReplies: 1Last Post: 27th Dec 2008, 11:22 -
VideoNow Media Wizard
By Frustrtated in forum Video ConversionReplies: 0Last Post: 13th Oct 2008, 23:58 -
won't encode full file, and will only do certain file formats
By GregDz in forum ffmpegX general discussionReplies: 0Last Post: 21st Jun 2008, 21:27




Quote