I'm trying to convert a 1280x720 mp4 video to mpeg(2) at high quality so that I can edit it in VideoRedo. With ffmpeg, the parameter below converts it so that it plays perfectly in Media Player Classic, but it just shows as black in VideoRedo:
ffmpeg -i filename.mp4 -vb 8000k filenameout.mpg
It will open in VideoRedo if I convert it using the DVD preset in Winff (see parameter below), but that resizes it down to 720x480, which is smaller than the original and squeezes it a bit.
-f dvd -target ntsc-dvd -r 30000/1001 -vf scale=720:480 -aspect 16:9 -vb 8000k -g 12 -mbd rd -trellis 1 -flags +mv0 -cmp 0 -subcmp 2
Can anyone suggest parameters for ffmpeg that will make an mpeg file that is not resized and is editable in VideoRedo? It seems like it should be easy since the WinFF present produces a compatible file. The 2nd parameter would seem to contain some needed info that the first is missing, but I'm not sure how it works.
+ Reply to Thread
Results 1 to 3 of 3
-
-
In WinFF I removed the suggested parameters, leaving:
-f dvd -r 30000/1001 -aspect 16:9 -vb 8000k -g 12 -mbd rd -trellis 1 -flags +mv0 -cmp 0 -subcmp 2
It produces a correctly sized video, but as with the ffmpeg parameter, it just shows up blank in VideoRedo (though audio is present). For some reason, removing those elements, removes something VR needs to display the video. I plugged in various other resolutions with the same result.
I compared the standard WinFF encoded video that works (sitetour1.mpg) with the one that doesn't (sitetour2.mpg) in MediaInfo. Results are here with the differences highlighted.
I'm reluctant to commit to an upgrade because the last time I tried the newer version of VideoRedo, the editing behavior with mp4 wasn't smooth and precise like with mpg, and the trial ruined the registration when I tried to revert back to my registered version. It was a major hassle getting it working again.
Similar Threads
-
MPG2Cut2 to FFMPEG MP4 vs FFMPEG MPG2 to MP4 AviDemux
By RedPenguin in forum Video ConversionReplies: 4Last Post: 29th Apr 2015, 12:16 -
Converted FLV to MP4-Video OK. Now trying...
By adamberkey in forum Video ConversionReplies: 6Last Post: 1st May 2012, 21:41 -
Why is video converted with FFMPEG stuttering?
By ITemplate in forum Video ConversionReplies: 2Last Post: 2nd Jul 2011, 09:56 -
Converted video (mp4): audio out of sync
By darknezx in forum Video ConversionReplies: 4Last Post: 22nd Mar 2011, 02:25 -
DVDlab Pro: Text set as visible isnīt visible in the result
By Alex89 in forum Authoring (DVD)Replies: 14Last Post: 12th Aug 2010, 07:09