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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Nov 2010
Posts: 15
|
ffmpeg encoding of digital TV recordings
I have a digital satellite receivers and use these to record TV stuff on external hard disk. And the few stuff I want to keep, I plan to encode using ffmpeg.
Some TV stations (like arte) broadcast in quite a good quality, but lots of "private channels" (commercial stations) often broadcast in less good quality. I put together two sets for encoding with ffmpeg, they both have okay to inferior quality when encoding a good quality broadcast, and always inferior quality when encoding less good quality source. Here are my sets so far: time ffmpeg -v error -y -i INFILE -crf 35.0 -vcodec libx264 -preset slow -acodec libvo_aacenc -ar 48000 -ab 128k -coder 1 -flags +loop -vf yadif OUTFILE and ffmpeg -v error -y -flags +ilme+ildct -i INFILE -crf 35.0 -vcodec libx264 -preset slow -acodec libvo_aacenc -ar 48000 -ab 128k -coder 1 -flags +loop -mbd rd -trellis 2 -cmp 2 -subcmp 2 -g 100 OUTFILE I hope I did choose the right sub-forum for my question, if not, please move the post. |
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,857
|
In my experience ffmpeg creates async output for many TS files. How to you cut/trim the recordings?
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
|
|
|
|
|
#4 | Link | |
|
Registered User
Join Date: Nov 2010
Posts: 15
|
Quote:
With avidemux: Saving as avi container for now, using copy/copy for both video and audio, since the mpeg-2 container results in a video without sound, have not figured out why that is... The question is: both parameter-sets I use for ffmpeg have inferior quality, especially when the broadcast itself was not that good a quality, and I ask for ffmpeg parameters that would give me better encoding results. |
|
|
|
|
|
|
#7 | Link | |||
|
Registered User
Join Date: Nov 2010
Posts: 15
|
Quote:
Quote:
(Since my GLIBC of my Slackware based Linux is not the most recent, I cannot install the most recent versions of any software, and it has to be x86-64 as well) Quote:
|
|||
|
|
|
|
|
#8 | Link | |
|
Registered User
Join Date: Nov 2010
Posts: 15
|
Sorry for the late reply.
I did reply two times, but for some reasons these have not been posted. (It said an admin or moderator has to check my post) So, here I try again: avidemux. But I have issues with some commercials or initial broadcast I want to cut out. At times I have to delete images cause the previous sound is laid over the images of the movie I want to keep. (It's because of the delay between image and sound, I presume) Is there a way to fix that? Do I have to mute the sound each time there is such a cut? Quote:
|
|
|
|
|
![]() |
| Tags |
| ffmpeg linux tv-recording |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|