Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #421  
Old 02-09-2011, 02:20 AM
kramund kramund is offline
Junior Member
 
Join Date: Feb 2011
Posts: 12
kramund is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


No I havent but I wanted to be able to import the video to itunes to sync to my ipad for later viewing ... however, I assume the file format used by iViewfox is mp4 compatible?
Reply With Quote
  #422  
Old 02-09-2011, 02:33 AM
blood.eaglz blood.eaglz is offline
Member
 
Join Date: Jul 2010
Posts: 75
blood.eaglz is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by kramund View Post
No I havent but I wanted to be able to import the video to itunes to sync to my ipad for later viewing ... however, I assume the file format used by iViewfox is mp4 compatible?
this might help explain thing for you

the format that iView uses is F4V, which is just flash video (.flv) container with MPEG4 and AAC streams, however for whatever reason they are named .MP4, the files can be very easily remuxed (ie streams copyed out of the flv and placed into .mp4 containers) by using the package below (all the downloaders just copy the file from the server, so this applies to all iview downloaders)

http://rapidshare.com/files/436601834/Remux.zip
http://www.megaupload.com/?d=CD4CPJ0H

[Instructions and info edited from one of my earlier posts]

This is a couple of bat files using ffmpeg (all of 3 must be in the same directory, with the mp4s) and another zip with a cmd program called recycle.exe which needs to be put in the windows->System32 folder

the remux.bat converts whatever file you drop n' drop on it into an mp4 with directly copied streams ie no reencoding (also works with plus7 flv files as they are also F4V), while the feeder.bat will go through every .mp4 file in the folder and will run them through the remux.bat.

the recycle.exe is required to send the originals to the recycle bin rather than deleting them outright in case some thing goes wrong.

lastly I suggest you get mediainfo as it is a nice quick acid test on whether the remux was successful as if it does not show data for all segments (container, video and audio) then its a dud and need to restore the original and go from there.

Obviously this is a windows based solution, and will be little use to you if you're running a Apple or Linux machine.

[end or repost]

After REmux you should end up with compatible MP4 files

If you end up with a dud let me know and I'll help you fix it with Frhed
Reply With Quote
  #423  
Old 02-09-2011, 02:53 AM
kramund kramund is offline
Junior Member
 
Join Date: Feb 2011
Posts: 12
kramund is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by kramund View Post
No I havent but I wanted to be able to import the video to itunes to sync to my ipad for later viewing ... however, I assume the file format used by iViewfox is mp4 compatible?
Tried VLC for Mac and it works - so I am guessing the file format isnt a standard mp4 (?)
Reply With Quote
  #424  
Old 02-09-2011, 02:55 AM
kramund kramund is offline
Junior Member
 
Join Date: Feb 2011
Posts: 12
kramund is on a distinguished road
Thumbs up

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by blood.eaglz View Post
this might help explain thing for you

the format that iView uses is F4V, which is just flash video (.flv) container with MPEG4 and AAC streams, however for whatever reason they are named .MP4, the files can be very easily remuxed (ie streams copyed out of the flv and placed into .mp4 containers) by using the package below (all the downloaders just copy the file from the server, so this applies to all iview downloaders)

http://rapidshare.com/files/436601834/Remux.zip
http://www.megaupload.com/?d=CD4CPJ0H

[Instructions and info edited from one of my earlier posts]

This is a couple of bat files using ffmpeg (all of 3 must be in the same directory, with the mp4s) and another zip with a cmd program called recycle.exe which needs to be put in the windows->System32 folder

the remux.bat converts whatever file you drop n' drop on it into an mp4 with directly copied streams ie no reencoding (also works with plus7 flv files as they are also F4V), while the feeder.bat will go through every .mp4 file in the folder and will run them through the remux.bat.

the recycle.exe is required to send the originals to the recycle bin rather than deleting them outright in case some thing goes wrong.

lastly I suggest you get mediainfo as it is a nice quick acid test on whether the remux was successful as if it does not show data for all segments (container, video and audio) then its a dud and need to restore the original and go from there.

Obviously this is a windows based solution, and will be little use to you if you're running a Apple or Linux machine.

[end or repost]

After REmux you should end up with compatible MP4 files

If you end up with a dud let me know and I'll help you fix it with Frhed
Thanks blood.eaglz for the info - Ill give it a crack and let you know.
Reply With Quote
  #425  
Old 02-09-2011, 05:02 AM
Yansky Yansky is offline
Member
 
Join Date: May 2010
Posts: 92
Yansky is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Kramund, I've re-created Blood Eaglz's batch files as an Automator script app.

http://forboden.com/coding/FLVIvewDemux4OSX.zip

Just drag the mp4 files you want to convert onto the FLVIvewDemux4OSX.app file.

It will create a new directory called 'demuxed' inside the folder of the original files with the new converted files. (i hope that makes sense)
Reply With Quote
  #426  
Old 02-09-2011, 07:59 PM
kramund kramund is offline
Junior Member
 
Join Date: Feb 2011
Posts: 12
kramund is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by Yansky View Post
Kramund, I've re-created Blood Eaglz's batch files as an Automator script app.

http://forboden.com/coding/FLVIvewDemux4OSX.zip

Just drag the mp4 files you want to convert onto the FLVIvewDemux4OSX.app file.

It will create a new directory called 'demuxed' inside the folder of the original files with the new converted files. (i hope that makes sense)
Thanks Yansky - will give it a go tonight.
Reply With Quote
  #427  
Old 02-10-2011, 12:53 AM
kramund kramund is offline
Junior Member
 
Join Date: Feb 2011
Posts: 12
kramund is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by Yansky View Post
Kramund, I've re-created Blood Eaglz's batch files as an Automator script app.

http://forboden.com/coding/FLVIvewDemux4OSX.zip

Just drag the mp4 files you want to convert onto the FLVIvewDemux4OSX.app file.

It will create a new directory called 'demuxed' inside the folder of the original files with the new converted files. (i hope that makes sense)
Hi Yansky - Have tried this but get a script error.
Reply With Quote
  #428  
Old 02-10-2011, 01:00 AM
Yansky Yansky is offline
Member
 
Join Date: May 2010
Posts: 92
Yansky is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by kramund View Post
Hi Yansky - Have tried this but get a script error.
Just to confirm, you're on a mac, not windows right?

Try doing them one at a time and delete the demuxed folder after each is complete. Delete it before you start as well.
Reply With Quote
  #429  
Old 02-10-2011, 01:42 AM
kramund kramund is offline
Junior Member
 
Join Date: Feb 2011
Posts: 12
kramund is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by Yansky View Post
Just to confirm, you're on a mac, not windows right?

Try doing them one at a time and delete the demuxed folder after each is complete. Delete it before you start as well.
Yes it is a Mac.

Is the folder created in the same location as the app. Fo I need to place the app anywhere special?
Reply With Quote
  #430  
Old 02-10-2011, 01:49 AM
Yansky Yansky is offline
Member
 
Join Date: May 2010
Posts: 92
Yansky is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by kramund View Post
Yes it is a Mac.

Is the folder created in the same location as the app. Fo I need to place the app anywhere special?
The folder is created wherever the video you're converting is located. You don't need to place the app anywhere special. Just keep it in it's folder with ffmpeg.
Reply With Quote
Reply Post New Thread
Tags: , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:34 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons