clinton-hall
c80a678ded
rename nzbtomedia to core. Fixes #744 #746
2015-04-26 16:41:39 +09:30
clinton-hall
617bf37878
typo. Fixes #721
2015-03-23 20:15:34 +10:30
clinton-hall
b6c5422ce7
don't process output when no transcoding needed. Fixes #721
2015-03-21 18:25:49 +10:30
grantsewell
3e85307b5d
Prevent Scale Up
...
Change prevents lower resolution media from being “scaled up” to the
preferred higher resolution, using additional disk space.
2015-02-05 15:37:58 -05:00
clinton-hall
e2eca808ab
log result code from ffmpeg. #678
2015-01-21 16:47:42 +10:30
clinton-hall
8733655846
remove call and use popen. #678
2015-01-21 09:34:41 +10:30
clinton-hall
17b7fcd43a
convert n to string. Fixes #678
2015-01-20 11:15:41 +10:30
clinton-hall
bf6a397f47
get correct subfile details. Fixes #678
2015-01-20 10:57:23 +10:30
clinton-hall
3be7b1d684
test and map subs. set sub language tag. Fixes #678
2015-01-20 09:47:50 +10:30
clinton-hall
ee312d1dca
fix subtitle codec for external subs. #678
2015-01-19 19:37:51 +10:30
clinton-hall
2864b730ca
fix scaling issues. Fixes #672
2015-01-18 08:12:21 +10:30
clinton-hall
f97087e492
use float for resolution scaling. Fixes #672
2015-01-18 07:39:01 +10:30
Clinton Hall
55cd83d4ec
fix typo. Fixes #628
2014-12-01 11:12:21 +10:30
clinton-hall
3ab1085635
fix stream mapping for channel downmix. Fixes #626
2014-11-25 13:30:20 +10:30
clinton-hall
2a469677c7
fix scaling issues. Fixes #623
2014-11-25 11:38:01 +10:30
clinton-hall
1f5bb1a18c
remove map for subtitles. #619 . Also fix Transcoder logging.
2014-11-22 07:19:07 +10:30
clinton-hall
55195a353b
fix indexing of subfiles. Fixes #619
2014-11-20 20:18:42 +10:30
clinton-hall
3b6c9dd542
add mp4-scene-release Defaults. Fixes #606 #545
2014-11-05 16:51:32 +10:30
clinton-hall
93c7ece98f
remove "separator" characters when concat. Fixes #570
2014-10-24 09:46:23 +10:30
clinton-hall
a8d52e6e8f
don't use "cdx" labels when concat in use. Fixes #570
2014-10-21 11:18:40 +10:30
clinton-hall
e192f9a52c
add option to join multiple videos. Fixes #570
2014-10-02 22:27:10 +09:30
clinton-hall
e1e6ebe2bf
remove procin terminate. Fixes #568
2014-09-27 06:20:38 +09:30
clinton-hall
eb01ae7ef8
minor style changes
2014-09-19 15:44:27 +09:30
clinton-hall
296f52ed30
Duoh!
2014-09-19 15:24:28 +09:30
clinton-hall
c29a42b9b8
simplify name search.
2014-09-19 15:22:08 +09:30
clinton-hall
44b403d9dc
supress error output from console
2014-09-19 15:08:49 +09:30
clinton-hall
6aed68b2dc
use 7zip to extract iso and bin. Fixes #545
2014-09-19 14:07:55 +09:30
clinton-hall
6e3c21c1af
ensure mount works with busybox.
2014-09-18 13:54:59 +09:30
clinton-hall
a217e1edf1
fix for VIDEO_TS and add .bin handling. Fixes #545
2014-09-16 21:12:50 +09:30
clinton-hall
27f740c106
transcode iso from mount without copying.
2014-09-13 13:31:44 +09:30
clinton-hall
02eaf8208c
fix extraction of .vob files.
2014-09-12 12:46:10 +09:30
clinton-hall
c18dc596c2
minor fixes for transcoder
2014-09-12 10:00:22 +09:30
clinton-hall
1595f2b2e0
add method to Transcode images. Fixes #545 Add supression of git output.
2014-09-11 12:11:36 +09:30
clinton-hall
c48519da2a
ignore video options when copy is forced.
2014-09-03 13:16:51 +09:30
clinton-hall
cc5632de63
fixes for subtitle transcoding.
2014-09-03 11:11:03 +09:30
clinton-hall
64c02f68aa
general opts before -i. Fixes #550
2014-09-01 14:28:42 +09:30
clinton-hall
56d75e6eb3
add Transcoder generalOptions. Fixes #550
2014-09-01 12:50:46 +09:30
clinton-hall
c9d0a00789
fix transcoder commands. Fixes #550
2014-09-01 11:01:16 +09:30
clinton-hall
0f1b47714d
don't check video when disabled.
2014-08-20 12:32:30 +09:30
clinton-hall
f57b194162
stop if transcoding fails. Fixes #533
2014-08-14 11:40:15 +09:30
clinton-hall
a84e9c3475
add test file to verify FFprobe works. #531
2014-08-12 14:45:45 +09:30
clinton-hall
492e9a4511
don't check if option disabled.
2014-08-04 13:00:03 +09:30
clinton-hall
8006d20df4
use avprobe. Fixes #503 and don't link single files for NZB. Fixes #519
2014-08-04 11:10:39 +09:30
Roderick van Domburg
22cd673c0f
Fix filtering of hdmv_pgs_subtitle subtitles on newer ffmpeg versions
2014-08-03 20:50:35 +02:00
clinton-hall
cacc32020c
Merge branch 'nightly' of https://github.com/clinton-hall/nzbToMedia into nightly
2014-08-02 08:33:13 +09:30
clinton-hall
dfb62a059f
don't copy if we are forcing FR or Resolution. Fixes #513
2014-08-02 08:32:23 +09:30
Roderick van Domburg
9d48e5e878
Fix subtitle extraction with multiple streams
...
Use the index position of the subtitle stream in the container, not in the array.
It is not guaranteed that the array order or size is the same as in the container.
This may be the case if we filtered out certain languages or hdmv_pgs_subtitle streams.
2014-08-01 16:13:34 +02:00
Roderick van Domburg
8d9d7cc298
fix extraction of subtitle stream without language tag
2014-08-01 14:15:43 +02:00
clinton-hall
3eb045690f
move external subs after transcoding.
2014-08-01 18:17:04 +09:30
clinton-hall
d87110db64
add xbox default. Fixes #513 . Minor fix to subs extract. #512
2014-08-01 15:36:41 +09:30