Hello,
I have a .avi file that I need to give a different codec and format.
It has to have:
Codec: MPEG-4 Video (FMP4)
Resolution: 1920x1080
and Format: Planar 4:2:0 YUV
I am nearly on the brink of despair because nothing seems to work.
KorbohneD
Edit:
There is no audio in the clip. I am using Windows 10 and the target container format is still .avi.
I need it like this:
Code:Allgemein Vollständiger Name : C:\Users\Mediascreen\Desktop\bagger_loop.avi Format : AVI Format/Info : Audio Video Interleave Dateigröße : 13,7 MiB Dauer : 5s 667 ms Gesamte Bitrate : 20,3 Mb/s Kodierendes Programm : Lavf56.15.104 Video ID : 0 Format : MPEG-4 Visual Format-Profil : Simple@L1 Format-Einstellungen für BVOP : Nein Format-Einstellungen für Qpel : Nein Format-Einstellungen für GMC : Keine warppoints Format-Einstellungen für Matrix : Default (H.263) Codec-ID : FMP4 Dauer : 5s 667 ms Bitrate : 20,3 Mb/s Breite : 1 920 Pixel Höhe : 1 080 Pixel Bildseitenverhältnis : 16:9 Bildwiederholungsrate : 30,000 FPS ColorSpace : YUV ChromaSubsampling/String : 4:2:0 BitDepth/String : 8 bits Scantyp : progressiv Bits/(Pixel*Frame) : 0.326 Stream-Größe : 13,7 MiB (100%) verwendete Encoder-Bibliothek : Lavc56.14.100
+ Reply to Thread
Results 1 to 8 of 8
-
Last edited by MediaKorbi; 9th Feb 2017 at 08:47.
-
By to give info on the .avi I actually meant for this one: bagger_loop.avi.
But you could do this with most encoders like Xmedia Recode. There could be two challenges in this: One is if the source is interlaced and you want progressive. Another if the fps of the source and target differs. Then an avisynth script may give the best result. -
You reported the desired target format. But we also need just as detailed information about your current source format for more detailed help.
FMP4 is an ffmpeg based FourCC for MPEG-4 Video Part 2 (a.k.a. ASP; the DivX 4+ and Xvid codecs produce the same format, with their own limits). It can probably be created with ffmpeg based converters like X-Media Recode, Handbrake, VidCoder, TEncoder... -
Oh sorry, know I understand.
This the format i have. I also have all the frames as pngs if that is of any help:
Code:Allgemein Vollständiger Name : C:\Users\Mediascreen\Desktop\3D Loop\logo_loop.avi Format : AVI Format/Info : Audio Video Interleave Dateigröße : 534 MiB Dauer : 3s 3 ms Gesamte Bitrate : 1 492 Mb/s Aufnahmedatum : 2017-02-09T14:37:33.00237+01:00 Kodierendes Programm : Adobe After Effects CS5.5 10.5 Windows 64 Video ID : 0 Format : RGB Codec-ID : 0x00000000 Codec-ID/Info : Basic Windows bitmap format. 1, 4 and 8 bpp versions are palettised. 16, 24 and 32bpp contain raw RGB samples Dauer : 3s 3 ms Bitrate : 1 491 Mb/s Breite : 1 920 Pixel Höhe : 1 080 Pixel Bildseitenverhältnis : 16:9 Bildwiederholungsrate : 29,970 (30000/1001) FPS BitDepth/String : 8 bits Bits/(Pixel*Frame) : 24.000 TimeCode_FirstFrame : 00;00;00;00 / 00;00;00;00 TimeCode_Source : Adobe tc_A / Adobe tc_O Stream-Größe : 534 MiB (100%)
-
An AVI with uncompressed RGB. This kind of source format should work with the converters I mentioned. I just have no experience with these GUI tools, as I may prefer ffmpeg directly in a console... but try them, they will probably call the video format "MPEG-4".
Last edited by LigH.de; 13th Feb 2017 at 03:34.
Similar Threads
-
MPC-HC with internal LAV Filters: play YUV video file?
By flashandpan007 in forum Software PlayingReplies: 10Last Post: 3rd Aug 2014, 12:43 -
Aspect Problem: AVCHD -> Premiere -> YUV -> deinterlace -> YUV -> Encore
By fleischverpackung in forum Video ConversionReplies: 8Last Post: 21st Feb 2014, 13:15 -
what is the best VFW mjpeg codec that support YUV?
By marcorocchini in forum Newbie / General discussionsReplies: 3Last Post: 1st Dec 2013, 18:18 -
Does exist a VFW mpeg2 I frame HD codec YUV in all the world?
By marcorocchini in forum Newbie / General discussionsReplies: 10Last Post: 23rd Nov 2013, 17:34 -
BPP(PLANAR)What does it mean in video compression?bit/pixel? or what?HELP!!
By Stears555 in forum Video ConversionReplies: 20Last Post: 24th Nov 2012, 13:02