- 
            
            
as seen on Super User
            - Search for 'Super User' 
            
hi
i converted a mkv (matroska) file to avi using ffmpeg:
ffmpeg -i input.mkv -f mp4 -vcodec mpeg4 -sameq -r 29.97 -b 512kb -acodec ac3 -ab 128kb -vol 512  output.avi
the output file plays fine using mplayer.
after that, i using mencoder to insert subtitles:
mencoder output.avi -o new.avi -oac…
            >>> More
            
         
    
        - 
            
            
as seen on Super User
            - Search for 'Super User' 
            
My satellite receiver can stream the mpeg-2 video/audio output through lan.
Using mencoder, I'm trying to build a script to encode and save the stream in real time with my Core2Duo 1.8 Ghz.
Right now, I'm using a single pass, it produces good quality for a video rate of 800Kb/s, but takes more then…
            >>> More
            
         
    
        - 
            
            
as seen on Super User
            - Search for 'Super User' 
            
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…
            >>> More
            
         
    
        - 
            
            
as seen on Super User
            - Search for 'Super User' 
            
How do I add a watermark or logo to a video using mencoder?
            >>> More
            
         
    
        - 
            
            
as seen on Stack Overflow
            - Search for 'Stack Overflow' 
            
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…
            >>> More