How to change the position of subtitles using an Android Device?

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 32

  • @BisanksUltimateGuide
    @BisanksUltimateGuide  2 года назад

    To convert an mkv file to mp4, use this command: ffmpeg -i "name of your file.mkv" -c copy output.mp4
    To convert an srt file to ass, use this command: ffmpeg -i "name of your file.srt" output.ass or watch this video: ruclips.net/video/tuMFl4rKjog/видео.html

    • @kiritoest
      @kiritoest 2 года назад

      New termux update mai hardcoded subtitles mai font use nahi ho rahe hai plz ik new video banao new termux update mai hardcoded subtitles mai font kaise lagaye

    • @BisanksUltimateGuide
      @BisanksUltimateGuide  2 года назад

      @@kiritoest Lekin hum toh kar pa rahe hai. Kripaya yeh video dekhiye: ruclips.net/video/dHHm_b6_iek/видео.html

    • @kiritoest
      @kiritoest 2 года назад

      @@BisanksUltimateGuide bhai har font add nahi ho rahe hardcoded subtitle try karliya bohot baar

    • @kiritoest
      @kiritoest 2 года назад +1

      Apka bohot bohot shukriya aise video banao👍👍👍

  • @Viraledits_84
    @Viraledits_84 8 месяцев назад

    You are great bhai please make more content yaar bro

  • @khushalnagar07
    @khushalnagar07 Год назад +1

    Nice man👍

  • @NI0TheGreat
    @NI0TheGreat 2 года назад +1

    What to do if i want my subs to be in between alignment 2 and 5 middle section.
    Some time i have to sub and there was already a hardsub of different language in alignment 2 and i want my eng sub just little bit up but not in alignment 5 just in middle between these two . Hope you have any solution for that.
    And if there is any way to cover the hardsub ... i wanna know ..
    anyway ,Thanks for your work bro.

    • @BisanksUltimateGuide
      @BisanksUltimateGuide  2 года назад

      Keep the value of the Alignment=0 and adjust the values of MarginV and MarginL according to your need.

    • @NI0TheGreat
      @NI0TheGreat 2 года назад +1

      @@BisanksUltimateGuide how to set margin value.,can you give a example like what it's code will look like in termux.

    • @BisanksUltimateGuide
      @BisanksUltimateGuide  2 года назад

      If you're using an srt file, use this format: ffmpeg -i input.mp4 -vf "subtitles=subtitles.srt:force_style='Alignment=0,Fontsize=18,MarginL=5,MarginV=25'" -c:a copy -preset veryfast output.mp4
      If you're using an ass file, open it using any text editor and change the values of MarginL and MarginV.

    • @NI0TheGreat
      @NI0TheGreat 2 года назад +2

      @@BisanksUltimateGuide thanks bro.

  • @工藤新一-f7h
    @工藤新一-f7h 2 года назад +1

    Thanks Lord Bisnak . Have you checked my song ? 🥺.

    • @BisanksUltimateGuide
      @BisanksUltimateGuide  2 года назад +1

      Saw your video. You have done a great job!

    • @工藤新一-f7h
      @工藤新一-f7h 2 года назад +1

      @@BisanksUltimateGuide Thank You So Much Lord Bisnak For giving me your some precious time. Happy New Year !
      ♥\(・ω・)/♥ ! Thanks A lot for all your help. You are great.

    • @BisanksUltimateGuide
      @BisanksUltimateGuide  2 года назад +1

      Happy New Year!

  • @som_ow1998
    @som_ow1998 2 года назад

    I tried so much I don't know why it always appears to me like this
    No command Is found, did you mean:

    • @BisanksUltimateGuide
      @BisanksUltimateGuide  2 года назад

      It is LS in small letter

    • @som_ow1998
      @som_ow1998 2 года назад +1

      @@BisanksUltimateGuide 🥺❤️Thank you, I didn't notice that...and thank you also for your beautiful and distinctive channel. I was looking for a channel that caters to this type of content ❤️❤️❤️

    • @BisanksUltimateGuide
      @BisanksUltimateGuide  2 года назад

      You are always welcome!

  • @daisycalvert-gv9nz
    @daisycalvert-gv9nz Год назад

    When i do that it show me Libcrypto.so.3. What should i do tell me.

  • @vishnuav758
    @vishnuav758 2 года назад

    Bro
    How To Convert A Mkv Movie File To Xvid (.avi) File Format..?
    Please Help

    • @BisanksUltimateGuide
      @BisanksUltimateGuide  2 года назад

      Use the command in this format: ffmpeg -i input.mkv -c copy output.avi

  • @工藤新一-f7h
    @工藤新一-f7h 2 года назад

    Lord Bisnak Please Help 🥺 .
    There are some videos whose processing speed decreases even below 1.00 when hardsub them on ultrafast . How to fix this?
    Do I need to change their codec or Bitrate something?
    Please Provide me the Code Lord Bisnak. Also when I trims videos for songs it sometimes not cuts accurately means if I cuts from 0:15 to 0:20 then the result output is 0:10 to 0:30 something ( Lord It's just a example but it happened with me but I don't remember the accurate time ) . I tried to cut from some video cutter application as well but even that application failed to cut properly.
    Is this also the problem of Bitrate ? Please Help , Like Always you are the last hope! Thanks. ❤️❤️

    • @BisanksUltimateGuide
      @BisanksUltimateGuide  2 года назад +1

      Try this format and see if there is any improvement or not: ffmpeg -i input.mp4 -vf "subtitles=input.srt" -c:v libx264 -crf 28 -c:a copy -preset ultrafast output.mp4
      This command will help you to get a frame accurate cut: ffmpeg -i input.mp4 -ss 00:00:15 -to 00:00:20 -c:v libx264 -crf 28 output.mp4

    • @工藤新一-f7h
      @工藤新一-f7h 2 года назад +1

      @@BisanksUltimateGuide Thank You So Much Lord Bisnak ❤️. You have solution for every problem. Thank you so much.............

    • @工藤新一-f7h
      @工藤新一-f7h 2 года назад

      Lord Bisnak thanks , processing speed literally increased ❤️😍. Before speed was 2x and now it increased upto 3 - 4x . You are great. Could you please add 1. command in 2. command 🥺🥺🥺🥺:-
      1. ffmpeg -i input.mp4 -vf "subtitles=input.srt" -c:v libx264 -crf 28 -c:a copy -preset ultrafast output.mp4
      2. ffmpeg -i 'Subtitle.mkv' -vf "subtitles=subtitle.ass:force_style='Fontname=Kaiti, Fontsize=24" -c:a copy -preset ultrafast .mkv

    • @BisanksUltimateGuide
      @BisanksUltimateGuide  2 года назад +1

      You can use a semicolon (;) after the first command and write the second one.

    • @工藤新一-f7h
      @工藤新一-f7h 2 года назад +1

      @@BisanksUltimateGuide Thanks Lord Bisnak |ω・`)ノ

  • @vkvidz2963
    @vkvidz2963 2 года назад +1

    First... 🙃🙃