VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Jan 2011
    Location
    Chicago
    Search PM
    Trying to get FFMPEG to convert windows Media recording in HD to match the Ipod Touch's new video.

    • H.264 video up to 720p, 30 frames per second, Main Profile level 3.1 with AAC-LC audio up to 160 Kbps, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats
    • MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps per channel, 48kHz, stereo audio in .m4v, .mp4, and .mov file formats
    I was able to get it in 640x480 with H.264 but can't it to do the 720P? Any ideas or different program I can use? I searched the net for presets but seem to be all for the old Touch.

    Thanks!
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Try a ffmpeg frontend that has ipod 720p profiles for ffmpeg and see how it works, like ipodme and handbrake.
    Quote Quote  
  3. Member
    Join Date
    Jan 2011
    Location
    Chicago
    Search PM
    Originally Posted by Baldrick View Post
    Try a ffmpeg frontend that has ipod 720p profiles for ffmpeg and see how it works, like ipodme and handbrake.

    Tried the ipodme. I am trying to convert .wtv files to the ipod. It can't see it. Converted it to DVR-ms still could not see it. Clicked the all files saw it but at the end all I got was the audio? Any suggestions?

    Ready.

    ffmpeg.exe -y -i "C:\Users\Public\Recorded TV\Human Target_WFLDDT_2011_01_05_19_38_19 - DVRMS.dvr-ms" -f mp4 -r 30 -vcodec libx264 -level 30 -flags +loop -flags2 -wpred-dct8x8 -crf 19 -ab 128k -subq 4 -cmp +chroma -me_method umh -me_range 16 -trellis 1 -mbd 2 -refs 3 -partitions +parti4x4+partp4x4+partp8x8 -maxrate 1500k -bufsize 4M -g 250 -coder 0 -threads 0 -acodec libfaac -ac 2 -ar 44100 "C:\Users\Office\Downloads\iPodME_v2.4\Human Target_WFLDDT_2011_01_05_19_38_19 - DVRMS.mp4"

    FFmpeg version SVN-r16596-Sherpya, Copyright (c) 2000-2009 Fabrice Bellard, et al.
    libavutil 49.12. 0 / 49.12. 0
    libavcodec 52.10. 0 / 52.10. 0
    libavformat 52.23. 1 / 52.23. 1
    libavdevice 52. 1. 0 / 52. 1. 0
    libavfilter 0. 2. 0 / 0. 2. 0
    libswscale 0. 6. 1 / 0. 6. 1
    libpostproc 51. 2. 0 / 51. 2. 0
    built on Jan 14 2009 07:24:48, gcc: 4.2.5 20080919 (prerelease) [Sherpya]
    Input #0, asf, from 'C:\Users\Public\Recorded TV\Human Target_WFLDDT_2011_01_05_19_38_19 - DVRMS.dvr-ms':
    Duration: 01:24:35.90, start: 0.000000, bitrate: 15315 kb/s
    Stream #0.0: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
    Stream #0.1: Invalid Codec type -1
    Stream #0.2: Video: mpeg2video, yuv420p, 1280x720 [PAR 64:45 DAR 1024:405], 20000 kb/s, 59.94 tb(r)
    Output #0, mp4, to 'C:\Users\Office\Downloads\iPodME_v2.4\Human Target_WFLDDT_2011_01_05_19_38_19 - DVRMS.mp4':
    Stream #0.0: Video: libx264 (hq), yuv420p, 1280x720 [PAR 64:45 DAR 1024:405], q=2-31, 200 kb/s, 30.00 tb(c)
    Stream #0.1: Audio: libfaac, 44100 Hz, stereo, s16, 128 kb/s
    Stream mapping:
    Stream #0.2 -> #0.0
    Stream #0.0 -> #0.1
    [libx264 @ 0354C100]using SAR=64/45
    [libx264 @ 0354C100]frame MB size (80x45) > level limit (1620)
    [libx264 @ 0354C100]DPB size (3 frames, 4147200 bytes) > level limit (2 frames, 3110400 bytes)
    [libx264 @ 0354C100]MB rate (108000) > level limit (40500)
    [libx264 @ 0354C100]using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
    [libx264 @ 0354C100]profile Baseline, level 3.0
    Press [q] to stop encoding
    [mpeg2video @ 01140370]ac-tex damaged at 29 37
    [mpeg2video @ 01140370]Warning MVs not available
    [mpeg2video @ 01140370]concealing 80 DC, 80 AC, 80 MV errors
    [mpeg2video @ 01140370]concealing 80 DC, 80 AC, 80 MV errors
    [mpeg2video @ 01140370]ac-tex damaged at 16 30
    [mpeg2video @ 01140370]Warning MVs not available
    [mpeg2video @ 01140370]concealing 80 DC, 80 AC, 80 MV errors
    [mpeg2video @ 01140370]concealing 80 DC, 80 AC, 80 MV errors
    [mpeg2video @ 01140370]ac-tex damaged at 1 29
    [mpeg2video @ 01140370]Warning MVs not available
    [mpeg2video @ 01140370]concealing 80 DC, 80 AC, 80 MV errors
    [mpeg2video @ 01140370]concealing 80 DC, 80 AC, 80 MV errors
    [mpeg2video @ 01140370]ac-tex damaged at 53 25
    [mpeg2video @ 01140370]Warning MVs not available
    [mpeg2video @ 01140370]concealing 76 DC, 76 AC, 76 MV errors
    [mpeg2video @ 01140370]concealing 80 DC, 80 AC, 80 MV errors

    video:0kB audio:78435kB global headers:1kB muxing overhead 2.177075%
    Total time elapsed: 00h36m57s

    Ready.
    Quote Quote  



Similar Threads

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