Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Optimal codec for miniDV video (console)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Gabriel_Blake
Guru
Guru


Joined: 16 Sep 2007
Posts: 362

PostPosted: Mon Apr 29, 2013 11:08 am    Post subject: Optimal codec for miniDV video (console) Reply with quote

Hi.

I've been given the task to copy a couple dozen miniDV tapes to a reasonable video format. I've already managed to use "dvgrab" to get the raw .dv files. The files are pretty big: 13GB per 1h of tape. My plan is to pipe the data from dvgrab to ffmpeg and save the compressed file. I'm just looking for an optimal codec.

In summary the requirements are:
- 720x576@25fps
- 2h or 4h of video on 4.5GB (DVD-R)
- decent quality
- the format has to be fairly popular, so that the files will be accessible in a few years from now

I've already tried the following, which seems to be ok:
Code:
ffmpeg -f dv -i - -f mpegts -b 4096k -ab 256k -y output.mpeg


Is there something else you could recommend ? MPEG2, MPEG4 or something else ?






PS Additionally - Could you recommend a simple tool that could be used in the pipe, to partially correct errors and artifacts in the video ? (I'm getting a lot of pixelized areas and the common "AC EOB marker is absent").
Back to top
View user's profile Send private message
Christian99
Veteran
Veteran


Joined: 28 May 2009
Posts: 1668

PostPosted: Thu May 02, 2013 11:37 pm    Post subject: Reply with quote

i personally use x264 for archiving (my own ;) ) DVDs.
This one is quite modern, so probably still useable in a few years. When u use twopass it is quite accurate to bring the video to a given target size.
have no clue about errorcorrection though. but ffmpeg has a set of filters, maybe there is something which fits your needs
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum