+ Reply to Thread
Results 1 to 8 of 8

Rotate with substitiles. Is it possible in mencoder?

This is a discussion on Rotate with substitiles. Is it possible in mencoder? within the Video and Imaging forums, part of the miniPlayer M6 / SL category; If I rotate the video with substitiles, Green scratch appear to screen,,, or It has Error This is my mecoder ...

  1. #1
    Passing By
    Join Date
    Apr 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Rotate with substitiles. Is it possible in mencoder?

    If I rotate the video with substitiles, Green scratch appear to screen,,, or It has Error

    This is my mecoder option
    -----------------------------------------------------------
    -ofps 18 -vf-add scale=320:180,expand=320:240:-1:-1:1,rotate=1 -ovc lavc -ffourcc XVID -lavcopts vcodec=mpeg4:vbitrate=384:vmax_b_frames=0:vhq -oac mp3lame -lameopts cbr:mode=2:br=96 -af resample=44100 -srate 44100 -font "" -sub "" -utf8 -subfont-text-scale 4 -subpos 100 -subfont-blur 2 -subfont-outline 1

    ------------------------------------------------------------

    Where it is wrong?

    Some programs that based mencoder (like loli videoconverter) can rotate well,,

    I want to know Correct option for m6

    Plz,, help me

  2. #2
    Freshman
    Join Date
    May 2007
    Posts
    24
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rotate after subtiles, swapping filter order will work, I guess.

  3. #3
    Valued Member
    Join Date
    Nov 2006
    Location
    Brisbane, Australia
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Try using winmenc , it has a lot of feature built in, including subtitles and also allows use of command line options too.

  4. #4
    M0L
    M0L nincs online
    Passing By
    Join Date
    May 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Convert two times, first without rotation and with the subtitles. And then with rotation.

  5. #5
    Passing By
    Join Date
    May 2007
    Location
    Brno/Litvinov, Czech Republic
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi, I am using this:
    Code:
    mencoder <input_file.avi> -aid 162 -idx -noodml -ofps 18 -noautoexpand -subpos 95 -subfont-autoscale 3 -subfont-outline 1 -subcp cp1250 -font <font_path> -vf scale=320:-2,expand=:240:::1,crop=320:240,rotate=1 -ovc lavc -ffourcc XVID -lavcopts vcodec=mpeg4:vbitrate=256:vmax_b_frames=0:vhq -sws 9 -oac mp3lame -lameopts cbr:mode=2:br=96 -af resample=44100 -srate 44100 -sub <subtitles_file.srt> -o <output_file.avi>
    and it works fine for me. Options are taken from *.bat file created by Video Converter.

    Bye

  6. #6
    Passing By
    Join Date
    Apr 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thank you smildliboy!!!!!!!!!

  7. #7
    Passing By
    Join Date
    May 2007
    Location
    Charlotte, NC USA
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Over a 3 day period, I tried 4 or 5 conversion programs with no success. Then I stubbled on the iriverter. By simply selecting the iriver clix profile and adjusting the bit rate, I was able to rip, convert, load, and play my Ninja Scroll DVD with no problems. I highly recommend the use of the program for straight coversions for the M6.

  8. #8
    Freshman
    Join Date
    Jun 2007
    Posts
    39
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by smidliboy View Post
    Hi, I am using this:
    Code:
    mencoder <input_file.avi> -aid 162 -idx -noodml -ofps 18 -noautoexpand -subpos 95 -subfont-autoscale 3 -subfont-outline 1 -subcp cp1250 -font <font_path> -vf scale=320:-2,expand=:240:::1,crop=320:240,rotate=1 -ovc lavc -ffourcc XVID -lavcopts vcodec=mpeg4:vbitrate=256:vmax_b_frames=0:vhq -sws 9 -oac mp3lame -lameopts cbr:mode=2:br=96 -af resample=44100 -srate 44100 -sub <subtitles_file.srt> -o <output_file.avi>
    and it works fine for me. Options are taken from *.bat file created by Video Converter.

    Bye
    I tried this, but get no audio. MZ Video encoder gives me audio, I tried ot mix and match but get no results.

    do you have any other suggestions? mz video encoder should be fixed to include your changes...

    EDIT: IT WAS THE -AID TAG! I removed it and got audio. I'm going to keep screwing with it. Thanks for your post. It's a great starting point for me.
    Last edited by jmel; 06-22-2007 at 02:41 PM.


 

Similar Threads

  1. Mencoder Video Converter Info
    By FirePower in forum Video and Imaging
    Replies: 46
    Last Post: 01-06-2009, 02:06 PM
  2. Linux script for mencoder.
    By shookie in forum Video and Imaging
    Replies: 50
    Last Post: 05-20-2008, 08:10 PM
  3. mplayer > avisynth > mencoder ?
    By Lolita in forum Video and Imaging
    Replies: 1
    Last Post: 05-12-2007, 10:34 AM