SEDG codec



Damien Olsen
Guest
I have the solution for everyone who want to use this crappy camera with MAC:
GET RID OF IT! sell it to a Windows user, this camera is not intended to work with mac; i bought it by mistake, i’ve try hard to convert AVI into MGPJ but AVI is a dead format and no even windows i believe supports AVI anymore. Whatever software that is free just doesn’t work. I don’t want to risk buying a real converter for this piece of crap camcorder.
I paid 200 dollars for this samsung and i’ll be glad of selling it for 150 if someone out there want it.
don’t loose your time boys...
Joined: 17 Aug 2007
Posts: 1
OFFLINE
carpe diemEntreeHi.
I just purchased a new sony VIO that runs on Windows Vista. I’m trying to play videos from my digital camera, Samsung S730 and the sound from the video won’t play. What codec do I need?
bk
Guest
just you use the perian plugin, works like a charm.
http://perian.org/
Grifco
Guest
Hey Guys,
The solution I am using is to edit each file (which is timeconsuming) with Hexeditor (google it). In hexeditor, simply search for SEDG. Replace SEDG with XVID (DIVX places a little DIVX icon in the bottom right hand side of the screen while XVID doesn’t) and save the file. It will then work properly in any media player and can also be edited (I had to do this to edit files in Proshow).
If anyone knows of a batch way of doing this please post.
Best regards,
Dave.
RSP
Guest
How do I do this with a pc? please tell me. the word SEDG makes my blood curl at this point
Vidar
Guest
I wrote a small program to convert the Samsung miniket Sports camcorder video to normal divx. The annoying Sedg codec is now a goner. It is written in Ruby, run it in a shell like this( if you call the file a2d (remember to chmod 755 it):
./a2d inputfile outputfile
#!/usr/bin/env ruby
def convert_avi(source, target)
puts “Determining codec type”
input = File.new(source, “r”
bytes = input.read
if bytes[188..191] == “SEDG”
puts “Writing #{source} to #{target}\n”
bytes[112..115] = “DIVX”
bytes[188..191] = “DIVX”
output = File.new(target, “w”
output.write(bytes)
puts “Done.\n”
else
puts “File is not SEDG codec\n”
end
end
if ARGV.length != 2
puts “Usage: a2d inputfile outputfile\n”
else
convert_avi ARGV[0], ARGV[1]
end
Vidar
Guest
Ehh, just replace the smileys with a right parentheses
my real name is taken so here is another
Guest
Grag wrote:
okay, thanks!!!
this perian thing is THE BEST!
http://perian.org/
(samsung sports camera VP-X300L working on mac os x tiger)
THANK YOU!!! I have tried so many other recommendations and this is the only one that has worked. Not sure if it is a Mac Intel problem on top of the other problems, but the files finally play in QT and I can use them in FCP!!!! THANK YOU!!!!
Elgar Virtuous
Guest
Download eRight Super and convert the AVI to a MOV.
You should be able to edit the MOV on your Mac. and with Premiere Pro on your PC
mitch2002
Guest
http://www.samsung.com/download/FileView.aspx?cttfileid=654833&type=Camcorder&typecode=&subtype=Tapeless&subtypecode=&model=&filetype=DR&language=
I found this....John
brittyy
Guest
I downloaded the codec, but it is not working.
I installed it, and the “Codec installed” message appeared, but when I attempted to watch my videos on Windows Meadia Player it said I needed the codec.
I tryed installing it again, and it said it installed, but when I tried to watch my videos again it again said that I need a codec.
Help, please!
Joined: 20 Nov 2004
Posts: 1,448
anonymousRegularbrittyy wrote:
I downloaded the codec, but it is not working.
I installed it, and the “Codec installed” message appeared, but when I attempted to watch my videos on Windows Meadia Player it said I needed the codec.
I tryed installing it again, and it said it installed, but when I tried to watch my videos again it again said that I need a codec.
Help, please!
Are you absolutely certain SEDG was the codec you needed? If unsure feed the file into gspot or avicodec to find out. Gspot may also tell you if the file was truncated (incorrect length), which may be another reason why the file can’t play, even if you have the right codec (if that’s the case use Media Player Classic to play the file instead of WMP).
Hi552hi
Guest
I have a Samsung MPEG-4 (SEDG) how can i get it to play vids on my xp
Mac problem
Guest
I recently bought a Mac. I was really disappointed with the Miniket camera - even when I could see the files on Windows.. Now all I see is a white screen and sound. Can anyone give me a simple guide on how to get this working?
Joined: 20 Nov 2004
Posts: 1,448
anonymousRegularGet 3ivx. It should be able to decode it.
hyrcan
Guest
bbe -e “s/SEDG/DIVX/" SEDGInputFile.avi > DIVXOutputFile.avi
or
sed -e “s/SEDG/DIVX/g” SEDGInputFile.avi > DIVXOutputFile.avi
kikie
Guest
Sandor wrote:
Hi!
I have a Samsung Sc-x105L camera, and I just gat Windows Vista on my computer, and I can’t download movie codec from Samsung website. “installation faild”...
Is anybudy can help me?
visit this site : http://www.samsung.com/download/FileView.aspx?cttfileid=654833&type=Camcorder&typecode=&subtype=Tapeless&subtypecode=&model=&filetype=DR&language=
just follow the instructions. if you have finish... right click and choose “Run as Administrator” for install this Codec...!!
GoodLuck...!!
kikie
Guest
Sandor wrote:
Hi!
I have a Samsung Sc-x105L camera, and I just gat Windows Vista on my computer, and I can’t download movie codec from Samsung website. “installation faild”...
Is anybudy can help me?
visit this site : http://www.samsung.com/download/FileView.aspx?cttfileid=654833&type=Camcorder&typecode=&subtype=Tapeless&subtypecode=&model=&filetype=DR&language=
just follow the instructions. if you have finish... right click and choose “Run as Administrator” for install this Codec...!!
GoodLuck...!!
just_somebody
Guest
I dont have a MAC, but I’m having a major problem with the sedg codec so I found this forum while looking for answers... and I found something that will (hopefully) help you MAC users:
Jesse Andrews (no, I don’t know him, he just put his name on the site) created a C++ program to “de-sedg” avi files... well, you can read about it and get his free, open-source program here:
http://overstimulate.com/projects/deSEDG
Even though it doesn’t help me, perhaps it will help you?
Regards~
greyelf
Guest
juste go on samsung site, for PC there is some codec to hold the Samsung’s AVI thats work very well.