VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. Hello

    Help me pleace.. I need any video(5 sec is enought.. but in fact I will be happy any) in format mpeg4/h263.

    I tryed use several programs in order to convert my video, but never saw this format.

    Pleace share me a video in this format or a program(free) which I can use for it.

    Thanks
    Quote Quote  
  2. Formerly 'vaporeon800' Brad's Avatar
    Join Date
    Apr 2001
    Location
    Vancouver, Canada
    Search PM
    Quote Quote  
  3. Thank you for your answers!

    vaporeon800, thanks, I will try it now!

    videobruger, I tryed samples from this page already, but can not play it on my device. I think it because there are "*.mov" files on this page. But I need mp4(I am not sure).
    As I understand in "mpeg4/h263" "mpeg4" is container.. and "h263" method of encoding data.. I think, I can not play these samples on my device, because container is wrong. I am not sure.

    But I am sure, that my device has codec for "m4v_h263". In codec there are code for "mpeg4" mode and "h263" mode. But I am not sure what does it mean.
    Quote Quote  
  4. Try something like:

    Code:
    ffmpeg -i input.avi -vf scale=w=352:h=288 -vcodec h263 -acodec aac output.3gp
    Valid frame sizes for h.263 are 128x96, 176x144, 352x288, 704x576, and 1408x1152. Obviously, change input.avi to whatever your source video is.

    To remux h.263 mov files to 3gp:

    Code:
    ffmpeg -i input.mov -codec copy output.3gp
    ffmpeg supports MOV and AVI for the output file too.
    Last edited by jagabo; 18th Jan 2020 at 00:26.
    Quote Quote  
  5. Thank all you! Seems I created video, which I need.

    ffmpeg cool program.

    Thanks again.
    Quote Quote  
  6. Originally Posted by sakura.ix86 View Post
    Thank all you! Seems I created video, which I need.

    ffmpeg cool program.

    Thanks again.
    You should post exactly what you did -- to help the next person who has the same problem.
    Quote Quote  
  7. I used this command:
    ffmpeg.exe -i 20200117_152716.mp4 -format 3gpp -vcodec h263 -acodec amr_nb -r 8000 -ar 8000 -ac 1 -vf scale=w=352:h=288 out.3gp
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!