Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

How to use iView (ABC Australia) downloaders

(http://stream-recorder.com/forum/showthread.php?t=7039)

mce 02-21-2014 01:32 PM

Re: How to use iView (ABC Australia) downloaders


 
Version 20140222 is available.
  • Fix for illegal characters in filename.

jmiezitis 02-21-2014 08:59 PM

Re: How to use iView (ABC Australia) downloaders


 
Using version 20140222 of iViewNapper and 2.3r557 of rtmpdump to download Rake ~280Mb file and rtmpdump crashes approximately every 20%. Unfortunately cannot provide errors as the window rtmpdump runs in closes immediately. Log file does not show any errors either.

Not too much of an issue just means I have to start the fetch 5 times to get the episode.:)

Thanks for your work.

dav1doz 02-23-2014 09:38 PM

Re: How to use iView (ABC Australia) downloaders


 
On an older PVR, the downloaded file wouldn't play. Examining it with ffprobe showed an flv container format, despite the .mp4 file name extension. Changing the extension to .flv, then:
"[path to]\ffmpeg" -i %1 -vcodec copy -acodec copy "%~n1.mp4"
fixed it.

blood.eaglz 02-27-2014 12:01 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by dav1doz (Post 64937)
...ffprobe showed an flv container format, despite the .mp4 file name extension. Changing the extension to .flv, then: "[path to]\ffmpeg" -i %1 -vcodec copy -acodec copy "%~n1.mp4" fixed it.

Yep, iView uses the F4V file container with a mp4 extension (for god knows what reason), so a lot of older hardware chokes on it without remuxing it first, though you do not need to change the extension first.

Since its been a while, and all previous downloads links are dead, here is my way of dealing with remuxing files.[download from google drive]

Basically its 2 bat files, a Zeranoe FFmpeg build and a dos app called recycle.exe from MaDdoG software CmdUtils v1.5.

The bat files and FFmpeg are in the same folder as the files we want to remux, while recycle.exe is put in the windows => system32 directory.

To do a single file drag and drop it onto remux.bat, and it will do its thing, the bat file has some redundancies built in (which is why recycle.exe is used rather than windows inbuilt delete.exe) as in the past some iView files have had garbage data at the beginning that resulted in unplayable remuxes, so if the original file was gone you had to start from scratch, then fix the original file with a hex editor, then remux it, luckily this is extremely rare now.

remux.bat copies the streams to a new file [original filename]_PROCESSING.mp4, in case the process f's up during the remux so you know it wasn't successful, and can just delete the processing file and start again. If successful it then renames it to [original filename]_ReMux.mp4, so you can tell at a glance if the file has already been remuxed, then sends the original to the recycle bin so its retrievable if need be.
Code:

ffmpeg -i %1 -vcodec copy -acodec copy "%~n1_PROCESSING.mp4"
ren "%~n1_PROCESSING.mp4" "%~n1_ReMux.mp4"
recycle -f %1

feeder.bat is simply a for loop that sends all *.mp4 files through remux.bat, even previously remuxed ones.

blood.eaglz 02-27-2014 01:55 AM

Re: How to use iView (ABC Australia) downloaders


 
Now on a different topic, where do we currently stand on getting unmetered downloads back?

mce 02-28-2014 03:35 AM

Re: How to use iView (ABC Australia) downloaders


 
When we can find the new Auth Key.

blood.eaglz 02-28-2014 04:11 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by mce (Post 65011)
When we can find the new Auth Key.

Wait, you mean the token?

If so the akamihd unmetered stuff uses tokenhd from the same auth.xml

example
Code:

GET /z/playback/_definst_/goodgame_10_02.mp4/manifest.f4m?hdcore=true&hdnea=st=1393584602~exp=1393594601~acl=/*~hmac=b4d6bd5c6072716114003091ae1a8e579191d477e44bb6344ee8cb2fa86deb58&hdcore=2.10.3&g=YLMGAYNGTKEM

SafeBoy63 02-28-2014 04:35 PM

Re: How to use iView (ABC Australia) downloaders


 
With reference to the new version of iview napper {thank you MCE!} ... we get this error:

************** Exception Text **************
System.Xml.XmlException: Reference to undeclared entity 'nbsp'. Line 184, position 11.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.HandleGeneralEntityRe ference(String name, Boolean isInAttributeValue, Boolean pushFakeEntityIfNullResolver, Int32 entityStartLinePos)
at System.Xml.XmlTextReaderImpl.ResolveEntity()
at System.Xml.XmlLoader.LoadEntityReferenceNode(Boole an direct)
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at iViewNapper.Form1.ProcessiView()
at iViewNapper.Form1.Form1_Shown(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnShown(EventArgs e)
at System.Windows.Forms.Control.InvokeMarshaledCallba ckHelper(Object obj)
at System.Threading.ExecutionContext.runTryCode(Objec t userData)
at System.Runtime.CompilerServices.RuntimeHelpers.Exe cuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.Run(ExecutionCon text executionContext, ContextCallback callback, Object state)
at System.Windows.Forms.Control.InvokeMarshaledCallba ck(ThreadMethodEntry tme)
at System.Windows.Forms.Control.InvokeMarshaledCallba cks()


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5477 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
iViewNapper
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///S:/Napper%20Downloads/iViewNapper_20140222.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5476 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Web.Extensions
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.5458
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Extensions/3.5.0.0__31bf3856ad364e35/System.Web.Extensions.dll
----------------------------------------
System.Web.Abstractions
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.5420
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Web.Abstractions/3.5.0.0__31bf3856ad364e35/System.Web.Abstractions.dll
----------------------------------------
System.Web
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5479 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
System.Core
Assembly Version: 3.5.0.0
Win32 Version: 3.5.30729.5420 built by: Win7SP1
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.




What did we do wrong ?

gxdata 03-03-2014 07:48 PM

Re: How to use iView (ABC Australia) downloaders


 
'Napper, latest: ABC News series has an error, ShowPicture

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at iViewNapper.Form1.ShowPicture()
at iViewNapper.Form1.ListBox1_SelectedIndexChanged(Ob ject sender, EventArgs e)

m4rk01 03-04-2014 05:29 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by WesternWombat (Post 64670)
... iView seems to miss out days at a time ... Has anyone else noticed this?

Yes, QI was missing every Friday for awhile. Even now, Series 7 has started at Episode 3. It requires pressing them via http://www2b.abc.net.au/tmb/Client/M...8&t=7&te=False

sos 03-11-2014 02:57 AM

Re: How to use iView (ABC Australia) downloaders


 
Is it just me or has the latest makeover foiled iViewNapper again? It exits after failing to get the index.

davey52 03-11-2014 03:39 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by sos (Post 66004)
Is it just me or has the latest makeover foiled iViewNapper again? It exits after failing to get the index.

Same for me, although it worked OK last night.

blood.eaglz 03-11-2014 04:42 AM

Re: How to use iView (ABC Australia) downloaders


 
Ah crap,

From what I can tell (with the help of Urlsnooper2 and wireshark), it appears the json is now being hosted at http://project.abc.net.au (on loading a gzip file identified as containing json is transferred from there) I got a 403 error trying to follow the url.

However the site itself seems to contain a lot of the directory within the source code of the channel, categories and programs A-Z pages, allowing you to branch off to each episode. Whether that would be usable for our purposes I'll leave to the coders to determine.

Hope this helps in some way.

fredsmith 03-11-2014 06:55 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by blood.eaglz (Post 66111)
From what I can tell (with the help of Urlsnooper2 and wireshark), it appears the json is now being hosted at http://project.abc.net.au (on loading a gzip file identified as containing json is transferred from there) I got a 403 error trying to follow the url.

That seems to just be the watchlists for individual users.
Quote:

However the site itself seems to contain a lot of the directory within the source code of the channel, categories and programs A-Z pages, allowing you to branch off to each episode. Whether that would be usable for our purposes I'll leave to the coders to determine.
In the worst case, it looks like it is possible to scrape the details from the HTML, but that's WAY more of a hassle to parse (and problematic in terms of it breaking) than getting the JSON.

Probably the best thing would be to put wireshark into promiscuous mode and capture traffic from non-browser app, like a TV or Xbox.

blood.eaglz 03-11-2014 08:52 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by fredsmith (Post 66114)
That seems to just be the watchlists for individual users.

I hope not, as that is the only JSON file I got during the entire trace, along with a bunch of javascript files from the same http://project.abc.net.au

Code:

/assets/js/iview-watchlist.js
/assets/js/iview-filter.js
/assets/js/webtrends.load.iview.js
/assets/js/iview-main.js
and a couple of javascript gzips
potentially missed some

Also tried promiscuous mode while using the android app, either I don't have wireshark setup properly or there is no json sent to the android app (possibly just uses the html).

Unfortunately this is not going to be as easy as when the v2 api came out, I only needed URLsnooper2 for that :)

fredsmith 03-11-2014 09:57 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by blood.eaglz (Post 66179)
I hope not, as that is the only JSON file I got during the entire trace, along with a bunch of javascript files from the same http://project.abc.net.au

Right, but I think that's all it is. The program list is contained within the HTML. That makes some sense, since they're no longer using flash for the rendering.

Quote:

Also tried promiscuous mode while using the android app, either I don't have wireshark setup properly or there is no json sent to the android app (possibly just uses the html).
I'd imagine the JSON data is still available somehow for apps that don't spin up a whole browser. Whether Android is an example, I couldn't say.

mce 03-11-2014 11:03 PM

Re: How to use iView (ABC Australia) downloaders


 
Hi guys.

I'm in the same boat as you guys.

Been looking at wireshark captures and .js files and I cannot see any type of index like before.

The config.xml has changes with two new lines but nothing else there.

I haven't been over the iview site thoroughly but before they had a big window of shows, where now I don't think they do.

They maybe using this api: http://developer.tmsapi.com/docs/data_v1/ but customised.

eegee 03-13-2014 02:17 AM

Re: How to use iView (ABC Australia) downloaders


 
Anything of use in the feeds? They were full of broken links a couple of days ago. Now some are populated & others completely empty.

Been using FF webconsole...
List of titles. Title search. Related programs. Buggered if I can find anything by category.

I've been able to save a manifest & also download using AdobeHDS (via HDS Link Detector). Not sure if config.xml is being used. Seems like you need html+auth+manifest to get to the nitty gritty. Still experimenting. Haven't tried hdsdump yet tho'

Also not seeing expiry dates & times. Webpage is vague about this (which is annoying many users on the messageboard, who are also missing the Last Chance category!).

mce 03-13-2014 02:54 AM

Re: How to use iView (ABC Australia) downloaders


 
Pretty much got the following.

http://iview.abc.net.au/auth/flash
or
http://iview.abc.net.au/auth

http://www.abc.net.au/iview/xml/config.xml

http://iview.abc.net.au/programs/7-30/NC1405H044S00

http://iviewum-vh.akamaihd.net/z/playback/ ... for manifest

http://iview.abc.net.au/captions/news/730s_Tx_1103.xml

http://iview.abc.net.au/api/legacy/flash/?keyword=a-z

If there's anymore people can post here.

eegee 03-13-2014 04:07 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by mce (Post 66359)

... for *unmetered* manifest.

http://iviewmetered-vh.akamaihd.net/z/playback/ for metered (<free>no</free>) manifest.

Aussiestu 03-13-2014 06:00 AM

Re: How to use iView (ABC Australia) downloaders


 
... hope this helps

http://iview.abc.net.au/category/arts/abc.net.au
http://iview.abc.net.au/category/comedy/abc.net.au
http://iview.abc.net.au/category/docs/abc.net.au
http://iview.abc.net.au/category/drama/abc.net.au
http://iview.abc.net.au/category/lifestyle/
http://iview.abc.net.au/category/news/abc.net.au
http://iview.abc.net.au/category/panel/abc.net.au

http://iview.abc.net.au/category/sport/abc.net.au
http://iview.abc.net.au/category/sport/?sort=az

http://iview.abc.net.au/channel/abc1
http://iview.abc.net.au/channel/abc2
http://iview.abc.net.au/channel/abc3
http://iview.abc.net.au/channel/abc4kids
http://iview.abc.net.au/channel/iview
http://iview.abc.net.au/channel/news24

http://iview.abc.net.au/channel/news24/abc.net.au
http://iview.abc.net.au/channel/news24/?sort=az

http://iview.abc.net.au/collection/101
http://iview.abc.net.au/collection/109
http://iview.abc.net.au/collection/178
http://iview.abc.net.au/collection/188
http://iview.abc.net.au/collection/325

http://iview.abc.net.au/api/search/programs

Aussiestu 03-13-2014 06:32 AM

Re: How to use iView (ABC Australia) downloaders


 
http://iview.abc.net.au/assets/js/bootstrap.min.js
http://iview.abc.net.au/assets/js/datehelper.js
http://iview.abc.net.au/assets/js/ICanHaz.js
http://iview.abc.net.au/assets/js/id...r-2.4.2.min.js
http://iview.abc.net.au/assets/js/iview-filter.js
http://iview.abc.net.au/assets/js/iview-main.js
http://iview.abc.net.au/assets/js/iview-search.js
http://iview.abc.net.au/assets/js/iview-user.js
http://iview.abc.net.au/assets/js/iview-video.js
http://iview.abc.net.au/assets/js/iview-watchlist.js
http://iview.abc.net.au/assets/js/store.js
http://iview.abc.net.au/assets/js/we....load.iview.js
http://iview.abc.net.au/assets/js/webtrends.min.js
http://iview.abc.net.au/assets/js/jquery-1.9.1.js

http://iview.abc.net.au/assets/js/to...iewCarousel.js
http://iview.abc.net.au/assets/js/to...ry.touchify.js
http://iview.abc.net.au/assets/js/to...ui.carousel.js
http://iview.abc.net.au/assets/js/to....custom.min.js
http://iview.abc.net.au/assets/js/to...uchCarousel.js

http://iview.abc.net.au/assets/js/ty...d/typeahead.js


http://iview.abc.net.au/assets/css/bootstrap.min.css
http://iview.abc.net.au/assets/css/carousel.css
http://iview.abc.net.au/assets/css/font-awesome.min.css
http://iview.abc.net.au/assets/css/i...ous.swiper.css
http://iview.abc.net.au/assets/css/iview.css
http://iview.abc.net.au/assets/css/o...ous.swiper.css
http://iview.abc.net.au/assets/css/typeahead.css

mce 03-13-2014 04:54 PM

Re: How to use iView (ABC Australia) downloaders


 
Thanks Aussiestu

blood.eaglz 03-13-2014 10:56 PM

Re: How to use iView (ABC Australia) downloaders


 
Anyone else have Napper suddenly working again?

sos 03-14-2014 01:00 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by blood.eaglz (Post 66380)
Anyone else have Napper suddenly working again?

Yup. Maybe they realised they were breaking other devices.

m4rk01 03-21-2014 12:16 AM

Re: How to use iView (ABC Australia) downloaders


 
It seems napper wasn't fetching the index, yet again (21/3/14),
but is back up again (22/3/14).

PaleWing 03-26-2014 07:33 AM

Re: How to use iView (ABC Australia) downloaders


 
Hi ^_^
I've just tried to get Louis Theroux Swingers episode & the black nationalism one, but both quit before downloading. the subtitle track downloads ok.
Episode 1 downloaded ok last week, and other shows are downloading ok now.
What could be wrong?
the iview link
http://iview.abc.net.au/programs/lou.../ZX8778A002S00

PaleWing 03-26-2014 07:42 AM

Re: How to use iView (ABC Australia) downloaders


 
not sure if my edit worked...
but this was what i added
I have the latest version (22-02-2014) and it still does the same thing (rtmp window quits after a few seconds with nothing downloaded but the subtitles, even that only downloaded the 2nd time i tried it)
It actually downloaded the mp4 file of the black nationalism episode, but it's 0kb. The swingers one won't even download that.
(I was downloading 3 other shows, but I've never had this problem when downloading multiple shows before)
Hope you can help.

Oh, also, I tried it on the iview website & it seems to play ok, so for some reason the napper isn't napping)

PaleWing 03-26-2014 06:59 PM

Re: How to use iView (ABC Australia) downloaders


 
hmm, it seems to have worked now O_O

I'm not sure what happened. Usually when I nap a program, it shows up right away in my iview folder, and i can refresh to see the file size gradually increasing. Seems like this time the file didn't show up? but it was still there downloading, so rtmp closed.
Is there any way to set rtmp to not close? would help in cases where it shows an error but it disappears too fast to read.

PaleWing 03-28-2014 10:42 PM

Re: How to use iView (ABC Australia) downloaders


 
Las night I was having problems trying to download Four corners. Would crash & not download anything. I only noticed as I'd left iviewnapper on overnight to download the Four Corners ep & iviewnapper had closed (it stays open normally) (though today I noticed it had downloaded a 0kb .mp4 file before it crashed last night I guess)

Just tried latest one iviewnapper today & it crashed when loading with a null error. I tried the previous version & it has loaded ok.
It is downloading Four Corners as normal right now.

This might be related to my previous problem with Weird Weekends?

Something's changed that makes the latest iviewnapper not work like it did?

PaleWing 03-28-2014 11:02 PM

Re: How to use iView (ABC Australia) downloaders


 
Ok, so it's not quite working as normal...it's on 39% & has had 3 ERROR: RTMP_ReadPAcket, failed to read RTMP packet header
then it tries to resume & does

Not ever seen that message before

Brogar 04-06-2014 10:52 PM

Re: How to use iView (ABC Australia) downloaders


 
Just for the non-Windows people out there, iViewNapper and SBSNapper do work on OS X (and I believe on Linux too) using WINE.

On OS X, it's easiest to use a WINE wrapper tool. One is Wineskin but, most recently, I have successfully used WineBottler. To run one of the Nappers, create a new wrapper; install .NET 3.5 (using WineTricks or the wrapper tool); then install the Napper software. The downloaded videos are saved into the same folder as the Napper executable (i.e. inside the wrapper). Both Nappers work well in that environment. The wrapper ends up around 800Mb in size but is complete with all the Windows support files and WINE bundle etc.

Cheers

sos 04-14-2014 07:05 AM

Re: How to use iView (ABC Australia) downloaders


 
It’s failing for me on newly added programs, i.e. tonight’s Media Watch but not last week’s.

Blaxland.john 04-24-2014 04:57 AM

Re: How to use iView (ABC Australia) downloaders


 
Hi
Looks like ABC Iview has just changed to Streaming and Fragments.
I downloaded so many fragments and renamed to MP4 on the first frag and nothing.

Anyone else notice how Iview has changed?
24th April 2014

Blaxland.john 04-27-2014 02:47 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by Blaxland.john (Post 67224)
Hi
Looks like ABC Iview has just changed to Streaming and Fragments.
I downloaded so many fragments and renamed to MP4 on the first frag and nothing.

Anyone else notice how Iview has changed?
24th April 2014

Looks as though a either a newtwork problem or they were testing, in either case I can use IVIew Napper

gxdata 05-08-2014 09:30 PM

Re: How to use iView (ABC Australia) downloaders


 
I have a couple of off-topic matters that someone might help me with (please)..

#1: The captions for latest Lateline are a bit off. Is there a tool that allows some sort of interactive tweaking of a download in the 'Napper format?
#2: I want to snip out just a portion of that show (10m35s to 34m50s), and my attempt with VLC Media Player was pretty poor (start time can be set, couldn't see how to set an end time; and the sound and video streams were out of sync and seemed to have a speed problem). So, a more capable - and free - tool is what I would like.

Suggestions?

[edit] #2 - Well, AVIDemux v2.6.8.9026 was successful in Copy mode for both audio and video, just setting start and end. If there was any option to edit caption files, I just ignored that.

m4rk01 06-01-2014 09:53 PM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by gxdata (Post 67519)

#2: I want to snip out just a portion of that show (10m35s to 34m50s), and my attempt with VLC Media Player was pretty poor (start time can be set, couldn't see how to set an end time; and the sound and video streams were out of sync and seemed to have a speed problem). So, a more capable - and free - tool is what I would like.

Suggestions?

Try HandBrake at handbrake.fr
It allows start and end times for desired clip.

m4rk01 06-01-2014 10:16 PM

Re: How to use iView (ABC Australia) downloaders


 
I've noticed that 'Bowling for Columbine' is not fetched by napper. Is it because iView is running it as a different filetype or streaming mode?

gxdata 06-02-2014 04:48 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by m4rk01 (Post 68049)
Try HandBrake at handbrake.fr
It allows start and end times for desired clip.

OK, thanks.

m4rk01 06-02-2014 06:00 AM

Re: How to use iView (ABC Australia) downloaders


 
Quote:

Originally Posted by m4rk01 (Post 68050)
I've noticed that 'Bowling for Columbine' is not fetched by napper.

All ok! iView has now uploaded it. :)


All times are GMT -6. The time now is 12:57 AM.