473,323 Members | 1,537 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,323 software developers and data experts.

alternate file

Hello,

I have bunch of video files, and I need somehow alternate them, and by
that I mean so check sum would be different, yet won't break content
of video itself.

any ideas?
Aug 25 '08 #1
14 1298
Hello,
>
I have bunch of video files, and I need somehow alternate them, and by
that I mean so check sum would be different, yet won't break content
of video itself.

any ideas?
Just duplicate or remove a single frame somewhere; it'll never be
noticed and change the checksums.
You gave no relevant information so I used assumptions to deliver a
valid answer to you; if that's not your situation it's your fault.
Aug 25 '08 #2
duplicating wont change check sum, yet manipulating with content would
do the trick, i guess removing a frame would do just fine, now, how do
I do that using PHP?
I thought of somehow altering meta data of the file, that would change
check sum, without deleting any frames, i think that probably easier
to do with php too, vs deleting frame from file
On Aug 25, 7:42*pm, "Twayne" <nob...@devnull.spamcop.netwrote:
Hello,
I have bunch of video files, and I need somehow alternate them, and by
that I mean so check sum would be different, yet won't break content
of video itself.
any ideas?

Just duplicate or remove a single frame somewhere; it'll never be
noticed and change the checksums.
* *You gave no relevant information so I used assumptions to deliver a
valid answer to you; if that's not your situation it's your fault.
Aug 26 '08 #3
alexus wrote:
duplicating wont change check sum, yet manipulating with content would
do the trick, i guess removing a frame would do just fine, now, how do
I do that using PHP?
I thought of somehow altering meta data of the file, that would change
check sum, without deleting any frames, i think that probably easier
to do with php too, vs deleting frame from file
On Aug 25, 7:42 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
>>Hello,
I have bunch of video files, and I need somehow alternate them, and by
that I mean so check sum would be different, yet won't break content
of video itself.
any ideas?
Just duplicate or remove a single frame somewhere; it'll never be
noticed and change the checksums.
You gave no relevant information so I used assumptions to deliver a
valid answer to you; if that's not your situation it's your fault.

Why are you trying to change the checksum, anyway?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Aug 26 '08 #4
i just do, i dont really want to go into details on my goals, i just
need that part

On Aug 25, 11:41*pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
duplicating wont change check sum, yet manipulating with content would
do the trick, i guess removing a frame would do just fine, now, how do
I do that using PHP?
I thought of somehow altering meta data of the file, that would change
check sum, without deleting any frames, i think that probably easier
to do with php too, vs deleting frame from file
On Aug 25, 7:42 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
>Hello,
I have bunch of video files, and I need somehow alternate them, and by
that I mean so check sum would be different, yet won't break content
of video itself.
any ideas?
Just duplicate or remove a single frame somewhere; it'll never be
noticed and change the checksums.
* *You gave no relevant information so I used assumptions to deliver a
valid answer to you; if that's not your situation it's your fault.

Why are you trying to change the checksum, anyway?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -
Aug 26 '08 #5
alexus wrote:
On Aug 25, 11:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
>alexus wrote:
>>duplicating wont change check sum, yet manipulating with content would
do the trick, i guess removing a frame would do just fine, now, how do
I do that using PHP?
I thought of somehow altering meta data of the file, that would change
check sum, without deleting any frames, i think that probably easier
to do with php too, vs deleting frame from file
On Aug 25, 7:42 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
Hello,
I have bunch of video files, and I need somehow alternate them, and by
that I mean so check sum would be different, yet won't break content
of video itself.
any ideas?
Just duplicate or remove a single frame somewhere; it'll never be
noticed and change the checksums.
You gave no relevant information so I used assumptions to deliver a
valid answer to you; if that's not your situation it's your fault.
Why are you trying to change the checksum, anyway?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -


i just do, i dont really want to go into details on my goals, i just
need that part
Why is important. Checksums are commonly used to detect pirating. I'm
not saying you're a pirate - but why would you want to change a checksum?

P.S. Please don't top post. Thanks.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Aug 26 '08 #6
I am *NOT* a pirate, so don't make an assumption about someone else
judging from your own background, nor does "why" really relates to my
question at the first place, if you don't know the answer, then don't
replay, if you do know the answer, then feel free to share, and if you
really want to know why, you should ask that in private not for the
whole group to read, not to mention there is no rule states that I
have to share where or how I am going use my php scripts for!

On Aug 26, 7:43*am, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
On Aug 25, 11:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
duplicating wont change check sum, yet manipulating with content would
do the trick, i guess removing a frame would do just fine, now, how do
I do that using PHP?
I thought of somehow altering meta data of the file, that would change
check sum, without deleting any frames, i think that probably easier
to do with php too, vs deleting frame from file
On Aug 25, 7:42 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
Hello,
I have bunch of video files, and I need somehow alternate them, andby
that I mean so check sum would be different, yet won't break content
of video itself.
any ideas?
Just duplicate or remove a single frame somewhere; it'll never be
noticed and change the checksums.
* *You gave no relevant information so I used assumptions to deliver a
valid answer to you; if that's not your situation it's your fault.
Why are you trying to change the checksum, anyway?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -

*i just do, i dont really want to go into details on my goals, i just
*need that part
*>
*>
*>

Why is important. *Checksums are commonly used to detect pirating. *I'm
not saying you're a pirate - but why would you want to change a checksum?

P.S. Please don't top post. *Thanks.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Aug 26 '08 #7
alexus wrote:
I am *NOT* a pirate, so don't make an assumption about someone else
judging from your own background, nor does "why" really relates to my
question at the first place, if you don't know the answer, then don't
replay, if you do know the answer, then feel free to share, and if you
really want to know why, you should ask that in private not for the
whole group to read, not to mention there is no rule states that I
have to share where or how I am going use my php scripts for!

On Aug 26, 7:43 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
>alexus wrote:
>>On Aug 25, 11:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
duplicating wont change check sum, yet manipulating with content would
do the trick, i guess removing a frame would do just fine, now, how do
I do that using PHP?
I thought of somehow altering meta data of the file, that would change
check sum, without deleting any frames, i think that probably easier
to do with php too, vs deleting frame from file
On Aug 25, 7:42 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
>>Hello,
>>I have bunch of video files, and I need somehow alternate them, and by
>>that I mean so check sum would be different, yet won't break content
>>of video itself.
>>any ideas?
>Just duplicate or remove a single frame somewhere; it'll never be
>noticed and change the checksums.
> You gave no relevant information so I used assumptions to deliver a
>valid answer to you; if that's not your situation it's your fault.
Why are you trying to change the checksum, anyway?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -
i just do, i dont really want to go into details on my goals, i just
need that part

Why is important. Checksums are commonly used to detect pirating. I'm
not saying you're a pirate - but why would you want to change a checksum?

P.S. Please don't top post. Thanks.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
I was pretty sure Jerry made the comment "I'm not saying you're a
pirate", but was just pointing out the fact that that is what it was
commonly used for.
Too bad you got so defensive, I would of liked to learned a new reason
for changing checksums to alternate files. Maybe I could of implemented
it in a future project for myself.

But good luck *NOT* pirating....

Oh and are you intentionally top posting just to prove a point, or
should we not ask why you are doing that too?

Peace Out

Scotty
Aug 26 '08 #8
FutureShock wrote:
alexus wrote:
>I am *NOT* a pirate, so don't make an assumption about someone else
judging from your own background, nor does "why" really relates to my
question at the first place, if you don't know the answer, then don't
replay, if you do know the answer, then feel free to share, and if you
really want to know why, you should ask that in private not for the
whole group to read, not to mention there is no rule states that I
have to share where or how I am going use my php scripts for!

On Aug 26, 7:43 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
>>alexus wrote:
On Aug 25, 11:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
>duplicating wont change check sum, yet manipulating with content
>would
>do the trick, i guess removing a frame would do just fine, now,
>how do
>I do that using PHP?
>I thought of somehow altering meta data of the file, that would
>change
>check sum, without deleting any frames, i think that probably easier
>to do with php too, vs deleting frame from file
>On Aug 25, 7:42 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
>>>Hello,
>>>I have bunch of video files, and I need somehow alternate them,
>>>and by
>>>that I mean so check sum would be different, yet won't break
>>>content
>>>of video itself.
>>>any ideas?
>>Just duplicate or remove a single frame somewhere; it'll never be
>>noticed and change the checksums.
>> You gave no relevant information so I used assumptions to
>>deliver a
>>valid answer to you; if that's not your situation it's your fault.
Why are you trying to change the checksum, anyway?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -
i just do, i dont really want to go into details on my goals, i just
need that part
>
>
>

Why is important. Checksums are commonly used to detect pirating. I'm
not saying you're a pirate - but why would you want to change a
checksum?

P.S. Please don't top post. Thanks.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================

I was pretty sure Jerry made the comment "I'm not saying you're a
pirate", but was just pointing out the fact that that is what it was
commonly used for.
Too bad you got so defensive, I would of liked to learned a new reason
for changing checksums to alternate files. Maybe I could of implemented
it in a future project for myself.

But good luck *NOT* pirating....

Oh and are you intentionally top posting just to prove a point, or
should we not ask why you are doing that too?

Peace Out

Scotty
Me thinks he objects too much!

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Aug 26 '08 #9
On Aug 26, 12:44*pm, FutureShock <futuresh...@att.netwrote:
alexus wrote:
I am *NOT* a pirate, so don't make an assumption about someone else
judging from your own background, nor does "why" really relates to my
question at the first place, if you don't know the answer, then don't
replay, if you do know the answer, then feel free to share, and if you
really want to know why, you should ask that in private not for the
whole group to read, not to mention there is no rule states that I
have to share where or how I am going use my php scripts for!
On Aug 26, 7:43 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
On Aug 25, 11:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
duplicating wont change check sum, yet manipulating with content would
do the trick, i guess removing a frame would do just fine, now, howdo
I do that using PHP?
I thought of somehow altering meta data of the file, that would change
check sum, without deleting any frames, i think that probably easier
to do with php too, vs deleting frame from file
On Aug 25, 7:42 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
>Hello,
>I have bunch of video files, and I need somehow alternate them, and by
>that I mean so check sum would be different, yet won't break content
>of video itself.
>any ideas?
Just duplicate or remove a single frame somewhere; it'll never be
noticed and change the checksums.
* *You gave no relevant information so I used assumptions to deliver a
valid answer to you; if that's not your situation it's your fault.
Why are you trying to change the checksum, anyway?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -
*i just do, i dont really want to go into details on my goals, i just
*need that part
Why is important. *Checksums are commonly used to detect pirating. *I'm
not saying you're a pirate - but why would you want to change a checksum?
P.S. Please don't top post. *Thanks.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================

I was pretty sure Jerry made the comment "I'm not saying you're a
pirate", but was just pointing out the fact that that is what it was
commonly used for.
Too bad you got so defensive, I would of liked to learned a new reason
for changing checksums to alternate files. Maybe I could of implemented
it in a future project for myself.

But good luck *NOT* pirating....

Oh and are you intentionally top posting just to prove a point, or
should we not ask why you are doing that too?

Peace Out

Scotty

as far as check sum goes, like i said i don't want to go into details,
this is has nothing to do with pirating

and sorry for "top posting" i didn't realized, i have bunch of people
who can't seem to scroll down and read email at the end, so i
intentionally wrote it on the top, my bad
Aug 26 '08 #10
duplicating wont change check sum, yet manipulating with content would
do the trick, i guess removing a frame would do just fine, now, how do
I do that using PHP?
I thought of somehow altering meta data of the file, that would change
check sum, without deleting any frames, i think that probably easier
to do with php too, vs deleting frame from file
Mmm, you're probably right. I edit a lot of video, so popping out or
duplicating the first frame comes naturally to me. But it definitely
will change the checksum since you've changed the code that's in the
file. In theory changing any bit anywhere will change a checksum.
Taking our or adding a video frame is a lot of bits<g>!
But, if you're not into working with video, it makes a lot more sense
to change something else, I agree there, for sure. Especially if it's
something you want PHP to do.
>

On Aug 25, 7:42 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
>>Hello,
>>I have bunch of video files, and I need somehow alternate them, and
by that I mean so check sum would be different, yet won't break
content of video itself.
>>any ideas?

Just duplicate or remove a single frame somewhere; it'll never be
noticed and change the checksums.
You gave no relevant information so I used assumptions to deliver a
valid answer to you; if that's not your situation it's your fault.


Aug 27 '08 #11
I am *NOT* a pirate, so don't make an assumption about someone else
judging from your own background, nor does "why" really relates to my
question at the first place, if you don't know the answer, then don't
replay, if you do know the answer, then feel free to share, and if you
really want to know why, you should ask that in private not for the
whole group to read, not to mention there is no rule states that I
have to share where or how I am going use my php scripts for!
Well, there are lots of unwritten 'rules', and helping a person do
something nefarious is against many of them. Just for grins I'd done
some playing around and was ready to suggest something but ... based on
your vagueness and quick retorts, I think I'll keep it a secret too.
Turns out, unless you've hidden it in the many details you left out,
it's very simple to do, actually.
You make me regret my interest in your problem. I suspect I'm not
alone here; you likely just turned off a lot of resources. You might
also consider some grammar training or at least find the key to the
right of the comma.
>
On Aug 26, 7:43 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
>alexus wrote:
>>On Aug 25, 11:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
duplicating wont change check sum, yet manipulating with content
would do the trick, i guess removing a frame would do just fine,
now, how do I do that using PHP?
I thought of somehow altering meta data of the file, that would
change check sum, without deleting any frames, i think that
probably easier to do with php too, vs deleting frame from file
On Aug 25, 7:42 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
>>Hello,
>>I have bunch of video files, and I need somehow alternate them,
>>and by that I mean so check sum would be different, yet won't
>>break content of video itself.
>>any ideas?
>Just duplicate or remove a single frame somewhere; it'll never be
>noticed and change the checksums.
>You gave no relevant information so I used assumptions to
>deliver a valid answer to you; if that's not your situation it's
>your fault.
Why are you trying to change the checksum, anyway?
>>>--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
>>>- Show quoted text -
>>i just do, i dont really want to go into details on my goals, i just
need that part

Why is important. Checksums are commonly used to detect pirating. I'm
not saying you're a pirate - but why would you want to change a
checksum?

P.S. Please don't top post. Thanks.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================


Aug 27 '08 #12
On Aug 26, 8:34*pm, "Twayne" <nob...@devnull.spamcop.netwrote:
I am *NOT* a pirate, so don't make an assumption about someone else
judging from your own background, nor does "why" really relates to my
question at the first place, if you don't know the answer, then don't
replay, if you do know the answer, then feel free to share, and if you
really want to know why, you should ask that in private not for the
whole group to read, not to mention there is no rule states that I
have to share where or how I am going use my php scripts for!

Well, there are lots of unwritten 'rules', and helping a person do
something nefarious is against many of them. *Just for grins I'd done
some playing around and was ready to suggest something but ... based on
your vagueness and quick retorts, I think I'll keep it a secret too.
Turns out, unless you've hidden it in the many details you left out,
it's very simple to do, actually.
* *You make me regret my interest in your problem. *I suspect I'm not
alone here; you likely just turned off a lot of resources. *You might
also consider some grammar training or at least find the key to the
right of the comma.


On Aug 26, 7:43 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
On Aug 25, 11:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
duplicating wont change check sum, yet manipulating with content
would do the trick, i guess removing a frame would do just fine,
now, how do I do that using PHP?
I thought of somehow altering meta data of the file, that would
change check sum, without deleting any frames, i think that
probably easier to do with php too, vs deleting frame from file
On Aug 25, 7:42 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
>Hello,
>I have bunch of video files, and I need somehow alternate them,
>and by that I mean so check sum would be different, yet won't
>break content of video itself.
>any ideas?
Just duplicate or remove a single frame somewhere; it'll never be
noticed and change the checksums.
You gave no relevant information so I used assumptions to
deliver a valid answer to you; if that's not your situation it's
your fault.
Why are you trying to change the checksum, anyway?
>>--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
>>- Show quoted text -
>i just do, i dont really want to go into details on my goals, i just
need that part
Why is important. Checksums are commonly used to detect pirating. I'm
not saying you're a pirate - but why would you want to change a
checksum?
P.S. Please don't top post. Thanks.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -

- Show quoted text -
oh my god... ok, so you found couple mistakes in my english, now what?
let's talk about this in the whole group, you think that makes me feel
bad? no, not at all, i could care less

if you found solution to my original question, like i said fee free to
share, if you dont want to share, then don't, just remember the way
you threat others, thats how others will threat you, i asked simple
question, and just because i didn't want to fill everyone in on whole
thing, lets discuss how my english is bad, pirating and what else...

and all it started from very simple question, someone, someday will do
same to you what you doing to me, but if that makes you feel better,
i'm happy for you man, go get yourself a chocolate medal or something,
so you can feel even better... i'm not here to dis you, nor to discuss
anything else but php, think a little bit bigger then just yourself,
maybe then you can help others without looking how they look, or how
they dress, or if english is their second language, just deal with it
that not all people are "perfect" like you, nor everyone wants to
share just about everything with just about everyone just because they
asked them, same way i dont expect for you to answer my question, yet
you made a comment about my english, which wasn't something i asked at
the first place, so you have some point of view on something nobody
asked you for, and no answer on question i asked you in the begging,
actually you do have an answer you just decided to keep it secret
because my english isn't perfect...

whatever man

Aug 27 '08 #13
alexus wrote:
On Aug 26, 8:34 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
>>I am *NOT* a pirate, so don't make an assumption about someone else
judging from your own background, nor does "why" really relates to my
question at the first place, if you don't know the answer, then don't
replay, if you do know the answer, then feel free to share, and if you
really want to know why, you should ask that in private not for the
whole group to read, not to mention there is no rule states that I
have to share where or how I am going use my php scripts for!
Well, there are lots of unwritten 'rules', and helping a person do
something nefarious is against many of them. Just for grins I'd done
some playing around and was ready to suggest something but ... based on
your vagueness and quick retorts, I think I'll keep it a secret too.
Turns out, unless you've hidden it in the many details you left out,
it's very simple to do, actually.
You make me regret my interest in your problem. I suspect I'm not
alone here; you likely just turned off a lot of resources. You might
also consider some grammar training or at least find the key to the
right of the comma.


>>On Aug 26, 7:43 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
On Aug 25, 11:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
>alexus wrote:
>>duplicating wont change check sum, yet manipulating with content
>>would do the trick, i guess removing a frame would do just fine,
>>now, how do I do that using PHP?
>>I thought of somehow altering meta data of the file, that would
>>change check sum, without deleting any frames, i think that
>>probably easier to do with php too, vs deleting frame from file
>>On Aug 25, 7:42 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
>>>>Hello,
>>>>I have bunch of video files, and I need somehow alternate them,
>>>>and by that I mean so check sum would be different, yet won't
>>>>break content of video itself.
>>>>any ideas?
>>>Just duplicate or remove a single frame somewhere; it'll never be
>>>noticed and change the checksums.
>>>You gave no relevant information so I used assumptions to
>>>deliver a valid answer to you; if that's not your situation it's
>>>your fault.
>Why are you trying to change the checksum, anyway?
>--
>==================
>Remove the "x" from my email address
>Jerry Stuckle
>JDS Computer Training Corp.
>jstuck...@attglobal.net
>==================- Hide quoted text -
>- Show quoted text -
i just do, i dont really want to go into details on my goals, i just
need that part
Why is important. Checksums are commonly used to detect pirating. I'm
not saying you're a pirate - but why would you want to change a
checksum?
P.S. Please don't top post. Thanks.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -

oh my god... ok, so you found couple mistakes in my english, now what?
let's talk about this in the whole group, you think that makes me feel
bad? no, not at all, i could care less

if you found solution to my original question, like i said fee free to
share, if you dont want to share, then don't, just remember the way
you threat others, thats how others will threat you, i asked simple
question, and just because i didn't want to fill everyone in on whole
thing, lets discuss how my english is bad, pirating and what else...

and all it started from very simple question, someone, someday will do
same to you what you doing to me, but if that makes you feel better,
i'm happy for you man, go get yourself a chocolate medal or something,
so you can feel even better... i'm not here to dis you, nor to discuss
anything else but php, think a little bit bigger then just yourself,
maybe then you can help others without looking how they look, or how
they dress, or if english is their second language, just deal with it
that not all people are "perfect" like you, nor everyone wants to
share just about everything with just about everyone just because they
asked them, same way i dont expect for you to answer my question, yet
you made a comment about my english, which wasn't something i asked at
the first place, so you have some point of view on something nobody
asked you for, and no answer on question i asked you in the begging,
actually you do have an answer you just decided to keep it secret
because my english isn't perfect...

whatever man

Sorry, I agree with Twayne. This isn't about your English. This is
about how you responded to my question.

I can think of a couple of ways to do it, also. However, I don't
knowingly abet pirating or other illegal activities, and when something
looks suspicious, I start asking questions. I do the same for paying
clients. I was very careful to indicate I didn't think you were a
pirate - but wanted more information before helping.

Of course, you are free to not explain why you would want to do this.
And people here do not have to help you.

Now if your first response wouldn't have been so defensive, I think the
response here would have been different - or at least mine would have been.

As it is, you've dug your self a hole - and your responses are just
making it deeper.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================

Aug 27 '08 #14
On Aug 27, 8:20*am, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
On Aug 26, 8:34 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
>I am *NOT* a pirate, so don't make an assumption about someone else
judging from your own background, nor does "why" really relates to my
question at the first place, if you don't know the answer, then don't
replay, if you do know the answer, then feel free to share, and if you
really want to know why, you should ask that in private not for the
whole group to read, not to mention there is no rule states that I
have to share where or how I am going use my php scripts for!
Well, there are lots of unwritten 'rules', and helping a person do
something nefarious is against many of them. *Just for grins I'd done
some playing around and was ready to suggest something but ... based on
your vagueness and quick retorts, I think I'll keep it a secret too.
Turns out, unless you've hidden it in the many details you left out,
it's very simple to do, actually.
* *You make me regret my interest in your problem. *I suspect I'm not
alone here; you likely just turned off a lot of resources. *You might
also consider some grammar training or at least find the key to the
right of the comma.
>On Aug 26, 7:43 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
On Aug 25, 11:41 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
alexus wrote:
>duplicating wont change check sum, yet manipulating with content
>would do the trick, i guess removing a frame would do just fine,
>now, how do I do that using PHP?
>I thought of somehow altering meta data of the file, that would
>change check sum, without deleting any frames, i think that
>probably easier to do with php too, vs deleting frame from file
>On Aug 25, 7:42 pm, "Twayne" <nob...@devnull.spamcop.netwrote:
>>>Hello,
>>>I have bunch of video files, and I need somehow alternate them,
>>>and by that I mean so check sum would be different, yet won't
>>>break content of video itself.
>>>any ideas?
>>Just duplicate or remove a single frame somewhere; it'll never be
>>noticed and change the checksums.
>>You gave no relevant information so I used assumptions to
>>deliver a valid answer to you; if that's not your situation it's
>>your fault.
Why are you trying to change the checksum, anyway?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -
i just do, i dont really want to go into details on my goals, i just
need that part
Why is important. Checksums are commonly used to detect pirating. I'm
not saying you're a pirate - but why would you want to change a
checksum?
P.S. Please don't top post. Thanks.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================- Hide quoted text -
- Show quoted text -
oh my god... ok, so you found couple mistakes in my english, now what?
let's talk about this in the whole group, you think that makes me feel
bad? no, not at all, i could care less
if you found solution to my original question, like i said fee free to
share, if you dont want to share, then don't, just remember the way
you threat others, thats how others will threat you, i asked simple
question, and just because i didn't want to fill everyone in on whole
thing, lets discuss how my english is bad, pirating and what else...
and all it started from very simple question, someone, someday will do
same to you what you doing to me, but if that makes you feel better,
i'm happy for you man, go get yourself a chocolate medal or something,
so you can feel even better... i'm not here to dis you, nor to discuss
anything else but php, think a little bit bigger then just yourself,
maybe then you can help others without looking how they look, or how
they dress, or if english is their second language, just deal with it
that not all people are "perfect" like you, nor everyone wants to
share just about everything with just about everyone just because they
asked them, same way i dont expect for you to answer my question, yet
you made a comment about my english, which wasn't something i asked at
the first place, so you have some point of view on something nobody
asked you for, and no answer on question i asked you in the begging,
actually you do have an answer you just decided to keep it secret
because my english isn't perfect...
whatever man

Sorry, I agree with Twayne. *This isn't about your English. *This is
about how you responded to my question.

I can think of a couple of ways to do it, also. *However, I don't
knowingly abet pirating or other illegal activities, and when something
looks suspicious, I start asking questions. *I do the same for paying
clients. *I was very careful to indicate I didn't think you were a
pirate - but wanted more information before helping.

Of course, you are free to not explain why you would want to do this.
And people here do not have to help you.

Now if your first response wouldn't have been so defensive, I think the
response here would have been different - or at least mine would have been.

As it is, you've dug your self a hole - and your responses are just
making it deeper.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================

okay,

once again, I don't want to share all details of my project, I just
need how I can manipulate meta tags of video files, or some other
alternative way to alternate file on long term it would change
checksum of the file, this is has nothing to do with pirating.

if you know the answer, i'd appreciate your answer, if you for
whatever reason want to keep this answer to yourself, then do so

Aug 27 '08 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Toby A Inkster | last post by:
www.authoring.stylesheets] For ages I have provided links to alternate stylesheets from my pages as per W3C recommendations: <link rel="stylesheet" href="baz" type="text/css" title="Baz"...
5
by: User | last post by:
If I want to provide alternate stylesheets (eg red.css, green.css), is it better to put all the stuff that is common to both sheets in a separate css file (eg basic.css) and use @import at the top...
1
by: Carl Draus | last post by:
I was reading the FixPackReadme.txt file in preparation for installing v8.1 Alternate FP7. The prerequisites section says that all DB2 processes must be stopped and doesn't differentiate between...
4
by: Mark A | last post by:
Trying to upgrade alternate FP9 to alternate FP9a on Red Hat Linux. After running the following command: ../installAltFixPak -y it says it was successful, but no new directory is created in...
1
by: Eric Lindsay | last post by:
I am trying to understand the differences between and uses of persistent, default and alternate styles. I have read http://www.w3.org/TR/REC-html40/present/styles.html section 14.3.2 on...
1
by: Greg Larsen | last post by:
Does anyone know how I can get the Alternate Name for a file using VB? You know that short file names that are displayed when you issue the "DIR /X" DOS command. I can get the long file name...
5
by: Michael R | last post by:
Searching the net I've found a simple technique to add row numbers and alternate colors (for the even and the uneven row) to a continuous form. 1st step: Create a textbox, send it to background...
9
by: johkar | last post by:
I need some browser implementation clarification. In the below example, the alternate stylesheet could be invoked by user agents that support alternate stylesheets or by script. Are there any...
2
by: Jeremy | last post by:
I'm getting a list of files from an ftp site using the following method. On the first call this works perfectly. On the 2nd call, it fails with the following error. On the 3rd call it succeeds...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.