View Single Post
  #963  
Old 02-23-2014, 09:38 PM
dav1doz dav1doz is offline
Junior Member
 
Join Date: Feb 2014
Posts: 4
dav1doz is on a distinguished road
Default

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.
Reply With Quote