samsung HMX-H100P camcorder and video encoding with mencoder

Posted by jskg on Stack Overflow See other posts from Stack Overflow or by jskg
Published on 2010-03-22T16:40:01Z Indexed on 2010/03/22 16:41 UTC
Read the original article Hit count: 506

Filed under:
|

Hi everyone,

my background is totally not related to video stuff so pardon my newbie style. I own a samsung HMX-H100P camcorder and I'm trying to encode videos to be uploaded to Youtube and Vimeo.

First problem: videos generated by the camera with no processing appear like this: http://www.youtube.com/watch?v=AANbl_DTuzE when I play them with Totem(Linux) or VideoLan.

Second problem: When I try to encode the videos produced by the camera using mencoder I get the video at the resolution I chose but those ugly lines and lagging are still present. Here's the command I use: mencoder $inputFile -aspect 16:9 -of lavf -lavfopts format=psp -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:coder=0:vcodec=libx264:acodec=libfaac:vbitrate=4500:abitrate=128 -vf scale=1280:720 -ofps 25000/1001 -o $outputFile

Any ideas?

Thanks in advance

© Stack Overflow or respective owner

Related posts about video

Related posts about mencoder