Lecture the ignorant, not the erroneous.Garylisk wrote:If it's something else, I will have to re-encode it and re-upload it.
Fate of Angels (Sailor Moon & System of a Down)
Forum rules
Please observe the following unique rules for this forum:
Please observe the following unique rules for this forum:
- Please limit your new threads (not replies) to one per week. If you have several new videos to announce, create one thread for all the videos. (Note: if you forget one you can edit your post!)
- Offsite links are allowed, but you are required to have a catalog entry for that video as well. Threads announcing videos that do not contain a catalog entry will be moved to the Awaiting Catalog Entry sub-forum and will be deleted in 2 weeks if an entry is not created.
- When posting announcements, it is recommended that you include links to the catalog entries (using the video ID) in your post.
- Videos that do not contain anime are allowed to be announced in the Other Videos section and are not required to have catalog entries.
- Garylisk
- Joined: Fri Aug 17, 2001 2:03 am
- Status: Littlecolt
- Location: USA
- Contact:
- DaCoolGohan
- Joined: Tue Dec 04, 2001 5:46 am
- Status: I am the only one around here...
- Location: Cincinnati, Oho
No idea what you are referring to right there, but I guess its supposed to be a slight against me. Sorry that I wanted to point out something I found wrong in your video technically and telling you how to fix it.Garylisk wrote:Lecture the ignorant, not the erroneous.Garylisk wrote:If it's something else, I will have to re-encode it and re-upload it.
- Kitsuner
- Maximum Hotness
- Joined: Sun Feb 16, 2003 8:38 pm
- Status: Top Breeder
- Location: Chicago, IL
- DaCoolGohan
- Joined: Tue Dec 04, 2001 5:46 am
- Status: I am the only one around here...
- Location: Cincinnati, Oho
- Garylisk
- Joined: Fri Aug 17, 2001 2:03 am
- Status: Littlecolt
- Location: USA
- Contact:
No no, I don't slight others, especially online. Not worth it. It would only make me look foolish. I was saying, simply, that while you may have meant to merely express your opinion and offer advice, you instead came off as if you were lecturing. Be that as it may, the meaning behind your remarks are noted, and I will have to look into the encoding issue, which I am still baffled as to why the frame rate became 23.98.DaCoolGohan wrote:No idea what you are referring to right there, but I guess its supposed to be a slight against me. Sorry that I wanted to point out something I found wrong in your video technically and telling you how to fix it.Garylisk wrote:Lecture the ignorant, not the erroneous.Garylisk wrote:If it's something else, I will have to re-encode it and re-upload it.
Alcohol, Drugs, Overdrive, Noise, Neon Lights, Party People, Revolution
- Willen
- Now in Hi-Def!
- Joined: Sun Jul 10, 2005 1:50 am
- Status: Melancholy
- Location: SOS-Dan HQ
If your exports are 23.976 fps then possibly during post-processing or encoding the numbers got rounded up to 2 decimal places instead of 3 places. I know Magix only counts to 2 decimal places: 23.976 fps material is treated as 23.98 fps and exported as such.Garylisk wrote:...I will have to look into the encoding issue, which I am still baffled as to why the frame rate became 23.98.
I've had weird rounding issues with AviSynth and/or VirtualDubMod. To alleviate them, I've switched from decimal numbers to fractional equivalents. Instead of 23.976 i use 24000/1001 and for 29.97, 30000/1001 (e.g. AssumeFPS(30000, 1001) instead of AssumeFPS(29.97)). The repeating numbers (29.97002997002997002997002997003) become insignificant, but for some reason, my machine counts them and wants to round down with some sources (29.96 instead of 29.97). Limitations of the floating point capabilities of my processor (Athlon64X2)?
- Garylisk
- Joined: Fri Aug 17, 2001 2:03 am
- Status: Littlecolt
- Location: USA
- Contact:
I doubt it's a processor limitation. However, I looked at the Lagarith export of my video, and it's also 23.98fps, meaning the problem occured when exporting from premiere. I can probably fix the issue in AviSynth with a simple AssumeFps(23.976) and be done with it. The frame rate difference, at least on my screen, doesn't make much of a difference. I can't tell the difference, I am sure some people with better monitors than me can see it. Much like I am sure that people with better speakers hear the difference between a 128kbps mp3 and a 192 kbps mp3. (I can hear the difference, but in a video, I generally don't sweat it, and sacrifice the quality for filesize.)Willen wrote:If your exports are 23.976 fps then possibly during post-processing or encoding the numbers got rounded up to 2 decimal places instead of 3 places. I know Magix only counts to 2 decimal places: 23.976 fps material is treated as 23.98 fps and exported as such.Garylisk wrote:...I will have to look into the encoding issue, which I am still baffled as to why the frame rate became 23.98.
I've had weird rounding issues with AviSynth and/or VirtualDubMod. To alleviate them, I've switched from decimal numbers to fractional equivalents. Instead of 23.976 i use 24000/1001 and for 29.97, 30000/1001 (e.g. AssumeFPS(30000, 1001) instead of AssumeFPS(29.97)). The repeating numbers (29.97002997002997002997002997003) become insignificant, but for some reason, my machine counts them and wants to round down with some sources (29.96 instead of 29.97). Limitations of the floating point capabilities of my processor (Athlon64X2)?
My biggest concerns with this video have to do with the daughter frames I've seen after watching it a couple more times. The grainy video, well, can't do anything about it. That's CLEANED footage. Anyone who has seen ADV's SM release understands, I am sure. It's just as scary as the region 2 release of Sailor Stars.
Alcohol, Drugs, Overdrive, Noise, Neon Lights, Party People, Revolution
- godix
- a disturbed member
- Joined: Sat Aug 03, 2002 12:13 am