Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-2 Encoding

Reply
 
Thread Tools Search this Thread Display Modes
Old 5th December 2013, 09:51   #1  |  Link
Haymo.schoener@outlook.co
Haymo
 
Join Date: Nov 2013
Location: Austria
Posts: 3
Export from VirtualDub to MPEG2 – DVD quality

Hi
First - Many thanks for all the great work done by the people here. It helps a lot. Now my question:
I start with an DV-AVI file digitizing from VCR (PAL) from Pinnacle USB 510 –
quality – 720*576, 25 fps, Then I open the file in VirtualDub

I use a row of filters
1 neat video
2 null transform(cropping to 690*552)
3 Yadif deinterlacer
4 resize to 720*576, (precise bicubic, A=-0,75)
All Filters are applied in the 25 fps environment.
Then I export with an external encoder (found in a forum)
1 – video, ffmpeg - -f rawvideo -s %(width)x%(height) -r %(fpsnum)/%(fpsden) -i - -vcodec mpeg2video -target ntsc-dvd -me_method epzs -threads 4 -g 45 -b 5800000 -bf 2 -trellis 2 -cmp 2 -subcmp 2 "%(tempvideofile)"
2 – audio, ffmpeg, -i - -acodec mp2 "%(tempaudiofile)"
3 – Multiplexing, ffmpeg, -i "%(tempvideofile)" -i "%(tempaudiofile)" -vcodec copy -acodec copy "%(outputname)"
I end up with a file: 720*480, 29 fps.
Is this the right way to digitize videos in a former PAL, now full HD envirnonment? Can I do better?I am sure. I am really astonished, where the 480 lines and the 29 fps come from.
Many thanks in advance for Your help.
Haymo.schoener@outlook.co is offline   Reply With Quote
Old 5th December 2013, 14:13   #2  |  Link
manolito
Registered User
 
manolito's Avatar
 
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,079
Quote:
Originally Posted by Haymo.schoener@outlook.co View Post
1 – video, ffmpeg - -f rawvideo -s %(width)x%(height) -r %(fpsnum)/%(fpsden) -i - -vcodec mpeg2video -target ntsc-dvd -me_method epzs -threads 4 -g 45 -b 5800000 -bf 2 -trellis 2 -cmp 2 -subcmp 2 "%(tempvideofile)"
2 – audio, ffmpeg, -i - -acodec mp2 "%(tempaudiofile)"
3 – Multiplexing, ffmpeg, -i "%(tempvideofile)" -i "%(tempaudiofile)" -vcodec copy -acodec copy "%(outputname)"
I end up with a file: 720*480, 29 fps.
What about replacing "ntsc" with "pal" ?


Cheers
manolito
manolito is offline   Reply With Quote
Old 6th December 2013, 13:54   #3  |  Link
Haymo.schoener@outlook.co
Haymo
 
Join Date: Nov 2013
Location: Austria
Posts: 3
Thanks a lot

Hi,
Many thanks. Reading it several times, I did'nt realise it.
Have a nice weekend.
kind regards
:-)
Haymo.schoener@outlook.co is offline   Reply With Quote
Old 9th December 2013, 01:52   #4  |  Link
Mole
Registered User
 
Mole's Avatar
 
Join Date: Oct 2001
Location: Thailand
Posts: 259
I would actually recommend you to run neat on the progressive video after yadif.

Alternatively (better approach), don't deinterlace at all and just make the DVD interlaced.
Mole is offline   Reply With Quote
Old 9th December 2013, 22:05   #5  |  Link
Haymo.schoener@outlook.co
Haymo
 
Join Date: Nov 2013
Location: Austria
Posts: 3
Thanks a lot


Thanks as well. I will do. Could You explain the rational behind that please.
kind regards
Haymo.schoener@outlook.co is offline   Reply With Quote
Reply

Tags
digitizing, mpeg-2, vcr

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:09.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.