samsung HMX-H100P camcorder and video encoding with mencoder
- by jskg
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