prpr
Well-Known Member
Yes.Am I wrong
Yes.Am I wrong
It shouldn't.hfodu requires cwgwin1.dll,
You are mixing up two different programs here:-I meant looking into the offline version. hfodu requires cwgwin1.dll, but no matter what Windows version I download and install as per the instructions I still cannot get hfodu to run. I have 64-bit Win10. Hence trying the stripts package to work on my HDR Fox-T2
I was talking about correcting the code!"Sensibly" would be writing to a temporary file and then renaming it on successful completion.
It's probably not for the OS to make that decision. In certain circumstances you might want to read part of a file whilst another user is writing to the file. (eg. a database - you'd want to lock the record though). For other uses you might want to prevent simultaneous access. The OS cannot know - it is up to the programmer to tell it! However, I would have thought the default operation was to prevent it.Am I wrong, or should the OS make it impossible to open the same file for separate read and write access at the same time?
I think I had this conversation with someone on the HFODU thread. Sensible, in my view, is to write a file keeping the original. After all I cannot be 100% sure that successful completion ocurred. When you, the user, know that output file is OK, you can make the decision to delete the original. I'm not going to delete your precious files for you - just in case [you want your money back ] ."Sensibly" would be writing to a temporary file and then renaming it on successful completion.
Lack of "enc" does not mean decrypted - it means it is not protected. Removal of enc from HiDef recordings is achieved with the auto-unprotect package and is a necessary precursor for hardware decryption. Enc is irrelevant for software decryption (see below).The files are decrypted on the fox t2 (the "enc" does not show on t2)
From what you say it seems a good bet that the audio codec changed from stereo to 5.1 a few seconds into the recording. Avidemux can't deal with that.HD films that do something odd to the audio stream
I am surprised by this. I thought the individual streams were multiplexed onto the same transport stream, and encrypted as a whole (when written to HDD) - so it shouldn't be possible to extract individual streams without decrypting the whole lot.Added some options to only extract the main video/audio streams too,
and don't bother decrypting or writing the others so that makes it go faster.
Quite so. "Ordinary" media decoders tend to assume whatever the format is at the start will be the same all the way through (which is a reasonable guess for a typical media file), but broadcast streams have variable encoding, and decoders designed for broadcast streams are able to cope with format changes on the fly.
I am surprised by this. I thought the individual streams were multiplexed onto the same transport stream, and encrypted as a whole (when written to HDD) - so it shouldn't be possible to extract individual streams without decrypting the whole lot.
Looks like that is the issue. Happens whenever there is a switch to/from adverts. I'll have to stick with reencoding the audio to be all stereo before editting out the adverts.From what you say it seems a good bet that the audio codec changed from stereo to 5.1 a few seconds into the recording. Avidemux can't deal with that.
You can check using VLC (use tools -> codec information to see what audio codec is used at any point).
The easiest work-around is to set a bookmark at the start of the film and use crop to remove the first few seconds. The resulting cropped file should be fine in Avidemux.
I'm guessing that you want to use Avidemux to create an MP4 file free of adverts, possibly recoded to say, 720p.I'll have to stick with reencoding the audio to be all stereo before editting out the adverts.
I thought that would work, I just need to figure out how to con avidemux into believing it's all 5.1 even though it starts with stereo ads. Don't want to chop the front off to do it.I'm guessing that you want to use Avidemux to create an MP4 file free of adverts, possibly recoded to say, 720p.
Provided the recording starts in 5.1 (use File -> Information in Avidemux to confirm this) I've always been able to retain 5.1 audio in the resulting mp4 output file.
Just use Copy in Avidemux for the audio stream (and find and remove all the advert sections).
In Avidemux I don't think you have a choice. It treats all audio as having the same codec as that encountered at the start of the file.Don't want to chop the front off to do it.