#1  
04-21-2019, 02:47 PM
SFtheGreat SFtheGreat is offline
Free Member
 
Join Date: Sep 2015
Posts: 176
Thanked 4 Times in 4 Posts
Hello again dear forum.

So I finally aquired D-VHS deck (PAL) and I'm figuring out how to encode a compliant output file.
My struggles are documented here and here.

The only problem that remains is the video bitrate. It exceeds the maximum bitrate of 14,1Mbps.
I have also tried ffmpeg and Avidemux (this one cannot set 19,1Mbps muxing bitrate, only has natural numbers), but the same problem remains.

Any ideas?

The command code looks now as follows:
Code:
ffmpeg -i INPUT -f mpegts -dn -sn -c:v mpeg2video -profile:v 4 -level:v 8 -qmin 2 -b:v 14100000 -minrate 14100000 -maxrate 14100000 -bufsize 1835008 -bf 2 -g 15 -dc 10 -me_range 127 -vf scale=720:576:sws_flags=spline+accurate_rnd+full_chroma_int+full_chroma_inp:out_color_matrix=bt601,format=pix_fmts=yuv420p -aspect 16:9 -color_primaries bt470bg -color_trc gamma28 -colorspace bt470bg -r 25 -acodec mp2 -ac 2 -ar 48000 -b:a 384k -muxrate 19140000 OUTPUT.TS
I guess meddling with video bitrate settings is the key, but I lowered the max bitrate to 11400000 ad removed min and average value and it still resulted in ~18Mbps video.

By the way, does SD D-VHS support progressive scan?
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Ads / Sponsors
 
Join Date: ∞
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Open MPEG Movie in MPEG-VCR doesn't work? littlebrother Edit Video, Audio 13 05-07-2011 05:36 AM
Womble MPEG-VCR and MPEG Video Wizard [DOWNLOADS] lordsmurf Edit Video, Audio 0 12-27-2009 01:39 PM
MPEG encoding and DVD burning questions Reading Bug Encode, Convert for discs 3 05-13-2009 07:18 PM
Encoding an XP (1 Hour Mode) MPEG to SP Mode shadowkaos Encode, Convert for discs 2 10-30-2007 09:29 AM
MPEG Editor Info: Womble MPEG-VCR vs MPEG Video Wizard vs VideoRedo mitch Edit Video, Audio 10 10-13-2005 04:50 AM

Thread Tools



 
All times are GMT -5. The time now is 05:12 PM