Hi,
I have TV_file.ts and its about 1.3g, any way to set it to another encoding format? like H264 MP4 codec? or other compressed file format?
Or do you think use an video editor to trim the file then convert it in one go? If so which one for Linux?
Many Many Thanks
Any way to reduce the filesize of VDR recordings?
Hopelessone
Member Joined: Dec 2008 Reputation: 0 |
2012-02-07 08:36
Post: #1
Ubuntu 11.10 64bit |
| find quote |
ant_thomas
Fan Posts: 355 Joined: May 2008 Reputation: 0 Location: Manchester, UK |
2012-02-07 13:15
Post: #2
You will have to reencode it yourself if you want it to be smaller.
VDR just dumps the broadcast stream in full quality (as it should). So if you record a HD channel it's going to be usually be in H264 and pretty big! If it's SD it'll usually be in MPEG2 and smaller. How well any transcoding whilst recording will work totally depends on the speed of the system doing the job. It can be quite a CPU intensive job. Personally I find the best option is to have a reasonable sized hard drive to record on and then just delete after watching. |
| find quote |
LastCoder
Fan Joined: Dec 2011 Reputation: 0 |
2012-02-14 10:34
Post: #3
if I want to keep recordings I transcode them (up to 80% compression ratio) - if you use Windows take "Freemake Video Converter" which has excellent GPU-acceleration, with Linux try "Handbrake" or "Arista Transcoder" (unfortunately without GPU acceleration, but hope GStreamer an ffmpeg will add it soon) .. but if your PC has enough power you can add all the recordings to a queue in the morning and let it trancode the stuff in background while watching TV or using XBMC.
This works fine on my Celeron G530 with 4 GB RAM .. Ubuntu 12.04 LTS Server, LXDE, XBMC Frodo, Skin "Aeon Nox 4", TVHeadEnd TV Backend ASUS P8H61-M LE/USB3, Celeron G530 w. iGPU Intel HD, 4 GB DDR3 RAM 16 GB CnMemory 300x CF, 1 TB Samsung 2,5" HDD iHOS104 BluRay Drive, TT DVBS2-1600 Silverstone GD05B Case, Sony PS3 BD Remote control, Logitech Cordless Mediaboard Pro for PS3
(This post was last modified: 2012-02-14 10:36 by LastCoder.)
|
| find quote |
hotlobster
Senior Member Joined: Jan 2009 Reputation: 0 Location: Paris FR |
2012-02-14 11:26
Post: #4
Here are the Handbrake parameters I use under linux to recode hdtv streams, and deinterlace them.
script: encodehdtv2mkv.sh: HandBrakeCLI -i $1 -t 1 -o $2 -f mkv -w 1280 -l 720 --deinterlace="slower" --decomb -Z "High Profile" -E ac3 -2 -a $3 -T -r 25 call it like this: ./encodehdtv2mkv.sh sourcefile outputfile audiotrack
(This post was last modified: 2012-02-14 16:16 by hotlobster.)
|
| find quote |
LastCoder
Fan Joined: Dec 2011 Reputation: 0 |
2012-02-14 13:40
Post: #5
ah, nice to see ! Will try it, didn't know that there is a console command for handbrake .. makes the conversation process easier than using the GUI ..
Ubuntu 12.04 LTS Server, LXDE, XBMC Frodo, Skin "Aeon Nox 4", TVHeadEnd TV Backend ASUS P8H61-M LE/USB3, Celeron G530 w. iGPU Intel HD, 4 GB DDR3 RAM 16 GB CnMemory 300x CF, 1 TB Samsung 2,5" HDD iHOS104 BluRay Drive, TT DVBS2-1600 Silverstone GD05B Case, Sony PS3 BD Remote control, Logitech Cordless Mediaboard Pro for PS3 |
| find quote |
CrashX
Posting Freak Posts: 1,216 Joined: Jan 2009 Reputation: 2 |
2012-02-14 15:07
Post: #6
hotlobster Wrote:Here are the Handbrake parameters I use under linux to recode hdtv streams, and deinterlace them. How long does it take to encode 1 hour with those parameter ? What is your cpu ? The normal XBMC log IS NOT a debug log, to enable debug logging you must toggle it on under XBMC Settings - System or in advancedsettings.xml. Use XBMC Debug Log Addon to retrieve it. |
| find quote |
hotlobster
Senior Member Joined: Jan 2009 Reputation: 0 Location: Paris FR |
2012-02-14 15:44
Post: #7
It's an old core 2 duo 3ghz , and it encodes at around 8 fps, so around 4h30 for a 90mn movie.
|
| find quote |

Search
Help